Skip to content

Commit

Permalink
Update crates.yml (#742)
Browse files Browse the repository at this point in the history
Crates can now be opened like shelves with internal inventories.
  • Loading branch information
ReginaeSpence authored Dec 5, 2024
1 parent 54f5dd8 commit 32d7c9d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
parent: BaseStructureDynamic
id: N14CrateBreakBase
name: wooden crate
description: Might have to break it to see whats inside.
description: A wooden crate for storage.
abstract: true
components:
- type: Damageable
Expand Down Expand Up @@ -371,11 +371,14 @@
grid:
- 0,0,6,3
maxItemSize: Huge
- type: UserInterface
interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
# TODO: Add crate deconstruction

- type: entity
parent: N14CrateBreakBase
Expand Down

0 comments on commit 32d7c9d

Please sign in to comment.