Started by
Saskill
on
Topic category: Help with Minecraft modding (Java Edition)
So I am currently trying to make a mangrove swamp biome for a 1.19 Wild Update mod, but I cannot figure out how to make it generate like a swamp. What I mean by this is how the water is randomly mixed in with the grass/ground block. If you still don't understand I mean like the water mixed in with the ground in the picture here:
This might be a little late but here's how
Lock your biome's code and then go into it
Find this line of code (it's at the top so you shouldn't have to look for long) :
private static final ConfiguredSurfaceBuilder<?> SURFACE_BUILDER = SurfaceBuilder.DEFAULT.configured(new SurfaceBuilderBaseConfiguration(
Then change "DEFAULT" to "SWAMP"
OMG just saw this, thank you so much
i have the same problem but i cannot find the line of code anywhere. can you send a picture please
doesnt work for me too
probably because 1.18 changed how biomes work. probably still possible but idk how