Right Click On a block And change item

Started by LapisPhoenix on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Dec 2020
Points:
558

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Right Click On a block And change item

As the title says. I want to change a mod item when you right click the block whilst its in there hand.

Active 2 years ago
Joined Apr 2021
Points:
542

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 45
1. Define 2nd Item 2. Define…
Wed, 04/28/2021 - 20:25

1. Define 2nd Item

2. Define in the first item a trigger: Right-Clicked On Block

Procedure Content: If get Block a xyz = [Your Block]

Remove 1[specific item] item from main-hand

set 1[2nd item] item in main-hand

 

~Lanee