How to make biome like swamp?

Started by Saskill on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make biome like swamp?

  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: Screenshot of Swamp

Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This might be a little late…
Tue, 12/21/2021 - 14:04

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"

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OMG just saw this, thank you…
Mon, 01/10/2022 - 16:59

OMG just saw this, thank you so much

i have the same problem but…
Sun, 05/29/2022 - 10:16

i have the same problem but i cannot find the line of code anywhere. can you send a picture please

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
doesnt work for me too
Wed, 06/01/2022 - 18:11

doesnt work for me too

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
probably because 1.18…
Tue, 06/07/2022 - 01:15

probably because 1.18 changed how biomes work. probably still possible but idk how