Started by
Mrko10000
on
Topic category: Help with MCreator software
I want to make an instrument called chalk. But when I created it I faced 2 problems:
1. The durability of the tool goes into the minus, and the tool will not break.
2. The tool places a chalk block into an already standing block.
Edited by Mrko10000 on Tue, 01/08/2019 - 09:44
1. Chalk is NOT an instrument.
2. Just make a procedure for the chalk to place it 1 block above the one you are currently looking at.
You can make a variable that increases when you place a block o' chalk, when that variable is over say 10:
remove 1 chalk from your inventory and reset the variable.