@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
- All = -9855
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.14.0-beta.dev.20240317.1",
4
+ "version": "2.14.0-beta.dev.20240321.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",