support hot metals
This commit is contained in:
parent
353d8cfed1
commit
505550281f
4 changed files with 10 additions and 0 deletions
7
compatibility/data/hot-metals.lua
Normal file
7
compatibility/data/hot-metals.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local util = require("data-util")
|
||||
util.add_hot_metals({
|
||||
{name="titanium-plate", spoilTicks=30*60, icons={
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, tint={.9,.3,0, .5}},
|
||||
}},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue