BloodMagic/src/generated/resources/data/bloodmagic/loot_tables/blocks/largebloodstonebrick.json
WayofTime 37c5e807b0 Added a few recipes
These include the Bloodstone Brick and a way to get the Weak Blood Shard! Yay!
Now if only the ARC was obtainable yet, lol.
2020-10-30 17:56:25 -04:00

19 lines
319 B
JSON

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