How to replace a woodset in the players inventory with a random vanilla one when leaving a dimension

Started by Cheese Dealer on

Topic category: Help with MCreator software

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to replace a woodset in the players inventory with a random vanilla one when leaving a dimension

im trying to make 2 dimensions right now where basically once you leave those dimensions woodsets get replaced with a random vanilla woodset (and preferablely all the same one) i was wondering how i could do this?

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
please i kinda want an answer
Sun, 01/12/2025 - 18:25

please i kinda want an answer

You can iterate all slots…
Mon, 01/13/2025 - 18:19

You can iterate all slots and change them based on your conditions.

Custom dimension has leave trigger that runs procedure you want when player leaves it

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
well that at least sorta…
Mon, 01/13/2025 - 23:52

well that at least sorta helps