100 lines
3.0 KiB
Lua
100 lines
3.0 KiB
Lua
return {
|
|
-- VANILLA GROUPS
|
|
["intermediate-products"] = 0,
|
|
|
|
--VANILLA ITEMS
|
|
["processing-unit"] = "ignore",
|
|
["uranium-235"] = "ignore",
|
|
["artillery-shell"] = 0,
|
|
|
|
-- BOBS MODS GROUPS
|
|
["bob-ores"] = 0,
|
|
["bob-resource"] = 0,
|
|
["bob-resource-products"] = 0,
|
|
["bob-gems"] = 0,
|
|
["bob-material"] = 0, -- 4,
|
|
["bob-alloy"] = 0, -- 4,
|
|
["bob-alien-resource"] = 0, -- 4,
|
|
["bob-resource-chemical"] = 0,
|
|
["bob-boards"] = 0,
|
|
["bob-electronic-components"] = 0,
|
|
["bob-greenhouse-items"] = 0,
|
|
["bob-gears"] = 0,
|
|
["bob-bearings"] = 0,
|
|
["bob-intermediates"] = 0,
|
|
["bob-intermediate-products"] = 0,
|
|
["module-intermediates"] = 0,
|
|
["module-intermediates-1"] = 0,
|
|
["module-intermediates-2"] = 0,
|
|
["bob-robot-parts"] = 0,
|
|
["bob-roboport-parts"] = 0,
|
|
["bob-gas-bottle"] = 0,
|
|
["bob-barrel"] = 0,
|
|
["bob-canister"] = 0,
|
|
["bob-empty-gas-bottle"] = 0,
|
|
["bob-empty-barrel"] = 0,
|
|
["bob-empty-canister"] = 0,
|
|
|
|
-- BOBS MODS ITEMS
|
|
["seedling"] = 0,
|
|
["cellulose-fiber"] = 0,
|
|
|
|
-- DYTECH GROUPS (UNTESTED)
|
|
["metallurgy-plates"] = 0, -- 4,
|
|
["metallurgy-alloys"] = 0, -- 4,
|
|
["dytechinter"] = 0,
|
|
["ore"] = 0,
|
|
["grinded"] = 0,
|
|
["raw"] = 0,
|
|
["polished"] = 0,
|
|
|
|
-- ANGELS MODS GROUPS
|
|
["angels-ores"] = 0,
|
|
["resource-refining"] = 0,
|
|
["water-treatment"] = 0,
|
|
["angels-fluid-control"] = 0,
|
|
["angels-smelting"] = 0,
|
|
["angels-casting"] = 0, -- 4,
|
|
["petrochem-refining"] = 0,
|
|
["bio-processing"] = 0,
|
|
["bio-processing-nauvis"] = 0,
|
|
["bio-processing-vegetables"] = 0,
|
|
["bio-processing-alien"] = 0,
|
|
["angels-components"] = 0,
|
|
["angels-blocks"] = 0,
|
|
["angels-tech"] = 0,
|
|
["angels-power"] = 0,
|
|
["angels-logistics"] = 0,
|
|
|
|
-- ANGELS MODS ITEMS
|
|
["wood-bricks"] = 0,
|
|
["wood-pellets"] = 0,
|
|
["coal-crushed"] = 0,
|
|
|
|
-- SCIENCE COST TWEAKER MOD GROUPS
|
|
["sct-science"] = 0,
|
|
|
|
-- PYANODONS MODS GROUPS (UNTESTED)
|
|
["py-hightech-ores"] = 0,
|
|
["py-hightech-items"] = 0,
|
|
["py-hightech-recipes"] = 0,
|
|
["coal-processing"] = 0,
|
|
["py-fusion-items"] = 0,
|
|
|
|
-- PYANODONS MODS ITEMS
|
|
|
|
-- INDUSTRIAL REVOLUTION GROUPS
|
|
["deadlock-processing"] = 0,
|
|
["deadlock-basics"] = 0, -- 2,
|
|
|
|
-- INDUSTRIAL REVOLUTION ITEMS
|
|
|
|
-- SPACE EXPLORATION GROUPS
|
|
["resources"] = 0,
|
|
["ingots"] = 0, -- 4,
|
|
["plates"] = 0, -- 4,
|
|
["science"] = 0,
|
|
|
|
-- SPACE EXPLORATION ITEMS
|
|
["se-lifesupport-canister"] = "ignore",
|
|
} |