Skip to content

Commit

Permalink
Small doings
Browse files Browse the repository at this point in the history
- [#5] add the two new hive by Zoli708
- Cleaned the hive_count list and keep only the hives with >1, because one hive is the fallback
  • Loading branch information
Peppie84 committed Dec 22, 2024
1 parent ab26358 commit 555b464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions FS25_BeesRevamp/src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ local function load(mission)
['6a07bd8c629f80689ce6a79e67693da5'] = 16000, -- Stock lvl 5
['4b9a66f00ce22d729192c5d6cc9bbffd'] = 2800, -- https://farming-simulator.com/mod.php?mod_id=304970&title=fs2025
['79d09dea1ea492013c71e700f6373914'] = 3200, -- https://farming-simulator.com/mod.php?mod_id=304970&title=fs2025
['9f1b9ed23bd55b4eccff4283c8190114'] = 200, -- https://farming-simulator.com/mod.php?mod_id=304970&title=fs2025
['9ad5df30c2f68bf7ac24b1e05fc5cbbd'] = 400, -- https://farming-simulator.com/mod.php?mod_id=304970&title=fs2025
['98cdfe4ea9e2f01dac978f2892daef26'] = 200, -- https://farming-simulator.com/mod.php?mod_id=304020&title=fs2025
['c4011d0e68dc43435cd5ba4c042365ce'] = 1150, -- https://farming-simulator.com/mod.php?mod_id=304020&title=fs2025
['5f8c5339e645b43380da721a356ca8b7'] = 450, -- https://farming-simulator.com/mod.php?mod_id=304020&title=fs2025
Expand Down
6 changes: 0 additions & 6 deletions FS25_BeesRevamp/src/placeablebeehiveextended.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,8 @@
PlaceableBeehiveExtended = {
MOD_NAME = g_currentModName or 'unknown',
PATCHLIST_HIVE_COUNT_ON_RUNTIME = {
['fdbb92d36d913c6951195749a923ced0'] = 1, -- LS25 Stock BeeHiveGeneric1
['617aab6ddd64e931d7cb2615a6dcfd88'] = 12, -- LS25 Stock BeeHiveGeneric2
['a46e311e30b2c796bb535a79130880ef'] = 1, -- LS25 Stock Beehive01
['5a463aa504452e923b9366803b897035'] = 4, -- LS25 Stock Beehive02
['314b6994bff1068a180931d8f8d0aca4'] = 1, -- LS25 Stock Beehive03
['11213f68a4fd2d7020e13aeca9e9d236'] = 1, -- Stock lvl 1
['215ebd1eab110e0bf84b958df9cf6695'] = 1, -- Stock lvl 2
['e549aec41dae800a1b62573075a17b13'] = 1, -- Stock lvl 3
['bff790c871a3f21560dc4578d45911f1'] = 10, -- Stock lvl 4
['6a07bd8c629f80689ce6a79e67693da5'] = 33, -- Stock lvl 5
['79d09dea1ea492013c71e700f6373914'] = 10, -- https://farming-simulator.com/mod.php?mod_id=304970&title=fs2025
Expand Down

0 comments on commit 555b464

Please sign in to comment.