You've already forked minecraft-assets
Create/Update assets for version 1.11
This commit is contained in:
53
assets/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
53
assets/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:fish",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 0
|
||||
}
|
||||
],
|
||||
"weight": 60
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:fish",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 1
|
||||
}
|
||||
],
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:fish",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 2
|
||||
}
|
||||
],
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:fish",
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 3
|
||||
}
|
||||
],
|
||||
"weight": 13
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user