Started by
Nikola Z
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I want to make a mod for new material ore that when is clicked with a specific item to drop you specific item. But Idk how to make it... xD
Can someone help me? (Sorry I redited it, because I dont say it correcly.)
Edited by Nikola Z on Sat, 01/27/2024 - 17:38
Just make a procedure. It should say something like
WHEN RIGHT CLICKED ON BLOCK:
IF: Player has "specific item" AND: Player has "specific block"
DO: Give player "specific item"
It's pretty simple stuff. You'll get the hang of it eventually.
Jgyu.. Sorry, but I say it incorrecly. And I don't understand HOW TO: ""WHEN RIGHT CLICKED ON BLOCK:
IF: Player has "specific item" AND: Player has "specific block"
DO: Give player "specific item"
"..... XD