Started by
SirPogsalot
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make it so that vanilla blocks will convert into a certain modded block under certain circumstances (rain in this case). I'm trying to get Iron Bars (not to be confused with Iron Ingots) to turn into Rusted Iron Bars, and planks into rotten planks. How would I do this?
Not trying to bump, but it’s been over a week now. If anyone has any ideas, I’d appreciate it greatly. :)
Go to generation on the custom block, and then you will see:
Blocks this block can replace:
Add the blocks you want it to change,
and you can decide their groups.
I'm aware of that much, the problem is that I need Rusted Iron Bars to appear dynamically, before worldgen, and only when it rains.
*after worldgen, not before.