You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
data/minecraft/loot_tables/gameplay/_all.json
Normal file
1
data/minecraft/loot_tables/gameplay/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"cat_morning_gift":{"type":"minecraft:gift","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:rabbit_hide","weight":10},{"type":"minecraft:item","name":"minecraft:rabbit_foot","weight":10},{"type":"minecraft:item","name":"minecraft:chicken","weight":10},{"type":"minecraft:item","name":"minecraft:feather","weight":10},{"type":"minecraft:item","name":"minecraft:rotten_flesh","weight":10},{"type":"minecraft:item","name":"minecraft:string","weight":10},{"type":"minecraft:item","name":"minecraft:phantom_membrane","weight":2}],"rolls":1.0}]},"fishing":{"type":"minecraft:fishing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:loot_table","name":"minecraft:gameplay/fishing/junk","quality":-2,"weight":10},{"type":"minecraft:loot_table","conditions":[{"condition":"minecraft:entity_properties","entity":"this","predicate":{"type_specific":{"type":"fishing_hook","in_open_water":true}}}],"name":"minecraft:gameplay/fishing/treasure","quality":2,"weight":5},{"type":"minecraft:loot_table","name":"minecraft:gameplay/fishing/fish","quality":-1,"weight":85}],"rolls":1.0}]},"piglin_bartering":{"type":"minecraft:barter","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","functions":[{"enchantments":["minecraft:soul_speed"],"function":"minecraft:enchant_randomly"}],"name":"minecraft:book","weight":5},{"type":"minecraft:item","functions":[{"enchantments":["minecraft:soul_speed"],"function":"minecraft:enchant_randomly"}],"name":"minecraft:iron_boots","weight":8},{"type":"minecraft:item","functions":[{"function":"minecraft:set_potion","id":"minecraft:fire_resistance"}],"name":"minecraft:potion","weight":8},{"type":"minecraft:item","functions":[{"function":"minecraft:set_potion","id":"minecraft:fire_resistance"}],"name":"minecraft:splash_potion","weight":8},{"type":"minecraft:item","functions":[{"function":"minecraft:set_potion","id":"minecraft:water"}],"name":"minecraft:potion","weight":10},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":36.0,"min":10.0},"function":"minecraft:set_count"}],"name":"minecraft:iron_nugget","weight":10},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":4.0,"min":2.0},"function":"minecraft:set_count"}],"name":"minecraft:ender_pearl","weight":10},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":9.0,"min":3.0},"function":"minecraft:set_count"}],"name":"minecraft:string","weight":20},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":12.0,"min":5.0},"function":"minecraft:set_count"}],"name":"minecraft:quartz","weight":20},{"type":"minecraft:item","name":"minecraft:obsidian","weight":40},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":3.0,"min":1.0},"function":"minecraft:set_count"}],"name":"minecraft:crying_obsidian","weight":40},{"type":"minecraft:item","name":"minecraft:fire_charge","weight":40},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":4.0,"min":2.0},"function":"minecraft:set_count"}],"name":"minecraft:leather","weight":40},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":8.0,"min":2.0},"function":"minecraft:set_count"}],"name":"minecraft:soul_sand","weight":40},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":8.0,"min":2.0},"function":"minecraft:set_count"}],"name":"minecraft:nether_brick","weight":40},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":12.0,"min":6.0},"function":"minecraft:set_count"}],"name":"minecraft:spectral_arrow","weight":40},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":16.0,"min":8.0},"function":"minecraft:set_count"}],"name":"minecraft:gravel","weight":40},{"type":"minecraft:item","functions":[{"add":false,"count":{"type":"minecraft:uniform","max":16.0,"min":8.0},"function":"minecraft:set_count"}],"name":"minecraft:blackstone","weight":40}],"rolls":1.0}]}}
|
||||
1
data/minecraft/loot_tables/gameplay/_list.json
Normal file
1
data/minecraft/loot_tables/gameplay/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":["fishing","hero_of_the_village"],"files":["cat_morning_gift.json","fishing.json","piglin_bartering.json"]}
|
||||
46
data/minecraft/loot_tables/gameplay/cat_morning_gift.json
Normal file
46
data/minecraft/loot_tables/gameplay/cat_morning_gift.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:rabbit_hide",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:rabbit_foot",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:chicken",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:feather",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:string",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:phantom_membrane",
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
41
data/minecraft/loot_tables/gameplay/fishing.json
Normal file
41
data/minecraft/loot_tables/gameplay/fishing.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:gameplay/fishing/junk",
|
||||
"quality": -2,
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "fishing_hook",
|
||||
"in_open_water": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gameplay/fishing/treasure",
|
||||
"quality": 2,
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"name": "minecraft:gameplay/fishing/fish",
|
||||
"quality": -1,
|
||||
"weight": 85
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
1
data/minecraft/loot_tables/gameplay/fishing/_all.json
Normal file
1
data/minecraft/loot_tables/gameplay/fishing/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"fish":{"type":"minecraft:fishing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:cod","weight":60},{"type":"minecraft:item","name":"minecraft:salmon","weight":25},{"type":"minecraft:item","name":"minecraft:tropical_fish","weight":2},{"type":"minecraft:item","name":"minecraft:pufferfish","weight":13}],"rolls":1.0}]},"junk":{"type":"minecraft:fishing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:lily_pad","weight":17},{"type":"minecraft:item","functions":[{"add":false,"damage":{"type":"minecraft:uniform","max":0.9,"min":0.0},"function":"minecraft:set_damage"}],"name":"minecraft:leather_boots","weight":10},{"type":"minecraft:item","name":"minecraft:leather","weight":10},{"type":"minecraft:item","name":"minecraft:bone","weight":10},{"type":"minecraft:item","functions":[{"function":"minecraft:set_potion","id":"minecraft:water"}],"name":"minecraft:potion","weight":10},{"type":"minecraft:item","name":"minecraft:string","weight":5},{"type":"minecraft:item","functions":[{"add":false,"damage":{"type":"minecraft:uniform","max":0.9,"min":0.0},"function":"minecraft:set_damage"}],"name":"minecraft:fishing_rod","weight":2},{"type":"minecraft:item","name":"minecraft:bowl","weight":10},{"type":"minecraft:item","name":"minecraft:stick","weight":5},{"type":"minecraft:item","functions":[{"add":false,"count":10.0,"function":"minecraft:set_count"}],"name":"minecraft:ink_sac"},{"type":"minecraft:item","name":"minecraft:tripwire_hook","weight":10},{"type":"minecraft:item","name":"minecraft:rotten_flesh","weight":10},{"type":"minecraft:item","conditions":[{"condition":"minecraft:alternative","terms":[{"condition":"minecraft:location_check","predicate":{"biome":"minecraft:jungle"}},{"condition":"minecraft:location_check","predicate":{"biome":"minecraft:sparse_jungle"}},{"condition":"minecraft:location_check","predicate":{"biome":"minecraft:bamboo_jungle"}}]}],"name":"minecraft:bamboo","weight":10}],"rolls":1.0}]},"treasure":{"type":"minecraft:fishing","pools":[{"bonus_rolls":0.0,"entries":[{"type":"minecraft:item","name":"minecraft:name_tag"},{"type":"minecraft:item","name":"minecraft:saddle"},{"type":"minecraft:item","functions":[{"add":false,"damage":{"type":"minecraft:uniform","max":0.25,"min":0.0},"function":"minecraft:set_damage"},{"function":"minecraft:enchant_with_levels","levels":30.0,"treasure":true}],"name":"minecraft:bow"},{"type":"minecraft:item","functions":[{"add":false,"damage":{"type":"minecraft:uniform","max":0.25,"min":0.0},"function":"minecraft:set_damage"},{"function":"minecraft:enchant_with_levels","levels":30.0,"treasure":true}],"name":"minecraft:fishing_rod"},{"type":"minecraft:item","functions":[{"function":"minecraft:enchant_with_levels","levels":30.0,"treasure":true}],"name":"minecraft:book"},{"type":"minecraft:item","name":"minecraft:nautilus_shell"}],"rolls":1.0}]}}
|
||||
1
data/minecraft/loot_tables/gameplay/fishing/_list.json
Normal file
1
data/minecraft/loot_tables/gameplay/fishing/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["fish.json","junk.json","treasure.json"]}
|
||||
31
data/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
31
data/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cod",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:salmon",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:tropical_fish",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:pufferfish",
|
||||
"weight": 13
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
135
data/minecraft/loot_tables/gameplay/fishing/junk.json
Normal file
135
data/minecraft/loot_tables/gameplay/fishing/junk.json
Normal file
@@ -0,0 +1,135 @@
|
||||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lily_pad",
|
||||
"weight": 17
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 0.9,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_damage"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:leather_boots",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:leather",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bone",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:water"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:potion",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:string",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 0.9,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_damage"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:fishing_rod",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bowl",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stick",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": 10.0,
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:ink_sac"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:tripwire_hook",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:alternative",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:location_check",
|
||||
"predicate": {
|
||||
"biome": "minecraft:jungle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:location_check",
|
||||
"predicate": {
|
||||
"biome": "minecraft:sparse_jungle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:location_check",
|
||||
"predicate": {
|
||||
"biome": "minecraft:bamboo_jungle"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "minecraft:bamboo",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
74
data/minecraft/loot_tables/gameplay/fishing/treasure.json
Normal file
74
data/minecraft/loot_tables/gameplay/fishing/treasure.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:name_tag"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:saddle"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 0.25,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_damage"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": 30.0,
|
||||
"treasure": true
|
||||
}
|
||||
],
|
||||
"name": "minecraft:bow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"damage": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 0.25,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_damage"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": 30.0,
|
||||
"treasure": true
|
||||
}
|
||||
],
|
||||
"name": "minecraft:fishing_rod"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": 30.0,
|
||||
"treasure": true
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:nautilus_shell"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["armorer_gift.json","butcher_gift.json","cartographer_gift.json","cleric_gift.json","farmer_gift.json","fisherman_gift.json","fletcher_gift.json","leatherworker_gift.json","librarian_gift.json","mason_gift.json","shepherd_gift.json","toolsmith_gift.json","weaponsmith_gift.json"]}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:chainmail_helmet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:chainmail_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:chainmail_leggings"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:chainmail_boots"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_rabbit"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_chicken"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_porkchop"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_beef"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cooked_mutton"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:map"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:paper"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:redstone"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lapis_lazuli"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:bread"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:pumpkin_pie"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cookie"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cod"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:salmon"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,263 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:arrow",
|
||||
"weight": 26
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:swiftness"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:slowness"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:strength"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:healing"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:harming"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:leaping"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:regeneration"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:fire_resistance"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:water_breathing"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:invisibility"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:night_vision"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:weakness"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 0.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:poison"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:leather"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:book"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:clay"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:white_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:orange_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:magenta_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:light_blue_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:yellow_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lime_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:pink_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gray_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:light_gray_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cyan_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:purple_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:blue_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:brown_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:green_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:red_wool"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:black_wool"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stone_pickaxe"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stone_axe"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stone_hoe"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stone_shovel"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stone_axe"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:golden_axe"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_axe"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
256
data/minecraft/loot_tables/gameplay/piglin_bartering.json
Normal file
256
data/minecraft/loot_tables/gameplay/piglin_bartering.json
Normal file
@@ -0,0 +1,256 @@
|
||||
{
|
||||
"type": "minecraft:barter",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantments": [
|
||||
"minecraft:soul_speed"
|
||||
],
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:book",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantments": [
|
||||
"minecraft:soul_speed"
|
||||
],
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_boots",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:fire_resistance"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:potion",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:fire_resistance"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:splash_potion",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_potion",
|
||||
"id": "minecraft:water"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:potion",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 36.0,
|
||||
"min": 10.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_nugget",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 4.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:ender_pearl",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 9.0,
|
||||
"min": 3.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:string",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 12.0,
|
||||
"min": 5.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:quartz",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:obsidian",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 3.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:crying_obsidian",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:fire_charge",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 4.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:leather",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 8.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:soul_sand",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 8.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:nether_brick",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 12.0,
|
||||
"min": 6.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:spectral_arrow",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 16.0,
|
||||
"min": 8.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gravel",
|
||||
"weight": 40
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 16.0,
|
||||
"min": 8.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:blackstone",
|
||||
"weight": 40
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user