I Need to Enchant a Tool

Started by BetterThanYou on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I Need to Enchant a Tool

I'm trying to make a pickaxe that already has auto-smelt on it. How do I do this?

Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I guess if you use an event…
Mon, 03/05/2018 - 21:20

I guess if you use an event that checks the block in your inventory. If that block is found, eg "Iron ore" then the event would remove that block and replace with the ingot. Basically making the inventory a auto swapper. I think all the events need to happen in your tool under "When Item is in use" something like that where it happens only when you have that tool in hand or in use

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can't make custom…
Sun, 03/18/2018 - 21:05

You can't make custom enchants but you can make it so when you craft the tool it comes with an existing enchant. I hope they add a function that allows you to make custom enchants and effects in mcreator 1.7.9.

Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I posted this like a year…
Mon, 02/04/2019 - 00:17

I posted this like a year ago and didn't think anybody would respond thank you so much