Упс, это было сломано :)

This commit is contained in:
Dmitry 2024-01-18 16:11:17 +07:00
parent 176d276145
commit e5fee6d0b6
160 changed files with 0 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_cassiterite",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.55
}
]
},
{
"type": "minecraft:item",
"name": "tfc:rock/loose/dolomite",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.5
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:amethyst_shard",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.04
}
]
}
]
}
]
}
]
}