-
Notifications
You must be signed in to change notification settings - Fork 10
Tutorial Scripts
Chris edited this page May 31, 2017
·
3 revisions
The scripts below are from the YouTube tutorial series. You can find the playlist here.
plainsBiome = forBiomes("minecraft:plains")
plainsBiome.set("topBlock", "minecraft:glass")
plainsBiome.set("temperature", 0.1)
plainsBiome.set("enableSnow", true)
BiomeTweaker has been updated to 1.18. Please see the links below. Pages for previous versions can be found above.