@etothepii/satisfactory-file-parser
Advanced tools
Comparing version 0.4.19 to 0.4.20
@@ -140,2 +140,4 @@ "use strict"; | ||
const color = util_types_1.col4.ParseRGBA(reader); | ||
const referencedIconLibrary = reader.readString(); | ||
const iconLibraryType = reader.readString(); | ||
return { | ||
@@ -145,2 +147,4 @@ description, | ||
iconID, | ||
referencedIconLibrary, | ||
iconLibraryType | ||
}; | ||
@@ -147,0 +151,0 @@ } |
@@ -85,4 +85,6 @@ "use strict"; | ||
util_types_1.col4.SerializeRGBA(writer, config.color); | ||
writer.writeString(config.referencedIconLibrary); | ||
writer.writeString(config.iconLibraryType); | ||
} | ||
} | ||
exports.BlueprintConfigWriter = BlueprintConfigWriter; |
@@ -9,2 +9,4 @@ import { ChunkCompressionInfo } from "../../file.types"; | ||
iconID: number; | ||
referencedIconLibrary: string; | ||
iconLibraryType: string; | ||
} | ||
@@ -11,0 +13,0 @@ export type BlueprintHeader = { |
{ | ||
"name": "@etothepii/satisfactory-file-parser", | ||
"author": "etothepii", | ||
"version": "0.4.19", | ||
"version": "0.4.20", | ||
"description": "A file parser for satisfactory files. Includes save files and blueprint files.", | ||
@@ -6,0 +6,0 @@ "types": "./build/index.d.ts", |
@@ -21,3 +21,3 @@ # Satisfactory File Parser | ||
| U8 | ✅ 0.1.20 - 0.3.7 | | ||
| U1.0 | ✅ >= 0.4.16 | | ||
| U1.0 | ✅ >= 0.4.20 | | ||
@@ -147,5 +147,12 @@ # Installation via npm | ||
# Changelog | ||
### [0.4.18] (2024-10-06) | ||
### [0.4.20] (2024-10-06) | ||
#### bugfix | ||
* added parsing of icon library reference to parsing blueprints. | ||
### [0.4.19] (2024-10-06) | ||
#### Migrated repo to public github | ||
### [0.4.18] (2024-10-05) | ||
#### updated README | ||
### [0.4.17] (2024-10-05) | ||
@@ -152,0 +159,0 @@ #### updated README |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
547429
9445
203