You've already forked minecraft-assets
Create/Update assets for version 1.13
This commit is contained in:
27
data/minecraft/loot_tables/gameplay/fishing.json
Normal file
27
data/minecraft/loot_tables/gameplay/fishing.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "minecraft:gameplay/fishing/junk",
|
||||
"weight": 10,
|
||||
"quality": -2
|
||||
},
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "minecraft:gameplay/fishing/treasure",
|
||||
"weight": 5,
|
||||
"quality": 2
|
||||
},
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "minecraft:gameplay/fishing/fish",
|
||||
"weight": 85,
|
||||
"quality": -1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
29
data/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
29
data/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:cod",
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:salmon",
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:tropical_fish",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:pufferfish",
|
||||
"weight": 13
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
94
data/minecraft/loot_tables/gameplay/fishing/junk.json
Normal file
94
data/minecraft/loot_tables/gameplay/fishing/junk.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather_boots",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_damage",
|
||||
"damage": {
|
||||
"min": 0,
|
||||
"max": 0.90
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:leather",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:bone",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:potion",
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_nbt",
|
||||
"tag": "{Potion:\"minecraft:water\"}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:string",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:fishing_rod",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_damage",
|
||||
"damage": {
|
||||
"min": 0,
|
||||
"max": 0.90
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:bowl",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:stick",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:ink_sac",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:tripwire_hook",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"weight": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
79
data/minecraft/loot_tables/gameplay/fishing/treasure.json
Normal file
79
data/minecraft/loot_tables/gameplay/fishing/treasure.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:lily_pad",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:name_tag",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:saddle",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:bow",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_damage",
|
||||
"damage": {
|
||||
"min": 0,
|
||||
"max": 0.25
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_with_levels",
|
||||
"levels": 30,
|
||||
"treasure": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:fishing_rod",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_damage",
|
||||
"damage": {
|
||||
"min": 0,
|
||||
"max": 0.25
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "enchant_with_levels",
|
||||
"levels": 30,
|
||||
"treasure": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:book",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "enchant_with_levels",
|
||||
"levels": 30,
|
||||
"treasure": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:nautilus_shell",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user