Lithium update, v1.0.0
[chemc-fabric.git] / src / main / resources / data / chemc / loot_tables / blocks / lithium_ore.json
blobc895d8b82513a69b3e8c38789b1aeeaddecda538
2     "type": "minecraft:block",
3     "pools": [
4       {
5         "name": "lithium_ore",
6         "rolls": 6,
7         "entries": [
8           {
9             "type": "minecraft:item",
10             "name": "chemc:lithium_chloride"
11           }
12         ],
13         "conditions": [
14           {
15             "condition": "minecraft:survives_explosion"
16           }
17         ]
18       }
19     ]
20   }