Started by
AbdulRahim
on
Topic category: Help with Minecraft modding (Bedrock Edition)
I tried making the block drop itself when breaks with loot table like this:
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "block",
"name": "my:block",
"weight": 1
}
]
}
]
}
and when i break the block in survival mode the game crashes
Edited by AbdulRahim on Sat, 07/11/2020 - 08:17
blocks default to drop themselves when you make them..