Compare commits

..

2 commits
2.0.2 ... main

Author SHA1 Message Date
Simon Brodtmann
d04676403c 2.0.3 2025-10-21 15:29:34 +02:00
Simon Brodtmann
df4123b24c Update to bz mods version 2 2025-10-21 15:00:44 +02:00
3 changed files with 15 additions and 8 deletions

View file

@ -1,4 +1,10 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.0.3
Date: 21.10.2025
Changes:
- Switch to bz mods forks
- Add incompatibility with Space Age
---------------------------------------------------------------------------------------------------
Version: 2.0.2 Version: 2.0.2
Date: 13.10.2025 Date: 13.10.2025
Bug Fixes: Bug Fixes:

View file

@ -1,18 +1,19 @@
{ {
"name": "Limestone2", "name": "Limestone2",
"version": "2.0.2", "version": "2.0.3",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Limestone", "title": "Limestone",
"description": "Limestone2 is a mod adding calcium in the form of limestone.\n\nThis mod is inspired by Brevven's BZ mods.",
"author": "Timeken, cackling fiend", "author": "Timeken, cackling fiend",
"homepage": "https://discord.gg/ufvFUJtVwk", "homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [ "dependencies": [
"base >= 2.0.0", "base >= 2.0.0",
"? 248k-Redux", "? 248k-Redux",
"? bismuth", "? bismuth",
"? bzcarbon", "? bzcarbon2",
"? bzzirconium", "? bzzirconium2",
"? Krastorio2", "? Krastorio2",
"? space-exploration" "? space-exploration",
], "! space-age"
"description": "Limestone2 is a mod adding calcium in the form of limestone.\n\nThis mod is inspired by Brevven's BZ mods. \n\n Most if not all art is placeholder." ]
} }

View file

@ -7,7 +7,7 @@ util.add_ingredient("concrete", "quicklime", 10)
util.remove_ingredient("concrete", mods["Krastorio2"] and "kr-sand" or "sand") util.remove_ingredient("concrete", mods["Krastorio2"] and "kr-sand" or "sand")
--Concret --Concret
if mods["bzzirconium"] then if mods["bzzirconium2"] then
util.remove_ingredient("concrete", "zircon") util.remove_ingredient("concrete", "zircon")
end end
@ -21,7 +21,7 @@ if mods["space-exploration"] then
end end
end end
if mods["bzcarbon"] then if mods["bzcarbon2"] then
if data.raw.item["salt"] then if data.raw.item["salt"] then
util.replace_ingredient("steel-plate", "salt", "quicklime", 1) util.replace_ingredient("steel-plate", "salt", "quicklime", 1)
else else