Started by
Benji2011
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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