PlateUp!
KitchenLib
Εμφάνιση 21-30 από 77 καταχωρίσεις
< 1  2  3  4  5 ... 8 >
Ενημέρωση: 12 Μαϊ 2023 στις 17: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

Ενημέρωση: 11 Μαϊ 2023 στις 19: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.

Ενημέρωση: 9 Μαϊ 2023 στις 21:19

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

Release Notes - Other

- Fixed capes

Ενημέρωση: 9 Μαϊ 2023 στις 17:35

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

Release Notes - Other

- Fixed small debug issue.

Ενημέρωση: 9 Μαϊ 2023 στις 17: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.

Ενημέρωση: 27 Απρ 2023 στις 15: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.

Ενημέρωση: 16 Απρ 2023 στις 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.

Ενημέρωση: 15 Απρ 2023 στις 19:55

Ενημέρωση: 14 Απρ 2023 στις 19:37

Ενημέρωση: 2 Απρ 2023 στις 14: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).