Файлы для будушей переработки промывания песка

This commit is contained in:
SpeeeDCraft 2023-11-19 08:42:37 +07:00
parent 3e038abeae
commit 093773da30
160 changed files with 7520 additions and 0 deletions

View file

@ -0,0 +1,47 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "minecraft:empty",
"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.55
}
]
},
{
"type": "minecraft:item",
"name": "tfc:rock/loose/dacite",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.5
}
]
},
{
"type": "minecraft:item",
"name": "tfc:gem/pyrite",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.04
}
]
}
]
}
]
}
]
}