Skip to content

Commit

Permalink
Fix double label on chem jugs (space-wizards#29137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayrtahn authored Jun 17, 2024
1 parent e5a85e2 commit 9b5219a
Showing 1 changed file with 48 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@

- type: entity
parent: Jug
name: jug (carbon)
name: jug
suffix: carbon
id: JugCarbon
noSpawn: true
components:
Expand All @@ -100,7 +101,8 @@

- type: entity
parent: Jug
name: jug (iodine)
name: jug
suffix: iodine
id: JugIodine
noSpawn: true
components:
Expand All @@ -115,7 +117,8 @@

- type: entity
parent: Jug
name: jug (fluorine)
name: jug
suffix: fluorine
id: JugFluorine
noSpawn: true
components:
Expand All @@ -130,7 +133,8 @@

- type: entity
parent: Jug
name: jug (chlorine)
name: jug
suffix: chlorine
id: JugChlorine
noSpawn: true
components:
Expand All @@ -145,7 +149,8 @@

- type: entity
parent: Jug
name: jug (aluminium)
name: jug
suffix: aluminium
id: JugAluminium
noSpawn: true
components:
Expand All @@ -160,7 +165,8 @@

- type: entity
parent: Jug
name: jug (phosphorus)
name: jug
suffix: phosphorus
id: JugPhosphorus
noSpawn: true
components:
Expand All @@ -175,7 +181,8 @@

- type: entity
parent: Jug
name: jug (sulfur)
name: jug
suffix: sulfur
id: JugSulfur
noSpawn: true
components:
Expand All @@ -190,7 +197,8 @@

- type: entity
parent: Jug
name: jug (silicon)
name: jug
suffix: silicon
id: JugSilicon
noSpawn: true
components:
Expand All @@ -205,7 +213,8 @@

- type: entity
parent: Jug
name: jug (hydrogen)
name: jug
suffix: hydrogen
id: JugHydrogen
noSpawn: true
components:
Expand All @@ -220,7 +229,8 @@

- type: entity
parent: Jug
name: jug (lithium)
name: jug
suffix: lithium
id: JugLithium
noSpawn: true
components:
Expand All @@ -235,7 +245,8 @@

- type: entity
parent: Jug
name: jug (sodium)
name: jug
suffix: sodium
id: JugSodium
noSpawn: true
components:
Expand All @@ -250,7 +261,8 @@

- type: entity
parent: Jug
name: jug (potassium)
name: jug
suffix: potassium
id: JugPotassium
noSpawn: true
components:
Expand All @@ -265,7 +277,8 @@

- type: entity
parent: Jug
name: jug (radium)
name: jug
suffix: radium
id: JugRadium
noSpawn: true
components:
Expand All @@ -280,7 +293,8 @@

- type: entity
parent: Jug
name: jug (iron)
name: jug
suffix: iron
id: JugIron
noSpawn: true
components:
Expand All @@ -295,7 +309,8 @@

- type: entity
parent: Jug
name: jug (copper)
name: jug
suffix: copper
id: JugCopper
noSpawn: true
components:
Expand All @@ -310,7 +325,8 @@

- type: entity
parent: Jug
name: jug (gold)
name: jug
suffix: gold
id: JugGold
noSpawn: true
components:
Expand All @@ -325,7 +341,8 @@

- type: entity
parent: Jug
name: jug (mercury)
name: jug
suffix: mercury
id: JugMercury
noSpawn: true
components:
Expand All @@ -340,7 +357,8 @@

- type: entity
parent: Jug
name: jug (silver)
name: jug
suffix: silver
id: JugSilver
noSpawn: true
components:
Expand All @@ -355,7 +373,8 @@

- type: entity
parent: Jug
name: jug (ethanol)
name: jug
suffix: ethanol
id: JugEthanol
noSpawn: true
components:
Expand All @@ -370,7 +389,8 @@

- type: entity
parent: Jug
name: jug (sugar)
name: jug
suffix: sugar
id: JugSugar
noSpawn: true
components:
Expand All @@ -385,7 +405,8 @@

- type: entity
parent: Jug
name: jug (nitrogen)
name: jug
suffix: nitrogen
id: JugNitrogen
noSpawn: true
components:
Expand All @@ -400,7 +421,8 @@

- type: entity
parent: Jug
name: jug (oxygen)
name: jug
suffix: oxygen
id: JugOxygen
noSpawn: true
components:
Expand All @@ -415,7 +437,8 @@

- type: entity
parent: Jug
name: jug (Plant-B-Gone)
name: jug
suffix: Plant-B-Gone
id: JugPlantBGone
noSpawn: true
components:
Expand All @@ -430,7 +453,8 @@

- type: entity
parent: Jug
name: jug (welding fuel)
name: jug
suffix: welding fuel
id: JugWeldingFuel
noSpawn: true
components:
Expand Down

0 comments on commit 9b5219a

Please sign in to comment.