diff --git a/boblibrary/auto-bottle.lua b/boblibrary/auto-bottle.lua index 0598c6bfb..9904fa32c 100644 --- a/boblibrary/auto-bottle.lua +++ b/boblibrary/auto-bottle.lua @@ -246,7 +246,7 @@ function bobmods.lib.create_gas_bottle(fluid) fill_recipe.subgroup = "bob-gas-bottle" fill_recipe.icons = generate_fill_gas_bottle_icons(fluid) - bobmods.lib.recipe.replace_ingredient(fill_recipe.name, "empty-barrel", "gas-canister") + bobmods.lib.recipe.replace_ingredient(fill_recipe.name, "barrel", "gas-canister") bobmods.lib.tech.remove_recipe_unlock("fluid-handling", fill_recipe.name) bobmods.lib.tech.remove_recipe_unlock("fluid-barrel-processing", fill_recipe.name) else @@ -260,7 +260,7 @@ function bobmods.lib.create_gas_bottle(fluid) empty_recipe.subgroup = "bob-empty-gas-bottle" empty_recipe.icons = generate_empty_gas_bottle_icons(fluid) - bobmods.lib.recipe.remove_result(empty_recipe.name, "empty-barrel") + bobmods.lib.recipe.remove_result(empty_recipe.name, "barrel") bobmods.lib.recipe.set_result(empty_recipe.name, { type = "item", name = "gas-canister", amount = 1 }) bobmods.lib.tech.remove_recipe_unlock("fluid-handling", empty_recipe.name) bobmods.lib.tech.remove_recipe_unlock("fluid-barrel-processing", empty_recipe.name) @@ -301,7 +301,7 @@ function bobmods.lib.create_fluid_canister(fluid) fill_recipe.subgroup = "bob-canister" fill_recipe.icons = generate_fill_fluid_canister_icons(fluid) - bobmods.lib.recipe.replace_ingredient(fill_recipe.name, "empty-barrel", "empty-canister") + bobmods.lib.recipe.replace_ingredient(fill_recipe.name, "barrel", "empty-canister") bobmods.lib.tech.remove_recipe_unlock("fluid-handling", fill_recipe.name) bobmods.lib.tech.remove_recipe_unlock("fluid-barrel-processing", fill_recipe.name) else @@ -314,7 +314,7 @@ function bobmods.lib.create_fluid_canister(fluid) empty_recipe.subgroup = "bob-empty-canister" empty_recipe.icons = generate_empty_fluid_canister_icons(fluid) - bobmods.lib.recipe.remove_result(empty_recipe.name, "empty-barrel") + bobmods.lib.recipe.remove_result(empty_recipe.name, "barrel") bobmods.lib.recipe.add_result(empty_recipe.name, { type = "item", name = "empty-canister", amount = 1 }) bobmods.lib.tech.remove_recipe_unlock("fluid-handling", empty_recipe.name) bobmods.lib.tech.remove_recipe_unlock("fluid-barrel-processing", empty_recipe.name) diff --git a/bobplates/data-updates.lua b/bobplates/data-updates.lua index e4107461f..f9d8e5783 100644 --- a/bobplates/data-updates.lua +++ b/bobplates/data-updates.lua @@ -213,7 +213,7 @@ if settings.startup["bobmods-plates-vanillabarrelling"].value == true then end bobmods.lib.tech.add_prerequisite("cliff-explosives", "fluid-barrel-processing") -bobmods.lib.tech.remove_recipe_unlock("fluid-handling", "empty-barrel") +bobmods.lib.tech.remove_recipe_unlock("fluid-handling", "barrel") if settings.startup["bobmods-plates-purewater"].value == true then bobmods.lib.resource.remove_result("ground-water", "water") diff --git a/bobplates/prototypes/technology.lua b/bobplates/prototypes/technology.lua index 3a9fe105f..3286b615d 100644 --- a/bobplates/prototypes/technology.lua +++ b/bobplates/prototypes/technology.lua @@ -638,7 +638,7 @@ data:extend({ effects = { { type = "unlock-recipe", - recipe = "empty-barrel", + recipe = "barrel", }, }, unit = {