Started by
Waterrail
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I made a dimension and a new biome. The biome is used as the base for that dimension. I do not want that biome to generate in the overworld. How do I do this? I already tried to set Biome weight in biome gen properties to 0, but I saw the biome generating in the overworld normally anyway. The scale of biome weight can be from 0 up so I can't set it to a value like -1 or less. I would be grateful if someone told me how to do this :)
Is it in the same world that you used to test the biome in before you put hte weight to 0? Try making a new world. Does this help?
You have to remove the overworld script via code.
@#1 @#2
Yup. I did it already. Still appears in the overworld.
Can you tell me how to do this? You know, I'm not an expert :/
Setting the weight to 0 is suppose to prevent it from spawning in the overworld. Im assuming you going to put the biome into a dimension. When testing it I never noticed a single biome which I have created especially for a dimension.
OK, I think it stopped generating :) Thanks guys