Create/Update assets for version 1.17.1

This commit is contained in:
InventiveBot
2021-07-07 09:21:22 +00:00
parent b8734e7c9b
commit cf2c0bdbb6
14336 changed files with 951682 additions and 18 deletions

View File

@@ -0,0 +1,159 @@
{
"type": "minecraft:fishing",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 17,
"name": "minecraft:lily_pad"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"type": "minecraft:uniform",
"min": 0.0,
"max": 0.9
},
"add": false
}
],
"name": "minecraft:leather_boots"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:leather"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:bone"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{Potion:\"minecraft:water\"}"
}
],
"name": "minecraft:potion"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:string"
},
{
"type": "minecraft:item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"type": "minecraft:uniform",
"min": 0.0,
"max": 0.9
},
"add": false
}
],
"name": "minecraft:fishing_rod"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:bowl"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:stick"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": 10.0,
"add": false
}
],
"name": "minecraft:ink_sac"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:tripwire_hook"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:rotten_flesh"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:alternative",
"terms": [
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:jungle"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:jungle_hills"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:jungle_edge"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:bamboo_jungle"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:modified_jungle"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:modified_jungle_edge"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:bamboo_jungle_hills"
}
}
]
}
],
"weight": 10,
"name": "minecraft:bamboo"
}
]
}
]
}