Started by
KoolKidKurt
on
Topic category: Help with Minecraft modding (Java Edition)
I have a block of mine which is overgrown stone, which when mined drops cobblestone, and i have affected by silk touch enabled, but when i mine the block in game with silk touch it still drops cobblestone, is there something i did wrong, and if so can i get some help?
this is what i have set up on the block
1.14.4 does not support this feature for mods.
Make a new procedure that triggers when the block is mined in that procedure you check if the item in Players Hand has silktouch and also set Drop amount to 0
Set something like this in the procedure:
If Get [Item in Entitys main Hand] Level of enhancement SILKTOUCH = 1
Drop [Overgrown stone]
else
Drop [Cobblestone]
thanks for the help
Klemen, It seems like 1.14 does not support as much things as 1.12.2, I don't know why forge devs thought it was "stable"
Silk touch is probably meant to be defined by loot tables now or using procedures.
ooof.
does anyone know how to create a procedure in 2020.5 to make a silktouch drop?
You need to create a loot table with silk touch drop and assign it to your block.
do you have a tutorial on creating loot tables?
Found one thanks
https://mcreator.net/wiki/how-make-loot-table