Skip to content

Commit f42e8a4

Browse files
committed
Remove jetpack mod compatibility
This has been added to boboplates mod
1 parent 484c0ee commit f42e8a4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

SeaBlock/remote.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ local function milestones_presets()
211211
}
212212
end
213213

214-
local function get_jetpack_fuels()
215-
return { ["bob-enriched-fuel"] = 0.7 }
216-
end
217214

218215
---@param winning_force LuaForce
219216
---@param forces LuaForce[] list of forces that GUI will be show to
@@ -250,6 +247,5 @@ remote.add_interface("SeaBlock", {
250247
set_starting_item = set_starting_item,
251248
set_starting_items = set_starting_items,
252249
milestones_presets = milestones_presets,
253-
jetpack_fuels = get_jetpack_fuels,
254250
["better-victory-screen-statistics"] = better_victory_screen_statistics,
255251
})

0 commit comments

Comments
 (0)