Compare commits

..

1 commit
main ... main

Author SHA1 Message Date
22826b1c39 Fix stone-brick recipe if early zircon is enabled
Previous code changed recipe to 1 stone and 5 zircon. Changed to only add 1 zircon to the existing stone-brick recipe.
2026-01-01 16:22:32 -05:00
6 changed files with 2172 additions and 24 deletions

View file

@ -1,19 +1,4 @@
---------------------------------------------------------------------------------------------------
Version: 2.2.2
Date: 16.03.2026
Bug Fixes:
- Correct renamed "efficiency-module"
---------------------------------------------------------------------------------------------------
Version: 2.2.1
Date: 11.03.2026
Bug Fixes:
- K2: Fix crash due to wrong call of get_setting
---------------------------------------------------------------------------------------------------
Version: 2.2.0
Date: 11.03.2026
Changes:
- Switch to bzlib - Please install the new dependency
---------------------------------------------------------------------------------------------------
Version: 2.1.14
Date: 21.10.2025
Legacy version meant to be played with my other forks and ATOM.

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "bzzirconium2",
"version": "2.2.2",
"version": "2.1.14",
"factorio_version": "2.0",
"title": "Zirconium - Legacy",
"description": "Adds zircon, zirconia, zirconium, and more to the base game.",
@ -8,7 +8,6 @@
"homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [
"base >= 2.0.0",
"bzlib",
"? space-exploration",
"? aai-industry",
"? Krastorio2",

View file

@ -16,7 +16,7 @@ if util.me.ammo() then
end
table.insert(mag, {type="fluid", name="heavy-oil", amount=ct})
if not util.k2() or not util.me.get_setting("kr-more-realistic-weapon") then
if not util.k2() or not util.get_setting("kr-more-realistic-weapon") then
table.insert(mag, util.item("piercing-rounds-magazine", ct))
data:extend({

View file

@ -21,7 +21,7 @@ if util.me.use_cermet() then
end
util.add_prerequisite("productivity-module-3", "cermet")
util.add_prerequisite("speed-module-3", "cermet")
util.add_prerequisite("efficiency-module-3", "cermet")
util.add_prerequisite("effectivity-module-3", "cermet")
-- utility science techs behind cermet
util.add_prerequisite("rocket-control-unit", "cermet")

View file

@ -115,7 +115,7 @@ if util.k2() then
util.add_ingredient("kr-antimatter-reactor", nuclear_z, 350)
if util.me.early() then
util.replace_some_ingredient("stone-brick", "stone", 5, "zircon", 5)
util.add_ingredient("stone-brick", "zircon", 1)
end
if mods["space-exploration"] then
util.replace_some_ingredient("se-stone-brick-vulcanite", "stone", 2, "zircon", 2)
@ -246,7 +246,7 @@ if util.me.use_cermet() then
if mods["modules-t4"] then
util.add_ingredient("speed-module-4", "cermet", 6)
util.add_ingredient("productivity-module-4", "cermet", 6)
util.add_ingredient("efficiency-module-4", "cermet", 6)
util.add_ingredient("effectivity-module-4", "cermet", 6)
end
-- Various assemblers