cleanup rock loot tables

This commit is contained in:
Pyritie 2026-01-31 14:27:52 +00:00
parent e90cccbcc8
commit b1fddab3e9
36 changed files with 300 additions and 1321 deletions

View file

@ -0,0 +1,44 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "create:scorchia",
"conditions": [
{
"condition": "tfc:is_isolated"
}
]
},
{
"type": "minecraft:item",
"name": "tfg:loose/scorchia",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4,
"type": "minecraft:uniform"
}
}
]
}
]
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,44 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "create:scoria",
"conditions": [
{
"condition": "tfc:is_isolated"
}
]
},
{
"type": "minecraft:item",
"name": "tfg:loose/scoria",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4,
"type": "minecraft:uniform"
}
}
]
}
]
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}