Started by
Fackterguff
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a pickaxe, if you destroy an ore, it drops ingot, if you destroy a stone block it drops itself etc.
Topic category: Help with Minecraft modding (Java Edition)
I want to make a pickaxe, if you destroy an ore, it drops ingot, if you destroy a stone block it drops itself etc.
U mean something like fire pickaxe from Thaum Craft
You can try to set harvest level to 0 for your pickaxe than make procedure that will check on block destroyed with this item if block = iron_ore do spawn gem = iron_ingot than add else if to add more options
This should work
I can't find a procedure that checks what block was destroyed...
Oh, I found out smth, but still... What should I place here?
https://imgur.com/a/cIiJEX8
Place in that empty space : get block at x, y, z