toggling textures and abilitys

Started by AloneDumb on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
toggling textures and abilitys

would there be a way when you shift right click that you can change the model of an item and make it have different properties so it could do a different ability than it did before until you toggle it back?

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes, second page of item…
Mon, 05/20/2024 - 09:36

yes, second page of item lets u choose conditions under which the properties of item change. U can choose how (change texture or another properties)

combining this with NBTtags u can do really a lot

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh wait If u mean "by…
Mon, 05/20/2024 - 09:42

Oh wait

If u mean "by pressing [shift] + [right click]" - make a check in right-click trigger if entity sneaking 

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In right click trigger u can…
Mon, 05/20/2024 - 09:45

In right click trigger u can change NBT of which will depends condition of the item for example*

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i wont need to make it shift…
Tue, 05/21/2024 - 06:00

i wont need to make it shift right click anymore but there is a way that i could implement this into my project but i would need to figure something else first and that is seeing if someone is shift scrolling and then it could cycle through ability's and depending on which one is selected once scrolled to so regardless i would like to learn how to toggle for future projects so i don't quite understand how i would make multiple nbt tags for the item