How to make biome like swamp?

Started by Saskill on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Aug 2021
Points:
523

User statistics:

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

Active 1 year ago
Joined Jun 2021
Points:
569

User statistics:

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

Active 2 years ago
Joined Aug 2021
Points:
523

User statistics:

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

OMG just saw this, thank you so much

Active 2 years ago
Joined May 2022
Points:
358

User statistics:

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

Active 3 months ago
Joined May 2022
Points:
484

User statistics:

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

doesnt work for me too

Active 1 year ago
Joined Apr 2020
Points:
680

User statistics:

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

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