reduced amount of loot in illages

This commit is contained in:
Pyritie 2025-10-04 22:59:15 +01:00
parent 7ba5abe636
commit f818677b2e
2 changed files with 8 additions and 8 deletions

View file

@ -600,8 +600,8 @@
], ],
"rolls": { "rolls": {
"type": "minecraft:uniform", "type": "minecraft:uniform",
"max": 12, "max": 10,
"min": 8 "min": 6
} }
} }
] ]

View file

@ -342,22 +342,22 @@
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:sentry_armor_trim_smithing_template", "name": "minecraft:sentry_armor_trim_smithing_template",
"weight": 10 "weight": 7
}, },
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:vex_armor_trim_smithing_template", "name": "minecraft:vex_armor_trim_smithing_template",
"weight": 10 "weight": 7
}, },
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:wild_armor_trim_smithing_template", "name": "minecraft:wild_armor_trim_smithing_template",
"weight": 10 "weight": 7
}, },
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:coast_armor_trim_smithing_template", "name": "minecraft:coast_armor_trim_smithing_template",
"weight": 10 "weight": 7
}, },
{ {
"type": "minecraft:item", "type": "minecraft:item",
@ -367,8 +367,8 @@
], ],
"rolls": { "rolls": {
"type": "minecraft:uniform", "type": "minecraft:uniform",
"max": 12, "max": 10,
"min": 8 "min": 6
} }
} }
] ]