Science Bottles

by Jakzie

Adds glass bottles which are used in all science pack recipes. Bottles are made from glass and wood. Useful for adding a little more complexity to the game. Compatible with Space Age, modded science packs and overhaul mods including Space Exploration, Bob's mods and Angel's mods.

Content
4 months ago
1.1 - 2.0
3.47K
Manufacturing

g Compatibility with Lignumis

4 months ago

When starting on Lignumis it's impossible to have glass. Any compatibility planned? When excluding red science, would it be possible to also exclude their science pack?

4 months ago
(updated 4 months ago)

Updating the last part of data-final-fixes.lua to the following fixes Lignumis:

for , recipe in pairs(data.raw.recipe) do
for
, science_pack in pairs(science_packs) do
local result_count = get_result_count(recipe, science_pack)
if result_count ~= nil then
if (mods["aai-industry"] or mods["IndustrialRevolution3"] or not settings.startup["sb-red-science-bottle"].value) and science_pack == "automation-science-pack" then
break
end
if(science_pack == "wood-science-pack" or science_pack == "steam-science-pack") then
break
end
add_ingredient(recipe, {type = "item", name = "sb-empty-bottle", amount = result_count})
break
end
end
end

4 months ago

done!
wood and steam packs won't need glass bottles now

New response