hoc.set(Biome.Taiga, Time.Day, Climate.Clear)
Piece together the three sets that Designer Ayomide requested by using the ||hoc:hoc.set()||
function. It takes three separate paramters that define the set's ||hoc:biome, time, and climate||
. Try running the following code.
hoc.set(Biome.Taiga, Time.Day, Climate.Clear)
Now that you know how to use the ||hoc:hoc.set()||
function, help Ayomide put together the three sets and he will give you the key. See the hint for all available set piece paramters.
hoc:hoc.set() Available Biome parameters: Biome.Taiga, Biome.Desert, Biome.Jungle
Available Time parameters: Time.Day, Time.Sunset, Time.Night
Available Climate parameters Climate.Clear, Climate.Snow, Climate.Rain
hoc2024-ts=github:ReWrite-Media/hoc2024-ts/set#v0.0.103