Ported end city treasure off 1.20 ver
This commit is contained in:
parent
ecfdcb29a4
commit
2a0445832b
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"pools":[{
|
"pools":[
|
||||||
"rolls": {"min":10,"max":16},
|
{
|
||||||
|
"rolls": {"min":2,"max":4},
|
||||||
"entries":[
|
"entries":[
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -12,9 +13,9 @@
|
||||||
"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":4
|
"weight":15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -23,14 +24,19 @@
|
||||||
"function":"minecraft:set_count",
|
"function":"minecraft:set_count",
|
||||||
"count": {"type":"minecraft:uniform","min":1,"max":2}
|
"count": {"type":"minecraft:uniform","min":1,"max":2}
|
||||||
}],
|
}],
|
||||||
"weight":1
|
"weight":18
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"rolls":{"min":0, "max":2},
|
||||||
|
"entries":[
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
"name":"minecraft:diamond_sword",
|
"name":"minecraft:diamond_sword",
|
||||||
"functions":[{
|
"functions":[{
|
||||||
"function":"enchant_with_levels",
|
"function":"enchant_with_levels",
|
||||||
"options": "#minecraft:on_random_loot",
|
"treasure":true,
|
||||||
"levels": {"min":25,"max":40}
|
"levels": {"min":25,"max":40}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":2
|
||||||
|
|
@ -40,7 +46,7 @@
|
||||||
"name":"minecraft:diamond_boots",
|
"name":"minecraft:diamond_boots",
|
||||||
"functions":[{
|
"functions":[{
|
||||||
"function":"enchant_with_levels",
|
"function":"enchant_with_levels",
|
||||||
"options": "#minecraft:on_random_loot",
|
"treasure":true,
|
||||||
"levels": {"min":25,"max":40}
|
"levels": {"min":25,"max":40}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":2
|
||||||
|
|
@ -50,7 +56,7 @@
|
||||||
"name":"minecraft:diamond_chestplate",
|
"name":"minecraft:diamond_chestplate",
|
||||||
"functions":[{
|
"functions":[{
|
||||||
"function":"enchant_with_levels",
|
"function":"enchant_with_levels",
|
||||||
"options": "#minecraft:on_random_loot",
|
"treasure":true,
|
||||||
"levels": {"min":25,"max":40}
|
"levels": {"min":25,"max":40}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":2
|
||||||
|
|
@ -60,7 +66,7 @@
|
||||||
"name":"minecraft:diamond_helmet",
|
"name":"minecraft:diamond_helmet",
|
||||||
"functions":[{
|
"functions":[{
|
||||||
"function":"enchant_with_levels",
|
"function":"enchant_with_levels",
|
||||||
"options": "#minecraft:on_random_loot",
|
"treasure":true,
|
||||||
"levels": {"min":25,"max":40}
|
"levels": {"min":25,"max":40}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":2
|
||||||
|
|
@ -70,7 +76,7 @@
|
||||||
"name":"minecraft:diamond_leggings",
|
"name":"minecraft:diamond_leggings",
|
||||||
"functions":[{
|
"functions":[{
|
||||||
"function":"enchant_with_levels",
|
"function":"enchant_with_levels",
|
||||||
"options": "#minecraft:on_random_loot",
|
"treasure":true,
|
||||||
"levels": {"min":25,"max":40}
|
"levels": {"min":25,"max":40}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":2
|
||||||
|
|
@ -80,15 +86,86 @@
|
||||||
"name":"minecraft:diamond_pickaxe",
|
"name":"minecraft:diamond_pickaxe",
|
||||||
"functions":[{
|
"functions":[{
|
||||||
"function":"enchant_with_levels",
|
"function":"enchant_with_levels",
|
||||||
"options": "#minecraft:on_random_loot",
|
"treasure":true,
|
||||||
"levels": {"min":25,"max":40}
|
"levels": {"min":25,"max":40}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":2
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"type":"item",
|
||||||
|
"name":"minecraft:netherite_sword",
|
||||||
|
"functions":[{
|
||||||
|
"function":"enchant_with_levels",
|
||||||
|
"treasure":true,
|
||||||
|
"levels": {"min":10,"max":30}
|
||||||
|
}],
|
||||||
|
"weight":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"item",
|
||||||
|
"name":"minecraft:netherite_boots",
|
||||||
|
"functions":[{
|
||||||
|
"function":"enchant_with_levels",
|
||||||
|
"treasure":true,
|
||||||
|
"levels": {"min":10,"max":30}
|
||||||
|
}],
|
||||||
|
"weight":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"item",
|
||||||
|
"name":"minecraft:netherite_chestplate",
|
||||||
|
"functions":[{
|
||||||
|
"function":"enchant_with_levels",
|
||||||
|
"treasure":true,
|
||||||
|
"levels": {"min":10,"max":30}
|
||||||
|
}],
|
||||||
|
"weight":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"item",
|
||||||
|
"name":"minecraft:netherite_helmet",
|
||||||
|
"functions":[{
|
||||||
|
"function":"enchant_with_levels",
|
||||||
|
"treasure":true,
|
||||||
|
"levels": {"min":10,"max":30}
|
||||||
|
}],
|
||||||
|
"weight":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"item",
|
||||||
|
"name":"minecraft:netherite_leggings",
|
||||||
|
"functions":[{
|
||||||
|
"function":"enchant_with_levels",
|
||||||
|
"treasure":true,
|
||||||
|
"levels": {"min":10,"max":30}
|
||||||
|
}],
|
||||||
|
"weight":2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"item",
|
||||||
|
"name":"minecraft:netherite_pickaxe",
|
||||||
|
"functions":[{
|
||||||
|
"function":"enchant_with_levels",
|
||||||
|
"treasure":true,
|
||||||
|
"levels": {"min":10,"max":30}
|
||||||
|
}],
|
||||||
|
"weight":2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"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",
|
||||||
|
"name":"minecraft:netherite_upgrade_smithing_template",
|
||||||
|
"weight":4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -104,7 +181,7 @@
|
||||||
"name":"minecraft:book",
|
"name":"minecraft:book",
|
||||||
"functions":[{
|
"functions":[{
|
||||||
"function":"enchant_with_levels",
|
"function":"enchant_with_levels",
|
||||||
"options": "#minecraft:on_random_loot",
|
"treasure":true,
|
||||||
"levels": {"min":10,"max":30}
|
"levels": {"min":10,"max":30}
|
||||||
}],
|
}],
|
||||||
"weight":6
|
"weight":6
|
||||||
|
|
@ -128,5 +205,7 @@
|
||||||
"weight":4
|
"weight":4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue