Started by
deeptwisty
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to create a custom static plant that instantly replaces itself with an oak sapling when placed but I'm at a dead end. Placing this procedure in the plant's Update Tick event is the only thing I can think to try:
What am I doing wrong?
Nevermind, I figured out that I can do it by just having the procedure above get called when a block is placed and only execute if the block is the one I want replaced