How to make a swamp biome?

Started by Chasebear777 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 a swamp biome?

I know this has been asked before but none of the answers really work, Ive seen in another post that someone responded and they said just set something in the code of the biome from DEFAULT to SWAMP and that doesn't really do anything at all, the only thing it does it make little patchs of water and grass sometimes BUT  they are only like 10 blocks long and just are rare so it just looks like a normal biome, id even do something requiring coding to be able to make a swamp biome, so is there any solution?, and possibly test to see if it works before you post it here.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you set the biome base…
Mon, 04/11/2022 - 18:16

if you set the biome base height to a negative number (like -0.5 works for me) it will spawn the biome partially underwater so that it will be like a swamp.

 

Depending on if you want more of the biome to be inundated, make the number smaller (-0.2) or larger (-1)