Create/Update assets for version 1.19.2

This commit is contained in:
InventiveBot
2022-08-10 18:28:09 +02:00
parent 3177a073ae
commit ab03934287
15468 changed files with 1044688 additions and 18 deletions

View File

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