mc_rebalance/data/minecraft/loot_tables/chests/village/village_toolsmith.json

110 lines
2 KiB
JSON
Raw Normal View History

2025-08-20 01:55:52 +00:00
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:amethyst_shard"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [{"function": "minecraft:enchant_randomly"}],
"name": "minecraft:stone_axe"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:stone_pickaxe",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:stick",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:stone_shovel",
"weight": 5
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_toolsmith"
}