Started by
tazzan
on
Topic category: Help with MCreator software
I want to make it so whenever you mine an iron ore it drops a certain item. I don't know how to specify in procedures that it should only drop from iron ores. Any help?
Topic category: Help with MCreator software
I want to make it so whenever you mine an iron ore it drops a certain item. I don't know how to specify in procedures that it should only drop from iron ores. Any help?
You would use the trigger When Block Destroyed or something, not on computer to look, and like bananarang says, if block = iron ore, spawn your item
I would do that but there is no "if block =" block.
It's in the bottom of the block category "block at x y z", you put that with an if statement,.
In 2022.1V you can do this:
The "is x the same block as x" is in Logic section, and spawn item/gem is in World Management.