Create/Update assets for version 18w45a

This commit is contained in:
InventiveBot
2021-03-10 23:45:15 +00:00
parent 5e078329dd
commit 05a1befda8
9156 changed files with 569769 additions and 18 deletions

View File

@@ -0,0 +1,114 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 2.0,
"max": 8.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:coal"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:wheat"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:golden_apple"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"name": "minecraft:leather_chestplate"
},
{
"type": "minecraft:item",
"name": "minecraft:golden_helmet"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:fishing_rod"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:exploration_map",
"destination": "buried_treasure",
"decoration": "red_x",
"zoom": 1,
"skip_existing_chunks": false
}
],
"name": "minecraft:map"
}
]
}
]
}