* Starting on blocks * Updated collision box * Updated block components * Fixed block/rotation * Making orbi responsible for dependencies * Updating blocks * trigger -> triggers
8 lines
226 B
JSON
8 lines
226 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.blocks.minecraft.loot",
|
|
"title": "Loot",
|
|
"description": "The path to the loot table, relative to the behavior pack.",
|
|
"type": "string",
|
|
"pattern": "loot_tables/.*\\.json$"
|
|
}
|