Adds silica, silicon, and basic fiber optics to the game. Compatible with Space Age including a new plant & production chain on Gleba.
A standalone piece of BZ Mods, with graphics by snouz.
looking at now may take a few days but considering it was compatible may be an easy fix.
Do like your mods and style by the way, though I don't get to play much too busy fixing mod ;-)
line 7 util.lua return mods["Bio_Industries"] or mods["modmashsplinterelectronics"] or util.get_setting("bzsilicon-more-intermediates") == "yes"
however I have updated mine temporarily to check in data-final-fixes which may not be best option as I wasn't thinking thinking stealing get_stack_size would be appreciated. Happy to adapt.
if mods["bzsilicon"] then
if data.raw.item["silicon-wafe"] == nil then
data:extend({
{
type = "item",
name = "silicon-wafer",
icon = "bzsilicon/graphics/icons/silicon-wafer.png",
icon_size = 64, icon_mipmaps = 3,
subgroup = "intermediate-product",
stack_size = util.get_stack_size(100),
order = "s[silicon]-silicon-wafer",
}})
end
end
+ i really plan to continue my wine drinking but got to keep the masses happy so digging to far wasn't in cards.