速速上菜!

速速上菜!

KitchenLib
正在显示第 21 - 30 项,共 77 项条目
< 1  2  3  4  5 ... 8 >
更新于:2023 年 5 月 12 日 下午 5:34

KitchenLib Beta v0.7.1
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.7.1

Release Notes - Other

- Fixed AutoSetupItemGroupView not being respected. - Thanks @ZekNikZ

更新于:2023 年 5 月 11 日 下午 7:46

KitchenLib Beta v0.7.0
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.7.0

Release Notes - Other

- Fixed "Me" appearing on colorblind labels where it shouldnt. (Actually fixed this time)
- Colorblind now added to data collection.

更新于:2023 年 5 月 9 日 下午 9:19

KitchenLib Beta v0.6.9
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.6.9

Release Notes - Other

- Fixed capes

更新于:2023 年 5 月 9 日 下午 5:35

KitchenLib Beta v0.6.8
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.6.8

Release Notes - Other

- Fixed small debug issue.

更新于:2023 年 5 月 9 日 下午 5:19

KitchenLib Beta v0.6.7
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.6.7

Release Notes - Other

- Fixed "Me" appearing on colorblind labels where it shouldnt.
- Removed minor debug code that wasnt intended for release.
- Updated to Data Collection Menu.

更新于:2023 年 4 月 27 日 下午 3:15

KitchenLib Beta v0.6.6
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.6.6

Release Notes - Other

- Added Gears Event Cape
- Capes no longer take the Hat Slot.
- Updated Cape slection UI.
- Each save file now has a details.json containing the currently loaded mods, and componenets in the save.
- Preferences menu now contains a Dump Details button for easier debugging
- ResourceUtils.LoadTextureFromFile(string FilePath) now caches loaded textures, and will return the cached texture if it has already been loaded.
- Added a "Sync Mods" option in preferences for multiplayer.
- Implemented FeatureFlags - Thanks @ZekNikZ
- Implemented Customizable Logging - Thanks @ZekNikZ
- Added preference to disable menu item scrolling.

更新于:2023 年 4 月 16 日 上午 4:26

KitchenLib Beta v0.6.5
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.6.5

Release Notes - API Related

Base Classes

CustomRestaurantSetting
- Added CustomRestaurantSetting.
- Added WeatherMode WeatherMode.
- Added List<IDecorationConfiguration> Decorators.
- Added UnlockPack UnlockPack.
- Added Unlock StartingUnlock.
- Added GameObject Prefab.
- Added bool AlwaysLight.

CustomAppliance

- Custom Appliances no longer default to Counters

CustomItem

- Updated string ColourBlindTag to use the built-in Colorblind system.

CustomItemGroup

- Added List<ItemGroupView.ColourBlindLabel> Labels to allow for custom colourblind labels.

CustomDish

- Added Item RequiredDishItem This is used for the core item required in the Resturant ie. Plates.
- Added bool RequiredNoDishItem This is used to determine if the dish requires a plate-like item or not.

Utilities

VariousUtils

- Updated GetID(string name) to return consistent results between sessions.

Release Notes - Other

- Fixed a bug causing Material Overlays to not load correctly.
- Added more information to RestaurantSettingDumper.
- Capes can now be equiped in multiplayer sessions.

更新于:2023 年 4 月 15 日 下午 7:55

更新于:2023 年 4 月 14 日 下午 7:37

更新于:2023 年 4 月 2 日 下午 2:24

KitchenLib Beta v0.6.4
https://github.com/KitchenMods/KitchenLib/releases/tag/v0.6.4

Release Notes - Other

- Fixed a bug causing concent preferences to show as true when they were false (This didn't affect the actual behavior of the data collection).