Fixes lathe stuff (#3383)

This commit is contained in:
Swept
2021-02-23 07:53:14 +00:00
committed by GitHub
parent e05698c027
commit 1e13c3b265
17 changed files with 99 additions and 42 deletions

View File

@@ -207,18 +207,18 @@
parent: MaterialStack
suffix: Full
components:
- type: Material
materials:
- key: enum.MaterialKeys.Stack
mat: wood
- type: Stack
stacktype: enum.StackType.Wood
- type: Sprite
sprite: Objects/Materials/materials.rsi
state: wood
- type: Item
sprite: Objects/Materials/materials.rsi
HeldPrefix: wood
- type: Material
materials:
- key: enum.MaterialKeys.Stack
mat: wood
- type: Stack
stacktype: enum.StackType.Wood
- type: Sprite
sprite: Objects/Materials/materials.rsi
state: wood
- type: Item
sprite: Objects/Materials/materials.rsi
HeldPrefix: wood
- type: entity
id: WoodPlank1
@@ -226,8 +226,8 @@
parent: WoodPlank
suffix: 1
components:
- type: Stack
count: 1
- type: Stack
count: 1
- type: entity
name: plastic sheet
@@ -235,18 +235,18 @@
parent: MaterialStack
suffix: Full
components:
- type: Material
materials:
- key: enum.MaterialKeys.Stack
mat: plastic
- type: Stack
stacktype: enum.StackType.Plastic
- type: Sprite
sprite: Objects/Materials/sheets.rsi/plastic.png
state: plastic
- type: Item
sprite: Objects/Materials/sheets.rsi/plastic.png
HeldPrefix: plastic
- type: Material
materials:
- key: enum.MaterialKeys.Stack
mat: plastic
- type: Stack
stacktype: enum.StackType.Plastic
- type: Sprite
sprite: Objects/Materials/sheets.rsi
state: plastic
- type: Item
sprite: Objects/Materials/sheets.rsi
HeldPrefix: plastic
- type: entity
id: PlasticSheet1
@@ -254,5 +254,5 @@
parent: PlasticSheet
suffix: 1
components:
- type: Stack
count: 1
- type: Stack
count: 1

View File

@@ -52,7 +52,7 @@
- type: entity
name: spade
parent: BaseItem
id: Spade
id: HydroponicsToolSpade
description: A small tool for digging and moving dirt.
components:
- type: Tag