This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
SorceryCraft/src/main/resources/data/sorcerycraft/loot_tables/blocks/casting_table.json
TheBrokenRail a8b12d9d5c
All checks were successful
SorceryCraft/pipeline/head This commit looks good
1.1.4
Tweak Casting Table Texture
Tweak Casting Table Recipe
Update Mappings
2020-03-09 18:47:31 -04:00

19 lines
420 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "sorcerycraft:casting_table"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}