How to make item transform when it rightclicked on block

Started by Metarilo on

Topic category: Help with MCreator software

Active 4 years ago
Joined Feb 2020
Points:
690

User statistics:

  • Modifications: 1
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 27
How to make item transform when it rightclicked on block

I wanna make wet bricks when i rightclick on water with stone dust, but its not working. Help

Active 3 years ago
Joined Mar 2020
Points:
1259

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
Instead of using get block…
Mon, 05/04/2020 - 14:16

Instead of using get block to detect the water use get material type to detect the water.

Active 4 years ago
Joined Feb 2020
Points:
690

User statistics:

  • Modifications: 1
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 27
thank you, i'll gonna check…
Tue, 05/05/2020 - 12:17

thank you, i'll gonna check this out

Active 2 years ago
Joined May 2020
Points:
728

User statistics:

  • Modifications: 1
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 113
maybe you can do something…
Fri, 05/08/2020 - 09:25

maybe you can do something like this:

when right clicked 

item in entitys main hand(stone dust)

Place wet bricks at x y z/Add 1 wet brick to players inventory

 

Hope this will help:)