How to make a swamp-like biome?

Started by Benji2011 on

Topic category: Help with modding (Java Edition)

Last seen on 20:00, 22. Apr 2023
Joined Apr 2020
Points:

User statistics:

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

There is a forum already explaining this but its for pre-1.18 and doesn't work anymore. I want the water and grass mixed in together like in vanilla swamps, but I don't know how I would do that.

Last seen on 11:34, 9. Oct 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a custom block that…
Sun, 07/17/2022 - 05:02

make a custom block that only replaces the top layer of your biome.. 

then set its spawn probability in chunks to really high

and set its average ores per chunk to 2 (potholes tend to be 1-3 blocks)

 

Now just put a script for replacing themselves with still water in their tick update that'l delete it and spawn in the water

 

That is what I could come up with