custom autosmelt pickaxe

Started by marcell1 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom autosmelt pickaxe

Can someone help me with how to do the procedure for an auto smelting pickaxe? I would write the procedure for the pickaxe itself, when block destroyed with tool.

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it would probably look like…
Thu, 09/25/2025 - 09:10

it would probably look like this: if block is destroyed and main hand is autosmeltpickaxe 

and if iron ore is picked up 

then remove 1 iron ore and add  1 iron ingot

 

please not i wrote this with just my knowlage about mcreator procedures: i'm not shure that it works