Skip to content

Commit

Permalink
labelled all the beakers in the beaker crate (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Afrokada authored Jan 27, 2024
1 parent 367d9cf commit 0638efe
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: entity
parent: Beaker
name: beaker (aluminum)
id: BeakerAluminium
components:
- type: SolutionContainerManager
Expand All @@ -11,6 +12,7 @@

- type: entity
parent: Beaker
name: beaker (carbon)
id: BeakerCarbon
components:
- type: SolutionContainerManager
Expand All @@ -22,6 +24,7 @@

- type: entity
parent: Beaker
name: beaker (chlorine)
id: BeakerChlorine
components:
- type: SolutionContainerManager
Expand All @@ -33,6 +36,7 @@

- type: entity
parent: Beaker
name: beaker (copper)
id: BeakerCopper
components:
- type: SolutionContainerManager
Expand All @@ -44,6 +48,7 @@

- type: entity
parent: Beaker
name: beaker (ethanol)
id: BeakerEthanol
components:
- type: SolutionContainerManager
Expand All @@ -55,6 +60,7 @@

- type: entity
parent: Beaker
name: beaker (fluorine)
id: BeakerFluorine
components:
- type: SolutionContainerManager
Expand All @@ -66,6 +72,7 @@

- type: entity
parent: Beaker
name: beaker (hydrogen)
id: BeakerHydrogen
components:
- type: SolutionContainerManager
Expand All @@ -77,6 +84,7 @@

- type: entity
parent: Beaker
name: beaker (iodine)
id: BeakerIodine
components:
- type: SolutionContainerManager
Expand All @@ -88,6 +96,7 @@

- type: entity
parent: Beaker
name: beaker (mercury)
id: BeakerMercury
components:
- type: SolutionContainerManager
Expand All @@ -99,6 +108,7 @@

- type: entity
parent: Beaker
name: beaker (nitrogen)
id: BeakerNitrogen
components:
- type: SolutionContainerManager
Expand All @@ -110,6 +120,7 @@

- type: entity
parent: Beaker
name: beaker (oxygen)
id: BeakerOxygen
components:
- type: SolutionContainerManager
Expand All @@ -121,6 +132,7 @@

- type: entity
parent: Beaker
name: beaker (phosphorus)
id: BeakerPhosphorus
components:
- type: SolutionContainerManager
Expand All @@ -132,6 +144,7 @@

- type: entity
parent: Beaker
name: beaker (potassium)
id: BeakerPotassium
components:
- type: SolutionContainerManager
Expand All @@ -143,6 +156,7 @@

- type: entity
parent: Beaker
name: beaker (silicon)
id: BeakerSilicon
components:
- type: SolutionContainerManager
Expand All @@ -154,6 +168,7 @@

- type: entity
parent: Beaker
name: beaker (sodium)
id: BeakerSodium
components:
- type: SolutionContainerManager
Expand All @@ -165,6 +180,7 @@

- type: entity
parent: Beaker
name: beaker (sulfur)
id: BeakerSulfur
components:
- type: SolutionContainerManager
Expand Down

0 comments on commit 0638efe

Please sign in to comment.