From 4d9e2bfb8a17c82b5da1c4d543164226e2ce13b5 Mon Sep 17 00:00:00 2001 From: Krowe Moh <27891447+Krowe-moh@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:50:07 +1100 Subject: [PATCH] Sprout Houses and Building Items now have BaseIcons --- FModel/Creator/CreatorPackage.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FModel/Creator/CreatorPackage.cs b/FModel/Creator/CreatorPackage.cs index 0fe8c317..cd697116 100644 --- a/FModel/Creator/CreatorPackage.cs +++ b/FModel/Creator/CreatorPackage.cs @@ -100,12 +100,14 @@ public class CreatorPackage : IDisposable case "FortCodeTokenItemDefinition": case "FortSchematicItemDefinition": case "FortAlterableItemDefinition": + case "SproutHousingItemDefinition": case "SparksKeyboardItemDefinition": case "FortWorldMultiItemDefinition": case "FortAlterationItemDefinition": case "FortExpeditionItemDefinition": case "FortIngredientItemDefinition": case "FortConsumableItemDefinition": + case "SproutBuildingItemDefinition": case "StWFortAccoladeItemDefinition": case "FortAccountBuffItemDefinition": case "FortFOBCoreDecoItemDefinition":