mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -376,6 +376,23 @@ local items = {
|
||||
['promethium-science-pack'] = true,
|
||||
['space-science-pack'] = true
|
||||
},
|
||||
['gleba_tile'] = {
|
||||
['natural-yumako-soil'] = true,
|
||||
['natural-jellynut-soil'] = true,
|
||||
['wetland-yumako'] = true,
|
||||
['wetland-jellynut'] = true,
|
||||
['lowland-brown-blubber'] = true,
|
||||
['lowland-olive-blubber'] = true,
|
||||
['lowland-olive-blubber-2'] = true,
|
||||
['lowland-olive-blubber-3'] = true,
|
||||
['lowland-cream-red'] = true,
|
||||
['lowland-red-vein'] = true,
|
||||
['lowland-red-vein-2'] = true,
|
||||
['lowland-red-vein-3'] = true,
|
||||
['lowland-red-vein-4'] = true,
|
||||
['lowland-red-vein-dead'] = true,
|
||||
['lowland-red-infection'] = true
|
||||
},
|
||||
['resource'] = {
|
||||
['tungsten-ore'] = true,
|
||||
['calcite'] = true
|
||||
@@ -429,7 +446,27 @@ local items = {
|
||||
['biolab'] = true,
|
||||
['biochamber'] = true
|
||||
},
|
||||
['recipe'] = {
|
||||
['recipe_1'] = {
|
||||
['metallic-asteroid-crushing'] = true,
|
||||
['carbonic-asteroid-crushing'] = true,
|
||||
['oxide-asteroid-crushing'] = true,
|
||||
['advanced-metallic-asteroid-crushing'] = true,
|
||||
['advanced-carbonic-asteroid-crushing'] = true,
|
||||
['advanced-oxide-asteroid-crushing'] = true,
|
||||
['metallic-asteroid-reprocessing'] = true,
|
||||
['carbonic-asteroid-reprocessing'] = true,
|
||||
['oxide-asteroid-reprocessing'] = true,
|
||||
['thruster'] = true,
|
||||
['thruster-fuel'] = true,
|
||||
['thruster-oxidizer'] = true,
|
||||
['advanced-thruster-fuel'] = true,
|
||||
['advanced-thruster-oxidizer'] = true,
|
||||
['space-platform-foundation'] = true,
|
||||
['space-platform-starter-pack'] = true,
|
||||
['lightning-collector'] = true,
|
||||
['lightning-rod'] = true
|
||||
},
|
||||
['recipe_2'] = {
|
||||
['agricultural-science-pack'] = true,
|
||||
['cryogenic-science-pack'] = true,
|
||||
['electromagnetic-science-pack'] = true,
|
||||
@@ -470,20 +507,6 @@ local items = {
|
||||
['cryogenic-plant'] = true,
|
||||
['electromagnetic-plant'] = true,
|
||||
['foundry'] = true,
|
||||
['metallic-asteroid-crushing'] = true,
|
||||
['carbonic-asteroid-crushing'] = true,
|
||||
['oxide-asteroid-crushing'] = true,
|
||||
['advanced-metallic-asteroid-crushing'] = true,
|
||||
['advanced-carbonic-asteroid-crushing'] = true,
|
||||
['advanced-oxide-asteroid-crushing'] = true,
|
||||
['metallic-asteroid-reprocessing'] = true,
|
||||
['carbonic-asteroid-reprocessing'] = true,
|
||||
['oxide-asteroid-reprocessing'] = true,
|
||||
['thruster'] = true,
|
||||
['thruster-fuel'] = true,
|
||||
['thruster-oxidizer'] = true,
|
||||
['advanced-thruster-fuel'] = true,
|
||||
['advanced-thruster-oxidizer'] = true,
|
||||
['tungsten-carbide'] = true,
|
||||
['tungsten-plate'] = true,
|
||||
['carbon'] = true,
|
||||
@@ -506,8 +529,6 @@ local items = {
|
||||
['electrolyte'] = true,
|
||||
['supercapacitor'] = true,
|
||||
['superconductor'] = true,
|
||||
['lightning-collector'] = true,
|
||||
['lightning-rod'] = true,
|
||||
['molten-iron-from-lava'] = true,
|
||||
['molten-copper-from-lava'] = true,
|
||||
['molten-iron'] = true,
|
||||
@@ -527,8 +548,6 @@ local items = {
|
||||
['scrap-recycling'] = true,
|
||||
['foundation'] = true,
|
||||
['foundation-o'] = true,
|
||||
['space-platform-foundation'] = true,
|
||||
['space-platform-starter-pack'] = true,
|
||||
['steam-condensation'] = true,
|
||||
['ice-melting'] = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user