fishing fixes
This commit is contained in:
parent
d9da871eab
commit
ada7fe088f
5 changed files with 153 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
- Fix some bugs with LAN game (by removing SimpeLogin).
|
||||
- Removed fix for ftbteams from TFG-Core.
|
||||
- Removed fix for simplelogin from TFG-Core.
|
||||
- Fix for fishing machine from GTCEu (loot).
|
||||
### Removed mods
|
||||
- CustomSkinLoader
|
||||
- SimpleLogin
|
||||
|
|
|
|||
68
kubejs/data/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
68
kubejs/data/minecraft/loot_tables/gameplay/fishing/fish.json
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/cod",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/tropical_fish",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/calamari",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/shellfish",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/bluegill",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/crappie",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/lake_trout",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/largemouth_bass",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/rainbow_trout",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/salmon",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:food/smallmouth_bass",
|
||||
"weight": 8
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:gameplay/fishing/fish"
|
||||
}
|
||||
63
kubejs/data/minecraft/loot_tables/gameplay/fishing/junk.json
Normal file
63
kubejs/data/minecraft/loot_tables/gameplay/fishing/junk.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tfc:plant/water_lily",
|
||||
"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",
|
||||
"name": "minecraft:bowl",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stick",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:tripwire_hook",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"weight": 10
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:gameplay/fishing/junk"
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:fishing",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:name_tag"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:saddle"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:gameplay/fishing/treasure"
|
||||
}
|
||||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit b68a365b525f5f8184940903cc3b2c64d95f65d0
|
||||
Subproject commit 618c0c0abe1681ccce634f8b995cd9ddb5cfbda7
|
||||
Loading…
Add table
Add a link
Reference in a new issue