CreateMod/src/generated/resources/data/create/loot_tables/blocks/aligner.json
grimmauld 273fe8ebf1 Add the aligner
-> still needs some better color combination logic
2021-04-22 22:21:05 +02:00

19 lines
302 B
JSON

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