Started by
FireWorks_CreepeR
on
Topic category: Help with MCreator software
I want to make some "tools" but not to break anything... For example when I right click on a block, get an item from this block and after right click on 64 blocks (for example) the item breaks! How can I do it?
Use ordinary item and procedures to achieve this.
You could make a regular item, and set it's duribility (Item Damage Count) to what you want. Then, make a procedure for the "When Item Right Clicked on Block." Then, make a procedure using the "player right clicks on block" trigger. Make it so that it is only when you right click with that item, using an "if" block. Then, make the outcome be "spawn gem" (in this case, spawn your item you want) and also put a "Deal 1 damage to [provided itemstack]" block underneath the spawn gem block.
That... at least works for me.