fishing fixes

This commit is contained in:
Dmitry 2024-03-21 21:38:43 +07:00
parent d9da871eab
commit ada7fe088f
5 changed files with 153 additions and 1 deletions

View file

@ -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

View 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"
}

View 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"
}

View file

@ -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

@ -1 +1 @@
Subproject commit b68a365b525f5f8184940903cc3b2c64d95f65d0
Subproject commit 618c0c0abe1681ccce634f8b995cd9ddb5cfbda7