Biometweaker?

Raster

New Member
Apr 19, 2020
0
0
1
I thought that the forums were kinda confusing and I don't know if this is the right place to post this : p

I'm trying to make it so that I will only get "snowy" or "icy" biomes to spawn for a mod pack that I'm making, but whenever I try to do something, either it crashes, or I don't get what I'm looking for. If maybe you could get a good tutorial (because the official tutorial and wiki are not helping me), or help me get the code written that would help.
 
Last edited:

Celestialphoenix

Too Much Free Time
Nov 9, 2012
3,741
3,204
333
Tartarus.. I mean at work. Same thing really.
Does the example script load ok on your end?
https://github.com/superckl/BiomeTweaker/wiki/Example-Scripts
I know its for desert, but I find its a lot easier to start with something that works and tweak it until you get the result you like than it is to try and write a script from scratch.

The crash is likely due to removing all the biomes from 1 biome type. You can fix this by adding one of the snow biomes to all 4 of the biome types.
https://github.com/superckl/BiomeTweaker/wiki/On-the-Topic-of-Biome-Generation
 

Raster

New Member
Apr 19, 2020
0
0
1
Yeah, it worked, it was also pretty easy to just change the biomes out from desert into the biomes that I need.