Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
16ad5f1fa5 | ||
![]() |
55655e2566 |
8 changed files with 19 additions and 66 deletions
|
@ -1,57 +1,10 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.7.0
|
||||
Date: 2024-07-29
|
||||
Features:
|
||||
- Added a way to target niobium and tantalum smelting.
|
||||
Version: 2.0.1
|
||||
Date: 11.10.2025
|
||||
Bug Fixes:
|
||||
- Increase mod compatibility
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.6.0
|
||||
Date: 2024-07-16
|
||||
Version: 2.0.0
|
||||
Date: 10.10.2025
|
||||
Features:
|
||||
- Added tantalum titanium beam recipe.
|
||||
- Added niobium tin cable to SE energy science pack 1.
|
||||
- Reworked SE material science pack production chain 1-3 to work with Tantalite
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.5.1
|
||||
Date: 2024-07-05
|
||||
Features:
|
||||
- Fixed duplicate ingredient error for energy pyroflux.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.5.0
|
||||
Date: 2024-07-04
|
||||
Features:
|
||||
- Added new pyroflux SE recipe.
|
||||
- Added tantalum plate to SE conductivity data.
|
||||
- Added tantalum plate to SE thermodynamics data.
|
||||
- Fixed enriched tantalite smelting not unlocking.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.4.0
|
||||
Date: 2024-01-21
|
||||
Features:
|
||||
- Added thorium ore and prossesing for better balance with 248k. (ty dovahkiinPL for suggestion)
|
||||
- Added tantalite ore to SE core fragment.
|
||||
- Added niobium tin cable to advanced solar panel.
|
||||
- Removed old unused files.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.3.0
|
||||
Date: 2024-01-02
|
||||
Features:
|
||||
- Added niobium tin cable.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.2.0
|
||||
Date: 2023-12-24
|
||||
Features:
|
||||
- Added 248k support (molten, pure and cast niobium)
|
||||
- Added 248k support (molten, pure and cast tantalum)
|
||||
- Added SE support (molten, ingot, etc... niobium)
|
||||
- Added SE support (molten, ingot, etc... tantalum)
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.1
|
||||
Date: 2023-12-19
|
||||
Features:
|
||||
- Electron gun now uses empty amplifier tube if Lasing Around is installed.
|
||||
- Fixed some things that broke after the mod split.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.1.0
|
||||
Date: 2023-11-23
|
||||
Features:
|
||||
- Alpha release.
|
||||
- Update to Factorio 2.0
|
|
@ -11,7 +11,7 @@ function util.se_landfill(params)
|
|||
type = "recipe",
|
||||
icons = {
|
||||
{ icon = "__base__/graphics/icons/landfill.png", icon_size = 64, icon_mipmaps = 3 },
|
||||
{ icon = "__Chromium2__/graphics/icons/"..params.ore..".png", icon_size = params.icon_size, scale = 0.33*64/params.icon_size},
|
||||
{ icon = "__Tantalite2__/graphics/icons/"..params.ore..".png", icon_size = params.icon_size, scale = 0.33*64/params.icon_size},
|
||||
},
|
||||
energy_required = 1,
|
||||
enabled=false,
|
||||
|
@ -48,7 +48,7 @@ function util.se_matter(params)
|
|||
icon_size = 64, scale = 0.5},
|
||||
{icon = "__space-exploration-graphics__/graphics/icons/fluid/particle-stream.png",
|
||||
icon_size = 64, scale = 0.33, shift = {8,-8}},
|
||||
{icon = "__Chromium2__/graphics/icons/"..params.ore..".png",
|
||||
{icon = "__Tantalite2__/graphics/icons/"..params.ore..".png",
|
||||
icon_size = params.icon_size, scale = 0.33 * 64/params.icon_size, shift={-8, 8}},
|
||||
{icon = "__space-exploration-graphics__/graphics/icons/transition-arrow.png",
|
||||
icon_size = 64, scale = 0.5},
|
||||
|
@ -87,7 +87,7 @@ function util.se_matter(params)
|
|||
icon_size = 64, scale = 0.5},
|
||||
{icon = "__space-exploration-graphics__/graphics/icons/fluid/particle-stream.png",
|
||||
icon_size = 64, scale = 0.33, shift = {-8,8}},
|
||||
{icon = "__Chromium2__/graphics/icons/"..params.ore..".png",
|
||||
{icon = "__Tantalite2__/graphics/icons/"..params.ore..".png",
|
||||
icon_size = params.icon_size, scale = 0.33 * 64/params.icon_size, shift={8, -8}},
|
||||
{icon = "__space-exploration-graphics__/graphics/icons/transition-arrow.png",
|
||||
icon_size = 64, scale = 0.5},
|
||||
|
@ -129,7 +129,7 @@ function util.se_matter(params)
|
|||
{"se-astronomic-science-pack-4", 1},
|
||||
{"se-energy-science-pack-4", 1},
|
||||
{"se-material-science-pack-4", 1},
|
||||
{"matter-tech-card", 1},
|
||||
{"kr-matter-tech-card", 1},
|
||||
{"se-deep-space-science-pack-1", 1},
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Tantalite2",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Tantalite",
|
||||
"author": "Timeken, cackling fiend",
|
||||
|
|
|
@ -134,7 +134,7 @@ if mods["248k-Redux"] and mods["space-exploration"] then
|
|||
name = "energy-pyroflux",
|
||||
icons = {
|
||||
{ icon = "__space-exploration-graphics__/graphics/icons/fluid/pyroflux.png", icon_size = 64},
|
||||
{ icon = "__248k-Redux__/ressources/fusion/fu_materials/fu_materials_energy_crystal.png", icon_size = 64, scale=0.3, shift= {-8, -8}},
|
||||
{ icon = "__248k-Redux-graphics__/ressources/fusion/fu_materials/fu_materials_energy_crystal.png", icon_size = 64, scale=0.3, shift= {-8, -8}},
|
||||
},
|
||||
category = "chemistry",
|
||||
order = "h",
|
||||
|
|
|
@ -68,7 +68,7 @@ data:extend({
|
|||
icon_size = 64,
|
||||
icons = (mods["Krastorio2"] and
|
||||
{
|
||||
{ icon = "__248k-Redux__/ressources/fluids/el_dirty_water.png", icon_size = 64},
|
||||
{ icon = "__248k-Redux-graphics__/ressources/fluids/el_dirty_water.png", icon_size = 64},
|
||||
{ icon = "__Tantalite2__/graphics/icons/tantalite-ore.png", icon_size = 64, scale=0.2, shift= {-8, -8}},
|
||||
} or {
|
||||
{ icon = "__Tantalite2__/graphics/icons/tantalite-ore.png", icon_size = 64},
|
||||
|
|
|
@ -63,7 +63,7 @@ data:extend(
|
|||
always_show_made_in = true,
|
||||
always_show_products = true,
|
||||
ingredients = { {type="item", name="enriched-tantalite", amount=5} },
|
||||
results = { {type="item", name="tantalum-plate", 5}, {"niobium-plate", amount=5} },
|
||||
results = { {type="item", name="tantalum-plate", amount=5}, {type="item", name="niobium-plate", amount=5} },
|
||||
order = "a",
|
||||
},
|
||||
{
|
||||
|
@ -80,7 +80,7 @@ data:extend(
|
|||
{
|
||||
icon = data.raw.item["tantalite-ore"].icon,
|
||||
icon_size = data.raw.item["tantalite-ore"].icon_size,
|
||||
scale = 0.20 * (data.raw.fluid["kr-dirty-water"].icon_size/data.raw.item["tantalite-ore"].icon_size),
|
||||
scale = 0.20,
|
||||
shift = {0, 4}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -19,7 +19,7 @@ data:extend({
|
|||
if mods["248k-Redux"] then
|
||||
thoriated_filament_ingredients = {{type="item", name="thorium-ore", amount=1}}
|
||||
if mods["bztungsten"] then
|
||||
table.insert({type="item", name="tungsten-plate", amount=1})
|
||||
table.insert(thoriated_filament_ingredients, {type="item", name="tungsten-plate", amount=1})
|
||||
end
|
||||
data:extend({
|
||||
{
|
||||
|
@ -154,7 +154,7 @@ data:extend({
|
|||
if mods["bzlead"] or mods["manganese"] then
|
||||
tantalum_capacitor_ingredients = {{type="item", name="tantalum-plate", amount=1}}
|
||||
if mods["bzlead"] then
|
||||
table.insert({type="item", name="lead-plate", amount = 1})
|
||||
table.insert(tantalum_capacitor_ingredients, {type="item", name="lead-plate", amount = 1})
|
||||
end
|
||||
if mods["manganese"] then
|
||||
table.insert(tantalum_capacitor_ingredients, {type="item", name="manganese-plate", amount=1})
|
||||
|
|
|
@ -144,7 +144,7 @@ data:extend(
|
|||
name = "energy-pyroflux",
|
||||
icons = {
|
||||
{ icon = "__space-exploration-graphics__/graphics/icons/fluid/pyroflux.png", icon_size = 64},
|
||||
{ icon = "__248k-Redux__/ressources/fusion/fu_materials/fu_materials_energy_crystal.png", icon_size = 64, scale=0.3, shift= {-8, -8}},
|
||||
{ icon = "__248k-Redux-graphics__/ressources/fusion/fu_materials/fu_materials_energy_crystal.png", icon_size = 64, scale=0.3, shift= {-8, -8}},
|
||||
},
|
||||
prerequisites = {"se-energy-science-pack-1"},
|
||||
effects = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue