Please help. Since switching to a newer version of Minecraft (1.21.10+) I have encountered a problem I don't know how to make an event on_Interact. Well, the block's operation is clear, when you click on it, the texture or block changes, for example. BUT when the block is placed in the other direction, the block will also change to that side. pls...
#on_Interact block HELP PLS!
1 messages · Page 1 of 1 (latest)
Events are gone. You now need to learn how to create custom components through the script-api.
Yeah there is a event called PlayerInteractWithBlock or something in the scripting api yoou can use to get block data then replace it with the new block with same data
block events no longer exist. you need to use custom components
Ok. Thank you!
Can u provide an example please?