Create/Update assets for version 20w29a

This commit is contained in:
InventiveBot
2020-07-15 16:37:25 +00:00
parent 6cc8a5d1fe
commit 2cdfd07938
5801 changed files with 358923 additions and 76689 deletions

View File

@@ -0,0 +1,244 @@
{
"type": "minecraft:barter",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:enchant_randomly",
"enchantments": [
"minecraft:soul_speed"
]
}
],
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"weight": 8,
"functions": [
{
"function": "minecraft:enchant_randomly",
"enchantments": [
"minecraft:soul_speed"
]
}
],
"name": "minecraft:iron_boots"
},
{
"type": "minecraft:item",
"weight": 8,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:fire_resistance\"}"
}
],
"name": "minecraft:potion"
},
{
"type": "minecraft:item",
"weight": 8,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:fire_resistance\"}"
}
],
"name": "minecraft:splash_potion"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:water\"}"
}
],
"name": "minecraft:potion"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 10.0,
"max": 36.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:iron_nugget"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:ender_pearl"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 9.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:string"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5.0,
"max": 12.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:quartz"
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:obsidian"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:crying_obsidian"
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:fire_charge"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:leather"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 8.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:soul_sand"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 8.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:nether_brick"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 6.0,
"max": 12.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:spectral_arrow"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 8.0,
"max": 16.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gravel"
},
{
"type": "minecraft:item",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 8.0,
"max": 16.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:blackstone"
}
]
}
]
}