Segmented End City treasure to guarantee drops

I have not tested for balance, but it'll still be better than it was last week
This commit is contained in:
patience 2026-01-27 02:49:15 +00:00
parent f840fa80b8
commit 5553c01d97
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{ {
"pools":[{ "pools":[
"rolls": {"min":10,"max":16}, {
"rolls": {"min":2,"max":4},
"entries":[ "entries":[
{ {
"type":"item", "type":"item",
@ -12,7 +13,7 @@
"name":"minecraft:diamond", "name":"minecraft:diamond",
"functions":[{ "functions":[{
"function":"minecraft:set_count", "function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":2,"max":7} "count": {"type":"minecraft:uniform","min":2,"max":5}
}], }],
"weight":15 "weight":15
}, },
@ -24,7 +25,12 @@
"count": {"type":"minecraft:uniform","min":1,"max":2} "count": {"type":"minecraft:uniform","min":1,"max":2}
}], }],
"weight":18 "weight":18
}
]
}, },
{
"rolls":{"min":0, "max":2},
"entries":[
{ {
"type":"item", "type":"item",
"name":"minecraft:diamond_sword", "name":"minecraft:diamond_sword",
@ -150,14 +156,15 @@
"type":"item", "type":"item",
"name":"minecraft:diamond_horse_armor", "name":"minecraft:diamond_horse_armor",
"weight":2 "weight":2
}
]
}, },
{
"rolls":{"min":2,"max":5},
"entries":[
{ {
"type":"item", "type":"item",
"name":"minecraft:netherite_upgrade_smithing_template", "name":"minecraft:netherite_upgrade_smithing_template",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":3,"max":8}
}],
"weight":4 "weight":4
}, },
{ {
@ -198,5 +205,6 @@
"weight":4 "weight":4
} }
] ]
}] }
]
} }