-
Notifications
You must be signed in to change notification settings - Fork 20
M1DE Weather List
Szymon edited this page Oct 1, 2020
·
2 revisions
function weatherchange()
game.gfx:SetWeatherSet("WEATHERNAMEHERE", 0, 0);
end
weather = [[
weatherchange()
]]
unbindKey("KEYHERE")
bindKey("KEYHERE", weather)