ActuallyAdditions/src/generated/resources/data/actuallyadditions/loot_tables/blocks/crystal_cluster_emeradic_block.json
Michael Hillcox 6baac03f6d
Added some more data gen to the ore and crystal cluster blocks
It's not perfect as fortune doesn't effect it.
2020-11-29 18:23:50 +00:00

56 lines
1.5 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "actuallyadditions:crystal_cluster_emeradic_block"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 8.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "actuallyadditions:green_crystal_shard"
}
]
}
]
}
]
}