neuralgia/kubejs/data/tfc/loot_tables/panning/native_copper_phyllite.json
2023-12-11 14:49:26 +07:00

47 lines
No EOL
1.2 KiB
JSON

{
"__comment__": "This file was automatically created by mcresources",
"type": "minecraft:fishing",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "tfc:ore/small_native_copper",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.5
}
]
},
{
"type": "minecraft:item",
"name": "tfc:rock/loose/phyllite",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.5
}
]
},
{
"type": "minecraft:item",
"name": "gtceu:poor_raw_pyrite",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.04
}
]
}
]
}
]
}
]
}