summaryrefslogtreecommitdiff
path: root/src/main/resources/base/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/base/config')
-rw-r--r--src/main/resources/base/config/items.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/src/main/resources/base/config/items.json b/src/main/resources/base/config/items.json
index 6753a8f..5080c48 100644
--- a/src/main/resources/base/config/items.json
+++ b/src/main/resources/base/config/items.json
@@ -57,6 +57,20 @@
"class": "Furnaces and Boilers",
"object": "SolidFuelFurnace",
"args": []
+ },
+ "One Cell Fired Heater, Furnace": {
+ "name": "One Cell Fired Heater, Furnace",
+ "icon": ".\\Furnaces and Boilers\\One Cell Fired Heater, Furnace.png",
+ "class": "Furnaces and Boilers",
+ "object": "OneCellFiredHeater,Furnace",
+ "args": []
+ },
+ "Two Cell Fired Heater, Furnace": {
+ "name": "Two Cell Fired Heater, Furnace",
+ "icon": ".\\Furnaces and Boilers\\Two Cell Fired Heater, Furnace.png",
+ "class": "Furnaces and Boilers",
+ "object": "TwoCellFiredHeater,Furnace",
+ "args": []
}
},
"Heating or Cooling Arrangements": {
@@ -119,6 +133,22 @@
"args": []
}
},
+ "Fittings": {
+ "Reducer, Expander": {
+ "name": "Reducer, Expander",
+ "icon": ".\\Fittings\\Reducer, Expander.png",
+ "class": "Fittings",
+ "object": "ReducerExpander",
+ "args": []
+ },
+ "Filter": {
+ "name": "Filter",
+ "icon": ".\\Fittings\\Filter.png",
+ "class": "Filter",
+ "object": "Filter",
+ "args": []
+ }
+ },
"Process Vessels": {
"Horizontal Vessel": {
"name": "Horizontal Vessel",
@@ -198,6 +228,13 @@
"class": "Pumps",
"object": "ReciprocatingPump",
"args": []
+ },
+ "Centrifugal Pump": {
+ "name": "Centrifugal Pump",
+ "icon": ".\\Pumps\\Centrifugal Pump.png",
+ "class": "Pumps",
+ "object": "CentrifugalPump",
+ "args": []
}
},
"Separators": {
@@ -224,5 +261,50 @@
"object": "FloatingRoofTank",
"args": []
}
+ },
+ "Valves": {
+ "Gate Valve": {
+ "name": "Gate Valve",
+ "icon": ".\\Valves\\Gate Valve.png",
+ "class": "Valves",
+ "object": "GateValve",
+ "args": []
+ }
+
+ },
+ "Dryers": {
+ "Continuos Dryer": {
+ "name": "Continuos Dryer",
+ "icon": ".\\Dryers\\Continuous Dryer.png",
+ "class": "Dryers",
+ "object": "ContinuousDryer",
+ "args": []
+ }
+
+ },
+ "Size Reduction Equipements": {
+ "Jaw Crusher": {
+ "name": "Jaw Crusher",
+ "icon": ".\\Size Reduction Equipements\\Jaw Crusher.png",
+ "class": "Size Reduction Equipements",
+ "object": "JawCrusher",
+ "args": []
+ },
+ "Roller Crusher": {
+ "name": "Roller Crusher",
+ "icon": ".\\Size Reduction Equipements\\Roller Crusher.png",
+ "class": "Size Reduction Equipements",
+ "object": "RollerCrusher",
+ "args": []
+ }
+ },
+ "Feeders": {
+ "General Symbol": {
+ "name": "General Symbol",
+ "icon": ".\\Feeders\\General Symbol.png",
+ "class": "Feeders",
+ "object": "GeneralSymbol",
+ "args": []
+ }
}
} \ No newline at end of file