Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new materials CRATE #2675

Merged
merged 3 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,17 @@
contents:
- id: MaterialBiomass
amount: 3

# region Materials
- type: entity
parent: [ CrateGenericSteel, StorageFillMaterialsBasic ]
id: CrateMaterialsBasicFilled
suffix: Filled, Basic Materials (full)
name: materials crate

- type: entity
parent: [ CrateGenericSteel, StorageFillMaterialsBasic10 ]
id: CrateMaterialsBasic10Filled
suffix: Filled, Basic Materials (10)
name: materials crate
# endregion Materials
2 changes: 1 addition & 1 deletion Resources/_NF/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ScienceTechFabCircuitboard: ProtolatheMachineCircuitboard
ScienceTechFabFlatpack: ProtolatheFlatpack

# 2024-12-27 Materials crate
CrateMaterials: LockerMaterialsBasicFilled
CrateMaterials: CrateMaterialsBasicFilled

# 2025-01-05 Lights
ColoredLightTubeRed: LightTubeCrystalRed
Expand Down
Loading