Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovering beehives causes error upon season change #5943

Closed
Reclusive-reptile opened this issue Jan 19, 2025 · 0 comments · Fixed by #5950
Closed

Recovering beehives causes error upon season change #5943

Reclusive-reptile opened this issue Jan 19, 2025 · 0 comments · Fixed by #5950
Labels
bug easy Simple task that doesn't require understanding the code much JSON related to game datas in JSON format.

Comments

@Reclusive-reptile
Copy link
Contributor

Describe the bug

Recovering beehives have an incorrect transform entry in JSON and cause errors when the season advances.

Steps To Reproduce

  1. Build beehives.
  2. Wait
  3. Do not profit

Screenshots

Image

Image

Image

Image

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.5371 (22H2)
  • Game Version: f1679cc [64-bit]
  • Graphics Version: Tiles
  • LAPI Version: 2
  • Game Language: []
  • Mods loaded: [
    Bright Nights [bn],
    Disable NPC Needs [no_npc_food],
    Simplified Nutrition [novitamins],
    No Rail Stations [No_Rail_Stations],
    Prevent Zombie Revivication [no_reviving_zombies],
    Limit Fungal Growth [limit_fungal_growth],
    Item Category Overhaul [Item_Category_Overhaul],
    UDP Redux [udp_redux]
    ]

Additional context

{
"type": "furniture",
"id": "f_hive_recovering",
"copy-from": "f_hive_young",
"name": "recovering beehive",
"description": "A traditional beehive, buzzing with activity. The colony is still recovering from last harvest.",
"symbol": "^",
"color": "brown",
"transforms_into": "f_hive_regrowing",<- this does not exist, should be "f_hive_growing" or define "f_hive_regrowing"
}

@scarf005 scarf005 added easy Simple task that doesn't require understanding the code much JSON related to game datas in JSON format. labels Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug easy Simple task that doesn't require understanding the code much JSON related to game datas in JSON format.
Projects
None yet
2 participants