This commit is contained in:
Brevven 2022-01-24 22:18:12 -08:00
parent 3e2eebc4f1
commit 6943519456
4 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.6.6 Version: 1.0.0
Date: 2022-01-15 Date: 2022-01-20
Changes: Changes:
- We're calling this 1.0.0
- MadClown's vanilla nuclear compatibility
- Japanese (ja) locale updates thanks to sakuro - Japanese (ja) locale updates thanks to sakuro
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.6.5 Version: 0.6.5

View file

@ -1,6 +1,6 @@
{ {
"name": "bzlead", "name": "bzlead",
"version": "0.6.6", "version": "1.0.0",
"factorio_version": "1.1", "factorio_version": "1.1",
"title": "Lead", "title": "Lead",
"author": "Brevven", "author": "Brevven",

View file

@ -1,5 +1,5 @@
-- Enriched Lead for Krastorio2 -- Enriched Lead for Krastorio2
local util = require("__bzlead__.data-util"); local util = require("data-util");
if mods["Krastorio2"] then if mods["Krastorio2"] then
data:extend( data:extend(

View file

@ -210,5 +210,5 @@ util.replace_product("nuclear-fuel-reprocessing", "iron-plate", "lead-plate")
-- Water turret -- Water turret
util.add_ingredient("WT-water-turret", "lead-plate", 4) util.add_ingredient("WT-water-turret", "lead-plate", 4)
-- MadClown's Nuclear
util.replace_ingredient("uranium-fuel-cell", "iron-plate", "lead-plate") util.replace_ingredient("mixed-oxide", "iron-plate", "lead-plate")