How to make biome like swamp?

Started by Saskill on

Topic category: Help with modding (Java Edition)

Last seen on 16:38, 28. Oct 2022
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

Last seen on 15:47, 6. Jun 2023
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"

Last seen on 16:38, 28. Oct 2022
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

Last seen on 12:39, 7. Jul 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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

Last seen on 19:15, 8. Feb 2024
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

Last seen on 20:00, 22. Apr 2023
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