Create/Update assets for version 22w03a

This commit is contained in:
InventiveBot
2022-01-19 18:34:11 +00:00
parent d3ea749b95
commit bf17e0e143
14401 changed files with 984483 additions and 18 deletions

View File

@@ -0,0 +1,108 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"type": "minecraft:uniform",
"min": 3.0,
"max": 8.0
},
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 4.0
},
"add": false
}
],
"name": "minecraft:redstone"
},
{
"type": "minecraft:item",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 4.0
},
"add": false
}
],
"name": "minecraft:bread"
},
{
"type": "minecraft:item",
"weight": 7,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 4.0
},
"add": false
}
],
"name": "minecraft:rotten_flesh"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 4.0
},
"add": false
}
],
"name": "minecraft:lapis_lazuli"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 4.0
},
"add": false
}
],
"name": "minecraft:gold_ingot"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 4.0
},
"add": false
}
],
"name": "minecraft:emerald"
}
]
}
]
}