缺氧修改。有谁知道最新版本的冰箱怎么改永久保鲜。。
支持楼主!支持楼主!支持楼主!RefrigeratorConfig.DoPostConfigureComplete
Storage storage = go.AddOrGet<Storage>();
storage.showInUI = true;
storage.showDescriptor = true;
storage.storageFilters = STORAGEFILTERS.FOOD;
storage.allowItemRemoval = true;
storage.capacityKg = 100f;
storage.storageFullMargin = STORAGE.STORAGE_LOCKER_FILLED_MARGIN;
storage.fetchCategory = Storage.FetchCategory.GeneralStorage;
storage.showCapacityStatusItem = true;
的下一行添加一句
storage.SetDefaultStoredItemModifiers(Storage.StandardFabricatorStorage); fanvalen 发表于 2025-8-25 17:41
RefrigeratorConfig.DoPostConfigureComplete
Storage storage = go.AddOrGet();
storage.showInUI = tru ...
在哪里?????
页:
[1]