Create/Update assets for version 1.13.2

This commit is contained in:
InventiveBot
2018-12-21 06:38:40 +00:00
parent 13d488b03f
commit 85486e27af
7269 changed files with 467142 additions and 0 deletions

View File

@@ -0,0 +1,164 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:heart_of_the_sea"
}
]
},
{
"rolls": {
"min": 5,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 20,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:tnt",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:emerald",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:prismarine_crystals",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
}
]
},
{
"rolls": {
"min": 0,
"max": 1
},
"entries": [
{
"type": "item",
"name": "minecraft:leather_chestplate",
"weight": 1
},
{
"type": "item",
"name": "minecraft:iron_sword",
"weight": 1
}
]
},
{
"rolls": 2,
"entries": [
{
"type": "item",
"name": "minecraft:cooked_cod",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:cooked_salmon",
"weight": 1,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4
}
}
]
}
]
}
]
}