Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -C3 -r apm-power-notnotmelon_1.0.3/data-final-fixes.lua apm-power-notnotmelon_1.0.3-patch/data-final-fixes.lua
- *** apm-power-notnotmelon_1.0.3/data-final-fixes.lua 2019-11-10 21:45:34.000000000 +0100
- --- apm-power-notnotmelon_1.0.3-patch/data-final-fixes.lua 2020-11-01 11:37:53.727425984 +0100
- ***************
- *** 10,13 ****
- require('prototypes.integrations.tiles')
- require('prototypes.integrations.final-overwrites')
- require('prototypes.integrations.patches')
- ! --require('prototypes.power.map-gen-presets')
- \ Kein Zeilenumbruch am Dateiende.
- --- 10,13 ----
- require('prototypes.integrations.tiles')
- require('prototypes.integrations.final-overwrites')
- require('prototypes.integrations.patches')
- ! --require('prototypes.power.map-gen-presets')
- diff -C3 -r apm-power-notnotmelon_1.0.3/info.json apm-power-notnotmelon_1.0.3-patch/info.json
- *** apm-power-notnotmelon_1.0.3/info.json 2020-10-15 13:34:35.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/info.json 2020-11-01 11:37:00.924615775 +0100
- ***************
- *** 1,6 ****
- {
- "name": "apm-power-notnotmelon",
- ! "version": "1.0.3",
- "title": "Amator Phasma's Coal & Steam",
- "author": "AmatorPhasma",
- "dependencies": [
- --- 1,6 ----
- {
- "name": "apm-power-notnotmelon",
- ! "version": "1.0.4",
- "title": "Amator Phasma's Coal & Steam",
- "author": "AmatorPhasma",
- "dependencies": [
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/integrations/entities.lua apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/entities.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/integrations/entities.lua 2020-08-14 17:39:46.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/entities.lua 2020-11-01 11:37:53.728425977 +0100
- ***************
- *** 134,147 ****
- -- ----------------------------------------------------------------------------
- if mods.angelsrefining and apm_power_compat_angel then
- apm.lib.utils.assembler.burner.overhaul('burner-ore-crusher')
- - apm.lib.utils.assembler.set.hidden('burner-ore-crusher')
- end
- if mods.angelssmelting and apm_power_compat_angel then
- - apm.lib.utils.assembler.set.hidden('burner-ore-crusher')
- apm.lib.utils.assembler.set.hidden('apm_steelworks_0')
- apm.lib.utils.assembler.set.hidden('apm_steelworks_1')
- !
- apm.lib.utils.assembler.burner.overhaul('blast-furnace', true)
- apm.lib.utils.assembler.burner.overhaul('blast-furnace-2', true)
- apm.lib.utils.assembler.burner.overhaul('blast-furnace-3', true)
- --- 134,145 ----
- -- ----------------------------------------------------------------------------
- if mods.angelsrefining and apm_power_compat_angel then
- apm.lib.utils.assembler.burner.overhaul('burner-ore-crusher')
- end
- if mods.angelssmelting and apm_power_compat_angel then
- apm.lib.utils.assembler.set.hidden('apm_steelworks_0')
- apm.lib.utils.assembler.set.hidden('apm_steelworks_1')
- !
- apm.lib.utils.assembler.burner.overhaul('blast-furnace', true)
- apm.lib.utils.assembler.burner.overhaul('blast-furnace-2', true)
- apm.lib.utils.assembler.burner.overhaul('blast-furnace-3', true)
- ***************
- *** 196,199 ****
- apm.lib.utils.storage_tank.set.hidden('apm_valve_0')
- apm.lib.utils.storage_tank.set.hidden('apm_valve_1')
- apm.lib.utils.storage_tank.set.hidden('apm_valve_2')
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 194,197 ----
- apm.lib.utils.storage_tank.set.hidden('apm_valve_0')
- apm.lib.utils.storage_tank.set.hidden('apm_valve_1')
- apm.lib.utils.storage_tank.set.hidden('apm_valve_2')
- ! end
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/integrations/final-overwrites.lua apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/final-overwrites.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/integrations/final-overwrites.lua 2020-08-14 17:39:46.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/final-overwrites.lua 2020-11-01 11:37:53.728425977 +0100
- ***************
- *** 98,104 ****
- --
- -- ----------------------------------------------------------------------------
- if mods.angelsrefining and apm_power_compat_angel then
- - apm.lib.utils.item.remove('burner-ore-crusher')
- -- unification of mud items:
- apm.lib.utils.recipe.result.replace_all('solid-mud', 'apm_wet_mud')
- apm.lib.utils.recipe.ingredient.replace_all('solid-mud', 'apm_dry_mud')
- --- 98,103 ----
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/integrations/fuel.lua apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/fuel.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/integrations/fuel.lua 2020-08-14 17:39:46.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/fuel.lua 2020-11-01 11:37:53.729425970 +0100
- ***************
- *** 93,99 ****
- apm.lib.utils.recipe.remove(recipe.name)
- end
- end
- ! apm.lib.utils.patch.aai.generate_vehicle_fuel()
- end
- -- kingarthur -----------------------------------------------------------------
- --- 93,99 ----
- apm.lib.utils.recipe.remove(recipe.name)
- end
- end
- ! -- apm.lib.utils.patch.aai.generate_vehicle_fuel()
- end
- -- kingarthur -----------------------------------------------------------------
- ***************
- *** 107,110 ****
- apm.lib.utils.fuel.overhaul(2, 'coal-dust', 0.5, 'apm_generic_ash', 'chemical')
- apm.lib.utils.fuel.overhaul(1, 'raw-fiber', 0.2, 'apm_generic_ash', 'chemical')
- apm.lib.utils.fuel.overhaul(2, 'coal-briquette', 5, 'apm_generic_ash', 'chemical')
- ! end
- \ Kein Zeilenumbruch am Dateiende.
- --- 107,110 ----
- apm.lib.utils.fuel.overhaul(2, 'coal-dust', 0.5, 'apm_generic_ash', 'chemical')
- apm.lib.utils.fuel.overhaul(1, 'raw-fiber', 0.2, 'apm_generic_ash', 'chemical')
- apm.lib.utils.fuel.overhaul(2, 'coal-briquette', 5, 'apm_generic_ash', 'chemical')
- ! end
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/integrations/recipes.lua apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/recipes.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/integrations/recipes.lua 2020-08-14 17:39:46.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/recipes.lua 2020-11-01 11:37:53.729425970 +0100
- ***************
- *** 69,75 ****
- apm.lib.utils.recipe.ingredient.mod('apm_cooling_pond_0', 'steel-plate', 0)
- apm.power.machine_frame_addition('apm_cooling_pond_0', 3, nil, 6, nil, true)
- apm.lib.utils.recipe.ingredient.mod('apm_hybrid_cooling_tower_0', 'steel-plate', 0)
- ! apm.power.machine_frame_addition('apm_hybrid_cooling_tower_0', 3, nil, 6, nil, true)
- end
- -- AsphaltRoads ----------------------------------------------------------------
- --- 69,75 ----
- apm.lib.utils.recipe.ingredient.mod('apm_cooling_pond_0', 'steel-plate', 0)
- apm.power.machine_frame_addition('apm_cooling_pond_0', 3, nil, 6, nil, true)
- apm.lib.utils.recipe.ingredient.mod('apm_hybrid_cooling_tower_0', 'steel-plate', 0)
- ! apm.power.machine_frame_addition('apm_hybrid_cooling_tower_0', 3, nil, 6, nil, true)
- end
- -- AsphaltRoads ----------------------------------------------------------------
- ***************
- *** 320,326 ****
- apm.lib.utils.recipe.ingredient.mod('basic-splitter', 'copper-cable', 0)
- apm.lib.utils.recipe.ingredient.mod('basic-splitter', 'apm_mechanical_relay', 4)
- apm.lib.utils.recipe.ingredient.mod('basic-transport-belt', 'apm_rubber', 1)
- - apm.lib.utils.recipe.ingredient.mod('basic-transport-belt', 'iron-stick', 2)
- apm.lib.utils.recipe.ingredient.mod('basic-transport-belt', 'iron-plate', 0)
- if mods.bobores and mods.bobplates then
- apm.lib.utils.recipe.ingredient.mod('transport-belt', 'tin-plate', 2)
- --- 320,325 ----
- ***************
- *** 373,384 ****
- apm.lib.utils.recipe.ingredient.mod('carbon', 'coal', 0)
- apm.lib.utils.recipe.ingredient.mod('carbon', 'apm_coke', 1, 2)
- apm.lib.utils.recipe.ingredient.mod('offshore-pump', 'basic-circuit-board', 0)
- - apm.lib.utils.recipe.ingredient.mod('rail-signal', 'basic-circuit-board', 1)
- - apm.lib.utils.recipe.ingredient.mod('rail-signal', 'electronic-circuit', 0)
- - apm.lib.utils.recipe.ingredient.mod('rail-chain-signal', 'basic-circuit-board', 1)
- - apm.lib.utils.recipe.ingredient.mod('rail-chain-signal', 'electronic-circuit', 1)
- apm.lib.utils.recipe.ingredient.replace('phenolic-board', 'wood', 'apm_wood_pellets', 2)
- apm.lib.utils.recipe.ingredient.replace('electric-mining-drill', 'basic-circuit-board', 'electronic-circuit')
- end
- if mods.bobassembly and apm_power_compat_bob then
- --- 372,387 ----
- apm.lib.utils.recipe.ingredient.mod('carbon', 'coal', 0)
- apm.lib.utils.recipe.ingredient.mod('carbon', 'apm_coke', 1, 2)
- apm.lib.utils.recipe.ingredient.mod('offshore-pump', 'basic-circuit-board', 0)
- apm.lib.utils.recipe.ingredient.replace('phenolic-board', 'wood', 'apm_wood_pellets', 2)
- apm.lib.utils.recipe.ingredient.replace('electric-mining-drill', 'basic-circuit-board', 'electronic-circuit')
- +
- + if mods.angelsindustries then
- + else
- + apm.lib.utils.recipe.ingredient.mod('rail-signal', 'basic-circuit-board', 1)
- + apm.lib.utils.recipe.ingredient.mod('rail-signal', 'electronic-circuit', 0)
- + apm.lib.utils.recipe.ingredient.mod('rail-chain-signal', 'basic-circuit-board', 1)
- + apm.lib.utils.recipe.ingredient.mod('rail-chain-signal', 'electronic-circuit', 1)
- + end
- end
- if mods.bobassembly and apm_power_compat_bob then
- ***************
- *** 435,444 ****
- end
- if not mods.boblogistics and mods.bobelectronics and apm_power_compat_bob then
- ! apm.lib.utils.recipe.ingredient.mod('splitter', 'basic-circuit-board', 0)
- elseif mods.boblogistics and mods.bobelectronics and apm_power_compat_bob then
- if apm.lib.utils.setting.get.starup('bobmods-logistics-beltoverhaul') then
- ! apm.lib.utils.recipe.ingredient.mod('splitter', 'basic-circuit-board', 5)
- else
- apm.lib.utils.recipe.ingredient.mod('splitter', 'basic-circuit-board', 0)
- end
- --- 438,450 ----
- end
- if not mods.boblogistics and mods.bobelectronics and apm_power_compat_bob then
- ! if mods.angelsindustries then
- ! else
- ! apm.lib.utils.recipe.ingredient.mod('splitter', 'basic-circuit-board', 0)
- ! end
- elseif mods.boblogistics and mods.bobelectronics and apm_power_compat_bob then
- if apm.lib.utils.setting.get.starup('bobmods-logistics-beltoverhaul') then
- ! -- apm.lib.utils.recipe.ingredient.mod('splitter', 'basic-circuit-board', 5)
- else
- apm.lib.utils.recipe.ingredient.mod('splitter', 'basic-circuit-board', 0)
- end
- ***************
- *** 451,458 ****
- end
- if mods.bobelectronics and mods.angelsrefining and apm_power_compat_bob then
- ! apm.lib.utils.recipe.ingredient.mod('clarifier', 'electronic-circuit', 0)
- ! apm.lib.utils.recipe.ingredient.mod('clarifier', 'basic-circuit-board', 4)
- end
- if mods.bobmining and apm_power_compat_bob then
- --- 457,467 ----
- end
- if mods.bobelectronics and mods.angelsrefining and apm_power_compat_bob then
- ! if mods.angelsindustries then
- ! else
- ! apm.lib.utils.recipe.ingredient.mod('clarifier', 'electronic-circuit', 0)
- ! apm.lib.utils.recipe.ingredient.mod('clarifier', 'basic-circuit-board', 4)
- ! end
- end
- if mods.bobmining and apm_power_compat_bob then
- ***************
- *** 617,623 ****
- apm.lib.utils.recipe.remove('pellet-coke')
- apm.lib.utils.recipe.remove('coal-crushed')
- !
- apm.lib.utils.recipe.result.mod('coal-cracking-1', 'solid-coke', 2)
- apm.lib.utils.recipe.result.mod('coal-cracking-2', 'solid-coke', 2)
- apm.lib.utils.recipe.result.mod('condensates-refining', 'solid-coke', 1)
- --- 626,632 ----
- apm.lib.utils.recipe.remove('pellet-coke')
- apm.lib.utils.recipe.remove('coal-crushed')
- !
- apm.lib.utils.recipe.result.mod('coal-cracking-1', 'solid-coke', 2)
- apm.lib.utils.recipe.result.mod('coal-cracking-2', 'solid-coke', 2)
- apm.lib.utils.recipe.result.mod('condensates-refining', 'solid-coke', 1)
- ***************
- *** 701,707 ****
- recipe.normal.ingredients = {
- {type="item", name="solid-paper", amount=6}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_wood_board', amount=3}
- }
- recipe.normal.main_product = ''
- --- 710,716 ----
- recipe.normal.ingredients = {
- {type="item", name="solid-paper", amount=6}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_wood_board', amount=3}
- }
- recipe.normal.main_product = ''
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/integrations/technologies.lua apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/technologies.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/integrations/technologies.lua 2020-08-14 17:39:46.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/integrations/technologies.lua 2020-11-01 11:37:53.730425962 +0100
- ***************
- *** 231,237 ****
- apm.lib.utils.recipe.remove('wooden-board')
- apm.lib.utils.technology.remove.prerequisites('apm_water_supply-2', 'apm_power_electricity')
- ! apm.lib.utils.technology.add.prerequisites('apm_water_supply-2', 'electronics')
- apm.lib.utils.technology.force.recipe_for_unlock('apm_power_electricity', 'basic-circuit-board')
- apm.lib.utils.technology.force.recipe_for_unlock('electronics', 'electronic-circuit')
- --- 231,237 ----
- apm.lib.utils.recipe.remove('wooden-board')
- apm.lib.utils.technology.remove.prerequisites('apm_water_supply-2', 'apm_power_electricity')
- ! -- apm.lib.utils.technology.add.prerequisites('apm_water_supply-2', 'electronics')
- apm.lib.utils.technology.force.recipe_for_unlock('apm_power_electricity', 'basic-circuit-board')
- apm.lib.utils.technology.force.recipe_for_unlock('electronics', 'electronic-circuit')
- ***************
- *** 246,253 ****
- end
- if mods.bobwarfare and apm_power_compat_bob then
- ! apm.lib.utils.technology.remove.prerequisites('radars', 'military')
- ! apm.lib.utils.technology.add.prerequisites('radars', 'military-2')
- end
- if mods.bobpower and apm_power_compat_bob then
- --- 246,253 ----
- end
- if mods.bobwarfare and apm_power_compat_bob then
- ! --apm.lib.utils.technology.remove.prerequisites('radars', 'military')
- ! --apm.lib.utils.technology.add.prerequisites('radars', 'military-2')
- end
- if mods.bobpower and apm_power_compat_bob then
- ***************
- *** 284,290 ****
- -- ----------------------------------------------------------------------------
- if mods.angelsrefining and apm_power_compat_angel then
- apm.lib.utils.technology.add.prerequisites('ore-crushing', 'apm_power_electricity')
- ! apm.lib.utils.technology.add.prerequisites('water-treatment', 'apm_power_electricity')
- end
- if mods.angelssmelting and apm_power_compat_angel then
- --- 284,290 ----
- -- ----------------------------------------------------------------------------
- if mods.angelsrefining and apm_power_compat_angel then
- apm.lib.utils.technology.add.prerequisites('ore-crushing', 'apm_power_electricity')
- ! -- apm.lib.utils.technology.add.prerequisites('water-treatment', 'apm_power_electricity')
- end
- if mods.angelssmelting and apm_power_compat_angel then
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/main/entities/coking_plants.lua apm-power-notnotmelon_1.0.3-patch/prototypes/main/entities/coking_plants.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/main/entities/coking_plants.lua 2020-08-14 17:39:46.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/main/entities/coking_plants.lua 2020-11-01 11:37:53.730425962 +0100
- ***************
- *** 56,62 ****
- --coking_plant.icon_size = 32
- coking_plant.flags = {"placeable-neutral", "placeable-player", "player-creation"}
- coking_plant.minable = {mining_time = 0.2, result = "apm_coking_plant_0"}
- ! coking_plant.crafting_categories = {"apm_coking"}
- coking_plant.crafting_speed = 1
- coking_plant.fast_replaceable_group = "apm_coking_plant"
- coking_plant.next_upgrade = "apm_coking_plant_1"
- --- 56,62 ----
- --coking_plant.icon_size = 32
- coking_plant.flags = {"placeable-neutral", "placeable-player", "player-creation"}
- coking_plant.minable = {mining_time = 0.2, result = "apm_coking_plant_0"}
- ! coking_plant.crafting_categories = {"apm_coking", "apm_coking_2"}
- coking_plant.crafting_speed = 1
- coking_plant.fast_replaceable_group = "apm_coking_plant"
- coking_plant.next_upgrade = "apm_coking_plant_1"
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/main/entities/labs.lua apm-power-notnotmelon_1.0.3-patch/prototypes/main/entities/labs.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/main/entities/labs.lua 2020-08-14 17:39:46.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/main/entities/labs.lua 2020-11-01 11:37:53.730425962 +0100
- ***************
- *** 135,141 ****
- lab.module_specification = apm.power.constants.modules.specification_1
- lab.allowed_effects = apm.power.constants.modules.allowed_effects_1
- lab.fast_replaceable_group = "lab"
- - lab.next_upgrade = "lab"
- lab.inputs = {
- "apm_industrial_science_pack",
- "apm_steam_science_pack",
- --- 135,140 ----
- ***************
- *** 173,176 ****
- lab.off_animation.layers[1].hr_version.frame_count = 1
- lab.off_animation.layers[2].frame_count = 1
- lab.off_animation.layers[2].hr_version.frame_count = 1
- ! data:extend({lab})
- \ Kein Zeilenumbruch am Dateiende.
- --- 172,175 ----
- lab.off_animation.layers[1].hr_version.frame_count = 1
- lab.off_animation.layers[2].frame_count = 1
- lab.off_animation.layers[2].hr_version.frame_count = 1
- ! data:extend({lab})
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/main/recipes/greenhouse.lua apm-power-notnotmelon_1.0.3-patch/prototypes/main/recipes/greenhouse.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/main/recipes/greenhouse.lua 2020-09-22 19:34:50.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/main/recipes/greenhouse.lua 2020-11-01 11:37:53.731425955 +0100
- ***************
- *** 22,28 ****
- recipe.normal.ingredients = {
- {type="item", name="wood", amount=4}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_tree_seeds', amount=1}
- }
- recipe.normal.main_product = 'apm_tree_seeds'
- --- 22,28 ----
- recipe.normal.ingredients = {
- {type="item", name="wood", amount=4}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_tree_seeds', amount=1}
- }
- recipe.normal.main_product = 'apm_tree_seeds'
- ***************
- *** 66,72 ****
- {type="item", name="apm_wet_mud", amount=5},
- {type="item", name='apm_generic_ash', amount=10}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_fertiliser_1', amount=1}
- }
- recipe.normal.main_product = ''
- --- 66,72 ----
- {type="item", name="apm_wet_mud", amount=5},
- {type="item", name='apm_generic_ash', amount=10}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_fertiliser_1', amount=1}
- }
- recipe.normal.main_product = ''
- ***************
- *** 106,112 ****
- {type='item', name='apm_fertiliser_1', amount=1},
- {type='item', name='apm_ammonium_sulfate', amount=5}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_fertiliser_2', amount=1}
- }
- recipe.normal.main_product = ''
- --- 106,112 ----
- {type='item', name='apm_fertiliser_1', amount=1},
- {type='item', name='apm_ammonium_sulfate', amount=5}
- }
- ! recipe.normal.results = {
- {type='item', name='apm_fertiliser_2', amount=1}
- }
- recipe.normal.main_product = ''
- ***************
- *** 191,197 ****
- {type="item", name="apm_fertiliser_1", amount=3},
- {type="fluid", name="water", amount=200}
- }
- ! recipe.normal.results = {
- {type='item', name='wood', amount=60}
- }
- recipe.normal.main_product = ''
- --- 191,197 ----
- {type="item", name="apm_fertiliser_1", amount=3},
- {type="fluid", name="water", amount=200}
- }
- ! recipe.normal.results = {
- {type='item', name='wood', amount=60}
- }
- recipe.normal.main_product = ''
- ***************
- *** 231,237 ****
- {type="item", name="apm_fertiliser_2", amount=4},
- {type="fluid", name="water", amount=200}
- }
- ! recipe.normal.results = {
- {type='item', name='wood', amount=75}
- }
- recipe.normal.main_product = ''
- --- 231,237 ----
- {type="item", name="apm_fertiliser_2", amount=4},
- {type="fluid", name="water", amount=200}
- }
- ! recipe.normal.results = {
- {type='item', name='wood', amount=75}
- }
- recipe.normal.main_product = ''
- Nur in apm-power-notnotmelon_1.0.3-patch/prototypes/main/recipes: greenhouse.lua.orig.
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/main/recipes-overwrites.lua apm-power-notnotmelon_1.0.3-patch/prototypes/main/recipes-overwrites.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/main/recipes-overwrites.lua 2020-08-14 17:39:48.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/main/recipes-overwrites.lua 2020-11-01 11:37:53.731425955 +0100
- ***************
- *** 52,58 ****
- apm.lib.utils.recipe.ingredient.mod('burner-inserter', 'iron-gear-wheel', 0)
- apm.lib.utils.recipe.ingredient.mod('burner-inserter', 'iron-plate', 1)
- apm.lib.utils.recipe.ingredient.mod('burner-inserter', 'apm_simple_engine', 1)
- - apm.lib.utils.recipe.ingredient.mod('burner-inserter', 'iron-stick', 2)
- apm.lib.utils.recipe.ingredient.mod('burner-mining-drill', 'iron-gear-wheel', 0)
- apm.lib.utils.recipe.ingredient.mod('burner-mining-drill', 'apm_simple_engine', 1)
- --- 52,57 ----
- ***************
- *** 62,68 ****
- apm.lib.utils.recipe.ingredient.mod('fast-inserter', 'apm_gearing', 2)
- - apm.lib.utils.recipe.ingredient.mod('long-handed-inserter', 'iron-stick', 0)
- apm.lib.utils.recipe.ingredient.mod('long-handed-inserter', 'iron-plate', 2)
- apm.lib.utils.recipe.ingredient.mod('long-handed-inserter', 'electronic-circuit', 1)
- apm.lib.utils.recipe.ingredient.replace('long-handed-inserter', 'iron-gear-wheel', 'apm_gearing', 2)
- --- 61,66 ----
- ***************
- *** 74,80 ****
- apm.lib.utils.recipe.ingredient.mod('filter-inserter', 'apm_gearing', 1)
- apm.lib.utils.recipe.ingredient.mod('transport-belt', 'apm_rubber', 1)
- - apm.lib.utils.recipe.ingredient.mod('transport-belt', 'iron-stick', 2)
- apm.lib.utils.recipe.ingredient.mod('transport-belt', 'iron-plate', 0)
- apm.lib.utils.recipe.ingredient.mod('offshore-pump', 'apm_steam_relay', 2)
- --- 72,77 ----
- diff -C3 -r apm-power-notnotmelon_1.0.3/prototypes/main/technologies-overwrites.lua apm-power-notnotmelon_1.0.3-patch/prototypes/main/technologies-overwrites.lua
- *** apm-power-notnotmelon_1.0.3/prototypes/main/technologies-overwrites.lua 2020-08-14 17:39:48.000000000 +0200
- --- apm-power-notnotmelon_1.0.3-patch/prototypes/main/technologies-overwrites.lua 2020-11-01 11:37:53.732425948 +0100
- ***************
- *** 79,85 ****
- --apm.lib.utils.technology.add.science_pack('logistic-science-pack', 'apm_industrial_science_pack', 1)
- apm.lib.utils.technology.force.recipe_for_unlock('logistic-science-pack', 'lab')
- ! apm.lib.utils.technology.force.recipe_for_unlock('military-2', 'radar')
- apm.lib.utils.technology.add.prerequisites('heavy-armor', 'apm_puddling_furnace_0')
- apm.lib.utils.technology.remove.prerequisites('heavy-armor', 'steel-processing')
- --- 79,85 ----
- --apm.lib.utils.technology.add.science_pack('logistic-science-pack', 'apm_industrial_science_pack', 1)
- apm.lib.utils.technology.force.recipe_for_unlock('logistic-science-pack', 'lab')
- ! apm.lib.utils.technology.force.recipe_for_unlock('military', 'radar')
- apm.lib.utils.technology.add.prerequisites('heavy-armor', 'apm_puddling_furnace_0')
- apm.lib.utils.technology.remove.prerequisites('heavy-armor', 'steel-processing')
Advertisement
Add Comment
Please, Sign In to add comment