Custom Datapack Items?

Started by Ima-builder on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jun 2020
Points:
677

User statistics:

  • Modifications: 2
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 58
Custom Datapack Items?

Hi, I was wondering if there is a way to make semi-custom items for datapacks.

Basically Where you right click the item and it runs a script, something similar to this this.

Active 3 years ago
Joined May 2020
Points:
648

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
That datapack uses a texture…
Wed, 06/17/2020 - 08:56

That datapack uses a texture pack to change the texture of a carrot on a stick, they make the wands using a carrot on a stick right-click detection system.

just make a scoreboard that detects right-clicking with a carrot on a stick and have a function that is constantly checking if it is right-clicked

Just follow this tutorial: https://www.youtube.com/watch?v=xcOw4conrVM

it will explain it better than me and it's made by someone who makes really good datapacks.