How to naturally replace vanilla blocks with custom ones?

Started by SirPogsalot on

Topic category: Help with Minecraft modding (Java Edition)

How to naturally replace vanilla blocks with custom ones?

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…
Tue, 03/09/2021 - 17:40

Not trying to bump, but it’s been over a week now. If anyone has any ideas, I’d appreciate it greatly. :)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go to generation on the…
Sun, 04/04/2021 - 14:04

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…
Wed, 04/07/2021 - 13:27

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.