How can I prevent iron ore from being smelted in vanilla furnace?

Started by johnmcjohn on

Topic category: Help with MCreator software

Active 5 years ago
Joined Oct 2019
Points:
640

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How can I prevent iron ore from being smelted in vanilla furnace?

How can I prevent iron ore from being smelted in vanilla furnace?

Maybe you could use a global…
Wed, 10/30/2019 - 18:39

Maybe you could use a global trigger on item smelted and check if the item being smelted is iron ore and cancel the event is such case.

Active 5 years ago
Joined Oct 2019
Points:
640

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
I tried doing something like…
Thu, 10/31/2019 - 10:20

I tried doing something like that, but it doesn't seem like you can cancel events in Mcreator.

You can cancel events if…
Thu, 10/31/2019 - 10:44

You can cancel events if they support cancellation using cancel event procedure block.