Started by
Aksumite
on
Topic category: Help with Minecraft modding (Java Edition)
I understand this has been asked before, but never (from what I know) the same problems as me.
I have a procedure that replaces the log with a stripped log, but the “on right clicked” event doesn’t allow for itemstack meaning it can’t damage the axe, which is very important.
The second (MUCH bigger) issue is that it doesn’t work with any axe. Is there custom code that can be used to include any axe, modded or vanilla? Thanks!
np :)
If you need any more procedure blocks let me know :D
Alright, I will!
Hey, I've made my wood variant with stripped versions working thanks to that plugin (thanks, crispy_chips1234!); the log stripping works perfectly. However, i can't place blocks directly on my log block's sides without shifting and right-clicking. How could I fix this? (PS: my mod doesn't add any kind of new tools)
that isn't the plugin's problem. If you add a right-click functionality to a block, Minecraft does that, unfortunately.
I'll try to find a solution without coding and if I do I will let you know :D
I found a solution to my problem! Turns out you just have to make an individual procedure (AKA not bound to any block) and set an additional trigger to happen when the player right clicks (like in the image), and only happen when it's on your wood blocks. This works for things such as farmlands, too!
Do this actually work or when you try to place a block beside that one right clicking it the player will try to interact with the block?