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

86 lines
1.5 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:ink_sac",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:paper",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:redstone",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:stick",
"weight": 5
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
}
}
],
"random_sequence": "minecraft:chests/village/village_cartographer"
}