ActuallyAdditions/src/generated/resources/data/actuallyadditions/loot_tables/blocks/placer.json

21 lines
396 B
JSON
Raw Normal View History

2022-01-09 00:10:34 +01:00
{
"type": "minecraft:block",
"pools": [
{
2024-03-02 21:23:08 +01:00
"bonus_rolls": 0.0,
2024-03-03 01:20:53 +01:00
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
2022-01-09 00:10:34 +01:00
"entries": [
{
"type": "minecraft:item",
"name": "actuallyadditions:placer"
}
],
2024-03-03 01:20:53 +01:00
"rolls": 1.0
2022-01-09 00:10:34 +01:00
}
2024-03-03 01:20:53 +01:00
],
"random_sequence": "actuallyadditions:blocks/placer"
2022-01-09 00:10:34 +01:00
}