Some functions for release

Started by RedCorr on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Some functions for release

I want to make one item has 6 functions at once.
Like, pressing one button will change one function to function two, and if pressing that button again will change function two to function three. And etc.
Maybe will help?)

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom NBT Data may be your…
Tue, 10/08/2024 - 15:12

Custom NBT Data may be your best bet

  1. If NBT String Current Function "Function1" do Set NBT to "Function2"
  2. Do this all the way to Function 6 then for function 6, it will set your function back to function 1.
  3. Let me know if that helps any.