diff options
author | sumit | 2020-06-10 21:48:45 +0530 |
---|---|---|
committer | sumit | 2020-06-10 21:48:45 +0530 |
commit | da75f284f80b25df88dc2362df97c31e9c09b2aa (patch) | |
tree | d5f8476d4d2928f2df4e8f9f8c2fd0e22c092eae /src/main/resources/base/config/items.json | |
parent | 2e61ad72fcc7702fdecce1faeb8d7ce707701e28 (diff) | |
parent | 150b7bb892ed82521a5b00372e6a9f3eefce243f (diff) | |
download | Chemical-PFD-da75f284f80b25df88dc2362df97c31e9c09b2aa.tar.gz Chemical-PFD-da75f284f80b25df88dc2362df97c31e9c09b2aa.tar.bz2 Chemical-PFD-da75f284f80b25df88dc2362df97c31e9c09b2aa.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/main/resources/base/config/items.json')
-rw-r--r-- | src/main/resources/base/config/items.json | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/src/main/resources/base/config/items.json b/src/main/resources/base/config/items.json index fff7505..9a55a4d 100644 --- a/src/main/resources/base/config/items.json +++ b/src/main/resources/base/config/items.json @@ -43,6 +43,71 @@ "class": "Pumps", "object": "ReciprocatingPump", "args": [] + }, + "Blowing Egg": { + "name": "Blowing Egg", + "icon": ".\\Pumps\\Blowing Egg.png", + "class": "Pumps", + "object": "BlowingEgg", + "args": [] + }, + "Ejector(Vapor Service)": { + "name": "Ejector(Vapor Service)", + "icon": ".\\Pumps\\Ejector(Vapor Service).png", + "class": "Pumps", + "object": "Ejector(VaporService)", + "args": [] + }, + "Hand Pump with Drum": { + "name": "Hand Pump with Drum", + "icon": ".\\Pumps\\Hand Pump with Drum.png", + "class": "Pumps", + "object": "HandPumpWithDrum", + "args": [] + } + }, + "Compressors": { + "Centrifugal Compressor": { + "name": "Centrifugal Compressor", + "icon": ".\\Compressors\\Centrifugal Compressor.png", + "class": "Compressors", + "object": "CentrifugalCompressor", + "args": [] + }, + "Ejector Compressor": { + "name": "Ejector Compressor", + "icon": ".\\Compressors\\Ejector Compressor.png", + "class": "Compressors", + "object": "EjectorCompressor", + "args": [] + }, + "Fan": { + "name": "Fan", + "icon": ".\\Compressors\\Fan.png", + "class": "Compressors", + "object": "Fan", + "args": [] + }, + "Positive Displacement Compressor": { + "name": "Positive Displacement Compressor", + "icon": ".\\Compressors\\Positive Displacement Compressor.png", + "class": "Compressors", + "object": "PositiveDisplacementCompressor", + "args": [] + }, + "Reciprocating Compressor": { + "name": "Reciprocating Compressor", + "icon": ".\\Compressors\\Reciprocating Compressor.png", + "class": "Compressors", + "object": "ReciprocatingCompressor", + "args": [] + }, + "Turbine": { + "name": "Turbine", + "icon": ".\\Compressors\\Turbine.png", + "class": "Compressors", + "object": "Turbine", + "args": [] } } }
\ No newline at end of file |