Revamped graphics + mipmaps
-New graphics (ore, icons, technology) -New mod icon -Added mipmaps to icon -changelog updated -file cleanup (old files in a folder, isolated tech and stacked) -version bumped to 0.10.0
This commit is contained in:
parent
44aaa9252f
commit
2698896358
59 changed files with 32 additions and 26 deletions
|
|
@ -15,7 +15,7 @@ if mods["5dim_core"] then
|
|||
subgroup = "plates-industrial-ore",
|
||||
order = "ad[titanium-plate]",
|
||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||
icon_size = 64,
|
||||
icon_size = 64, icon_mipmaps = 3,
|
||||
enabled = false,
|
||||
energy_required = 140,
|
||||
ingredients = {{"titanium-ore", 425}},
|
||||
|
|
@ -33,18 +33,17 @@ if mods["5dim_core"] then
|
|||
{
|
||||
type = "item",
|
||||
name = "titanium-dust",
|
||||
icon_size = 32,
|
||||
subgroup = "plates-dust",
|
||||
order = "d[titanium-plate]",
|
||||
icon = "__bztitanium__/graphics/icons/titanium-powder.png",
|
||||
icon_size = 64,
|
||||
icon_size = 64, icon_mipmaps = 3,
|
||||
stack_size = 200
|
||||
},
|
||||
{
|
||||
type = "recipe",
|
||||
name = "titanium-plate-dust",
|
||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||
icon_size = 64,
|
||||
icon_size = 64, icon_mipmaps = 3,
|
||||
subgroup = "plates-plates2",
|
||||
order = "d[titanium-plate]",
|
||||
category = "smelting",
|
||||
|
|
@ -75,7 +74,7 @@ if mods["5dim_core"] then
|
|||
subgroup = "plates-industrial-dust",
|
||||
order = "ad[titanium-plate]",
|
||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||
icon_size = 64,
|
||||
icon_size = 64, icon_mipmaps = 3,
|
||||
enabled = false,
|
||||
energy_required = 140,
|
||||
ingredients = {{"titanium-dust", 425}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue