reduced amount of loot in illages
This commit is contained in:
parent
7ba5abe636
commit
f818677b2e
2 changed files with 8 additions and 8 deletions
|
|
@ -600,8 +600,8 @@
|
||||||
],
|
],
|
||||||
"rolls": {
|
"rolls": {
|
||||||
"type": "minecraft:uniform",
|
"type": "minecraft:uniform",
|
||||||
"max": 12,
|
"max": 10,
|
||||||
"min": 8
|
"min": 6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue