Create/Update assets for version 1.18.2-pre3

This commit is contained in:
InventiveBot
2022-02-23 18:34:29 +00:00
parent 6b86f1d719
commit ef8f32bf5d
14461 changed files with 988347 additions and 18 deletions

View File

@@ -0,0 +1,131 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"type": "minecraft:uniform",
"min": 3.0,
"max": 6.0
},
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 90,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 5.0
},
"add": false
}
],
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 5.0
},
"add": false
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 5.0
},
"add": false
}
],
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:experience_bottle"
}
]
},
{
"rolls": {
"type": "minecraft:uniform",
"min": 2.0,
"max": 5.0
},
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 50,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 10.0
},
"add": false
}
],
"name": "minecraft:iron_nugget"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 10.0
},
"add": false
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 10.0
},
"add": false
}
],
"name": "minecraft:lapis_lazuli"
}
]
}
]
}