You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
42
data/minecraft/loot_table/gameplay/fishing.json
Normal file
42
data/minecraft/loot_table/gameplay/fishing.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"quality": -2,
|
||||
"value": "minecraft:gameplay/fishing/junk",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "minecraft:fishing_hook",
|
||||
"in_open_water": true
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"quality": 2,
|
||||
"value": "minecraft:gameplay/fishing/treasure",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:loot_table",
|
||||
"quality": -1,
|
||||
"value": "minecraft:gameplay/fishing/fish",
|
||||
"weight": 85
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:gameplay/fishing"
|
||||
}
|
||||
Reference in New Issue
Block a user