@wayward/types 2.14.0-beta.dev.20240317.1 → 2.14.0-beta.dev.20240321.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1735,7 +1735,8 @@ export declare enum ItemTypeGroup {
|
|
|
1735
1735
|
Altar = -9858,
|
|
1736
1736
|
Cartilage = -9857,
|
|
1737
1737
|
ExcludedFromRandom = -9856,
|
|
1738
|
-
|
|
1738
|
+
Leaves = -9855,
|
|
1739
|
+
All = -9854
|
|
1739
1740
|
}
|
|
1740
1741
|
export type StillContainerBaseItemType = ItemType.Waterskin | ItemType.GlassBottle | ItemType.ClayJug | ItemType.CoconutContainer;
|
|
1741
1742
|
export interface IItemMovementResult {
|
package/package.json
CHANGED