stacked enriched titanium
This commit is contained in:
parent
22e41f7ab1
commit
864034d3d7
5 changed files with 12 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.8.1
|
||||||
|
Date: 2020-12-03
|
||||||
|
Features:
|
||||||
|
- Deadlock stacking for K2 Enriched Titanium (and crating, when crating is compatible with 1.1)
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Date: 2020-11-27
|
Date: 2020-11-27
|
||||||
Features:
|
Features:
|
||||||
|
|
|
||||||
BIN
graphics/icons/enriched-titanium-stacked.png
Normal file
BIN
graphics/icons/enriched-titanium-stacked.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
graphics/icons/enriched-titanium-stacked.xcf
Normal file
BIN
graphics/icons/enriched-titanium-stacked.xcf
Normal file
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,17 @@
|
||||||
if deadlock then
|
if deadlock then
|
||||||
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 32)
|
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 32)
|
||||||
deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
|
deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
|
||||||
|
if mods["Krastorio2"] then
|
||||||
|
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Deadlock crating recipes
|
-- Deadlock crating recipes
|
||||||
if deadlock_crating then
|
if deadlock_crating then
|
||||||
deadlock_crating.add_crate("titanium-ore", "deadlock-crating-2")
|
deadlock_crating.add_crate("titanium-ore", "deadlock-crating-2")
|
||||||
deadlock_crating.add_crate("titanium-plate", "deadlock-crating-2")
|
deadlock_crating.add_crate("titanium-plate", "deadlock-crating-2")
|
||||||
|
if mods["Krastorio2"] then
|
||||||
|
deadlock_crating.add_crate("enriched-titanium", "deadlock-crating-2")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue