PlateUp!

PlateUp!

KitchenLib
Showing 21-30 of 77 entries
< 1  2  3  4  5 ... 8 >
Update: 12 May, 2023 @ 5:34pm

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

Update: 11 May, 2023 @ 7:46pm

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.

Update: 9 May, 2023 @ 9:19pm

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

Release Notes - Other

- Fixed capes

Update: 9 May, 2023 @ 5:35pm

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

Release Notes - Other

- Fixed small debug issue.

Update: 9 May, 2023 @ 5:19pm

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.

Update: 27 Apr, 2023 @ 3:15pm

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.

Update: 16 Apr, 2023 @ 4:26am

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.

Update: 15 Apr, 2023 @ 7:55pm

Update: 14 Apr, 2023 @ 7:37pm

Update: 2 Apr, 2023 @ 2:24pm

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).