How can i make This Work?

Started by iLht_Crunchy on

Topic category: Help with modding (Java Edition)

Last seen on 18:25, 3. Oct 2020
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can i make This Work?

So I'm trying to make a command that enchants the weapon/item in hand. I put the item procedure "Add Enchantment with Level 1,000,000 to Provided Itemstack type (enchantment) under the default procedure block but with the global trigger as "Command Executed". But it says "You have selected external trigger that does not provide the following dependencies: itemstack.   Just wondering what that means. Thanks!

Last seen on 15:29, 7. Sep 2020
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe you have to specify…
Fri, 09/04/2020 - 23:07

Maybe you have to specify the item. You can tell it to work on item in entity's main hand, I believe.

Last seen on 08:14, 28. Nov 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe you added an…
Fri, 09/18/2020 - 23:34

maybe you added an incompatible itemstack dependency...

can you show me the command execution procedure?