Started by
MrManCheese
on
Topic category: Help with MCreator software
So I just got mcreator, I made a sword and an item to create it. But I want a block that will drop that item, I made the block it all worked perfectly, it spawned the way it should, particles and everything was perfect. But It wont drop anything when I destroy it. I tried making it drop itself, I tried making it drop the item but nothing works. It just wont drop anything. Anyone have any ideas or solutions or whatever?
Edit: I found out that blowing up the block drops the desierd item but still nothing from mining it
This is because dropped items are entities and they are destroyed by explosions. Try to use the event "when block destroyed by explosion" - - >"spawn gem" and choose the item.
No I mean that when I blow up the block it drops ther item. But it does not drop when I mine it
Did you tick the box that then lets yo choose a custom drop?
I tried with and without it
You probably forgot to edit the harvest level of your block. It defaults to 4, which is harder than can be mined with a diamond pickaxe. You have to change it to 0-3.
0 means anything will break it and thus drop your item
1 is stone/gold
2 is iron
3 is diamond
Anything greater than 3 will require a tool with a harvest level greater than or equal to whatever value you made your block, and the drop will occur if the tool used is of a strong enough harvest level