Started by
angel_mp4
on
Topic category: Help with Minecraft modding (Java Edition)
How do I make the sand, gravel and clay features for my custom biomes?
I only managed to find Lily pad and sea grass ones...
They are not in Mcreator's default examples (clay, gravel and sand ones).
If anyone knows how to make these features, please send me screenshots or the .ftpl files
For more complex biome features, you're generally better off using structures and procedures instead. Make a structure that's a single block, and, on generation, make a procedure that spreads the desired block type around, replacing the blocks at world surface. (Try tinkering with the 'check for block in 6*6*6 box' procedure template.)