Skip to content

Commit

Permalink
Remove forage for driftwood recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Sep 8, 2024
1 parent 8ef1e18 commit d783f54
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion SeaBlock/data/tables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ seablock.startup_recipes = {
["dirt-water-separation"] = true,
["liquifier"] = true,
["offshore-pump"] = true,
["sb-wood-foraging"] = true,
["sb-water-mineralized-crystallization"] = true,
["slag-processing-stone"] = true,
["stone-pipe"] = true,
Expand Down
1 change: 0 additions & 1 deletion SeaBlock/locale/en/SeaBlock.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[recipe-name]
sb-water-mineralized-crystallization=Mineralized water crystallization
sb-wood-foraging=Forage for driftwood
sb-blue-algae-liquefaction=Blue algae liquefaction
slag-processing-filtering-1=Slurry charcoal filtering
crystal-slurry-filtering-1=Crystal slurry charcoal filtering
Expand Down
1 change: 0 additions & 1 deletion SeaBlock/locale/ja/SeaBlock.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[recipe-name]
sb-water-mineralized-crystallization=鉱水結晶化
sb-wood-foraging=流木採集
sb-blue-algae-liquefaction=青藻液化
slag-processing-filtering-1=スラリー木炭ろ過
crystal-slurry-filtering-1=結晶スラリー木炭ろ過
Expand Down
1 change: 0 additions & 1 deletion SeaBlock/locale/ru/SeaBlock.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[recipe-name]
sb-water-mineralized-crystallization=Кристаллизация минеральной воды
sb-wood-foraging=Собирать плавающую древесину
sb-blue-algae-liquefaction=Ожижение синих водорослей
slag-processing-filtering-1=Филтрация шлама через древесный уголь
crystal-slurry-filtering-1=Фильтрация кристталльного шлама через древесный уголь
Expand Down
1 change: 0 additions & 1 deletion SeaBlock/locale/uk/SeaBlock.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[recipe-name]
sb-water-mineralized-crystallization=Кристалізація мінералізованої води
sb-wood-foraging=Корм для корчів
sb-blue-algae-liquefaction=Зрідження синіх водоростей
slag-processing-filtering-1=Фільтрація шламового вугілля
crystal-slurry-filtering-1=Фільтрація кристалічної суспензії вугіллям
Expand Down
16 changes: 0 additions & 16 deletions SeaBlock/prototypes/recipe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,6 @@ data:extend({
{ type = "item", name = "angels-ore3", amount = 1, probability = 0.7 },
},
},
{
type = "recipe",
name = "sb-wood-foraging",
localised_name = { "recipe-name.sb-wood-foraging" },
category = "crafting-handonly",
subgroup = "bio-processing-green",
enabled = true,
energy_required = 4,
ingredients = {},
results = {
{ type = "item", name = "wood", amount = 1 },
},
order = "ab[sb-wood-foraging]",
allow_as_intermediate = true,
allow_decomposition = false,
},
{
type = "recipe",
name = "catalyst-metal-purple",
Expand Down

0 comments on commit d783f54

Please sign in to comment.