You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"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"
}
The text was updated successfully, but these errors were encountered:
Describe the bug
Recovering beehives have an incorrect transform entry in JSON and cause errors when the season advances.
Steps To Reproduce
Screenshots
Versions and configuration
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"
}
The text was updated successfully, but these errors were encountered: