MaterialComponent cleanup (#13326)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- type: material
|
||||
id: Glass
|
||||
stackEntity: SheetGlass
|
||||
stackEntity: SheetGlass1
|
||||
name: materials-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: glass }
|
||||
color: "#a8ccd7"
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
- type: material
|
||||
id: ReinforcedGlass
|
||||
stackEntity: SheetRGlass
|
||||
stackEntity: SheetRGlass1
|
||||
name: materials-reinforced-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rglass }
|
||||
color: "#549bb0"
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
- type: material
|
||||
id: PlasmaGlass
|
||||
stackEntity: SheetPGlass
|
||||
stackEntity: SheetPGlass1
|
||||
name: materials-plasma-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: pglass }
|
||||
color: "#b35989"
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
- type: material
|
||||
id: ReinforcedPlasmaGlass
|
||||
stackEntity: SheetRPGlass
|
||||
stackEntity: SheetRPGlass1
|
||||
name: materials-reinforced-plasma-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
|
||||
color: "#8c4069"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- type: material
|
||||
id: Biomass
|
||||
stackEntity: MaterialBiomass
|
||||
stackEntity: MaterialBiomass1
|
||||
name: materials-biomass
|
||||
icon: { sprite: /Textures/Objects/Misc/monkeycube.rsi, state: cube }
|
||||
color: "#8A9A5B"
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
- type: material
|
||||
id: Cloth
|
||||
stackEntity: MaterialCloth
|
||||
stackEntity: MaterialCloth1
|
||||
name: materials-cloth
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cloth }
|
||||
color: "#e7e7de"
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
- type: material
|
||||
id: Durathread
|
||||
stackEntity: MaterialDurathread
|
||||
stackEntity: MaterialDurathread1
|
||||
name: materials-durathread
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: durathread }
|
||||
color: "#8291a1"
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
- type: material
|
||||
id: Plasma
|
||||
stackEntity: SheetPlasma
|
||||
stackEntity: SheetPlasma1
|
||||
name: materials-plasma
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plasma }
|
||||
color: "#7e009e"
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
- type: material
|
||||
id: Plastic
|
||||
stackEntity: SheetPlastic
|
||||
stackEntity: SheetPlastic1
|
||||
name: materials-plastic
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plastic }
|
||||
color: "#d9d9d9"
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
- type: material
|
||||
id: Wood
|
||||
stackEntity: MaterialWoodPlank
|
||||
stackEntity: MaterialWoodPlank1
|
||||
name: materials-wood
|
||||
icon: { sprite: Objects/Materials/materials.rsi, state: wood }
|
||||
color: "#966F33"
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
- type: material
|
||||
id: Uranium
|
||||
stackEntity: SheetUranium
|
||||
stackEntity: SheetUranium1
|
||||
name: materials-uranium
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: uranium }
|
||||
color: "#32a852"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
- type: material
|
||||
id: Steel
|
||||
stackEntity: SheetSteel
|
||||
stackEntity: SheetSteel1
|
||||
name: materials-steel
|
||||
icon: { sprite: Objects/Materials/Sheets/metal.rsi, state: steel }
|
||||
price: 0.05
|
||||
|
||||
- type: material
|
||||
id: Gold
|
||||
stackEntity: IngotGold
|
||||
stackEntity: IngotGold1
|
||||
name: materials-gold
|
||||
icon: { sprite: Objects/Materials/ingots.rsi, state: gold }
|
||||
color: "#FFD700"
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
- type: material
|
||||
id: Silver
|
||||
stackEntity: IngotSilver
|
||||
stackEntity: IngotSilver1
|
||||
name: materials-silver
|
||||
icon: { sprite: Objects/Materials/ingots.rsi, state: silver }
|
||||
color: "#C0C0C0"
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
- type: material
|
||||
id: Plasteel
|
||||
stackEntity: SheetPlasteel
|
||||
stackEntity: SheetPlasteel1
|
||||
name: materials-plasteel
|
||||
icon: { sprite: Objects/Materials/Sheets/metal.rsi, state: plasteel }
|
||||
color: "#696969" #Okay, this is epic
|
||||
|
||||
Reference in New Issue
Block a user