PlateUp!
KitchenLib
Menampilkan41-50 dari 82 kiriman
< 1 ... 3  4  5  6  7 ... 9 >
Pembaruan: 30 Mar 2023 @ 7:41pm

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

Release Notes - Other

- Added Data / Statistic Collection (Can be disabled).
- Fixed a vanilla bug preventing player profiles from being loaded into a multiplayer session.
- Added Privacy Policy.

Pembaruan: 28 Mar 2023 @ 12:05am

Pembaruan: 26 Mar 2023 @ 2:35pm

Hotfix

Pembaruan: 26 Mar 2023 @ 2:23pm

Hotfix

Pembaruan: 26 Mar 2023 @ 2:16pm

Hotfix

Pembaruan: 26 Mar 2023 @ 2:09pm

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

Release Notes - API Related

Material Builder

- Fixed Materials search being CaSe SeNsItIvE.

Utilities

GDOUtils

- Added int GetItemProcessResult(Item item, Process process)

SpawnUtils

- Added Entity SpawnApplianceBlueprintAtPosition(int id, Vector3 position, float priceModifier = 0f, int forcePrice = -1, bool use_red = false)

Pembaruan: 26 Mar 2023 @ 4:51am

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

Release Notes - API Related

Materials

- Fixed some custom materials not loading.

Pembaruan: 14 Mar 2023 @ 8:17pm

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

Release Notes - API Related

Base Classes

CustomGameDataObject

- CustomGameDataObjects now have their IDs generated based on the ModID rather than the ModName.

CustomAppliance

- Removed Obsolete `bool ForceIsRotationPossible`
- Removed Obsolete `bool IsRotationPossible`
- Removed Obsolete `void PostRotate`
- Removed Obsolete `bool ForceIsInteractPossible`
- Removed Obsolete `bool IsInteractPossible`
- Removed Obsolete `void PreInteract`
- Removed Obsolete `void PostInteract`
- Added Override `int PurchaseCostOverride = -1`.

CustomItem

- Added Override `int RewardOverride = -1`.

CustomItemGroup

- Added Override `int RewardOverride = -1`.

Materials

- Material Editor overhaul.

Utilities

GameObjectUtils

- Added `Color ColorFromHex(int hex)`.
- Added `bool HasComponent<T>(this GameObject gameObject) where T : Component`. - Thanks @ZekNikZ
- Added `T TryAddComponent<T>(this GameObject gameObject) where T : Component`. - Thanks @ZekNikZ
- Added `GameObject GetChild(this GameObject gameObject, string childPath)`. - Thanks @ZekNikZ
- Added `int GetChildCount(this GameObject gameObject)`. - Thanks @ZekNikZ

GDOUtils

- `GetCustomGameDataObject(string modID, string name)` now checks for modName as well (Backwards Compatibility).
- Added `void BlacklistSide(Item item, int side)`
- Added `void WhitelistSide(Item item, int side)`

JSON Manager

- Updated how JSONS are loaded. - Thanks @Yariazen

Release Notes - Other

- Adjusted game version compatibility.
- Fixed internal logging. - Thanks @ZekNikZ
- Added XML documentation to some methods. - Thanks @ZekNikZ
- Other general cleanup. - Thanks @ZekNikZ
- Main Menu now contains more dish icons (including modded ones). - Thanks @propstg ( @blarglebottoms )
- Main Menu Dishes now refresh every few seconds. - Thanks @propstg ( @blarglebottoms )
- Updated version regex to support PlateUp! beta versions. - Thanks @ajvr

Pembaruan: 20 Feb 2023 @ 4:29pm

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

Release Notes - API Related

PreferenceManager

- Updated Preferences - Thanks @ZekNikZ

Release Notes - Other

- Added Mod Changelogs - Thanks @ZekNikZ

Pembaruan: 20 Feb 2023 @ 6:32am

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

Release Notes - Other

- Player Logs are now Mostly sanitized.
- Custom Sides are slightly moved up higher now.