@etothepii/satisfactory-file-parser 0.2.3 → 0.2.5

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.
@@ -348,6 +348,9 @@ export declare const EDIT: {
348
348
  AUTOMATED_WORKBENCH: {
349
349
  TYPE_PATH: string;
350
350
  };
351
+ WORKSHOP_COMPONENT: {
352
+ TYPE_PATH: string;
353
+ };
351
354
  };
352
355
  PATTERNS: {
353
356
  FULL_FACTORY_ZONE: {
@@ -450,6 +450,9 @@ exports.EDIT = {
450
450
  },
451
451
  AUTOMATED_WORKBENCH: {
452
452
  TYPE_PATH: '/Script/FactoryGame.FGBuildableAutomatedWorkBench'
453
+ },
454
+ WORKSHOP_COMPONENT: {
455
+ TYPE_PATH: '/Game/FactoryGame/Buildable/-Shared/WorkBench/BP_WorkshopComponent.BP_WorkshopComponent_C'
453
456
  }
454
457
  },
455
458
  PATTERNS: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@etothepii/satisfactory-file-parser",
3
3
  "author": "etothepii",
4
- "version": "0.2.3",
4
+ "version": "0.2.5",
5
5
  "description": "A file parser for satisfactory files. Includes save files and blueprint files.",
6
6
  "types": "./build/index.d.ts",
7
7
  "main": "./build/index.js",