2 Commits

Author SHA1 Message Date
VanessaE
dddb52c454 add minimum minetest version key for contentdb 2020-06-03 13:00:27 -04:00
Vanessa Dannenberg
50a0cf8bc8 fix undeclared global var
( fixes #2 )
2019-03-31 00:47:00 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ for _,tube in ipairs(nixie_types) do
local light2 = LIGHT_MAX-5
local description = S("Nixie Tube ("..tube..")")
local description2 = S("Decatron ("..tube..")")
local description3 = S("Numitron Tube")
local cathode = "nixie_tube_cathode_off.png^nixie_tube_cathode_"..tube..".png"
local cathode2 = "decatron_cathode_"..tube..".png"
local cathode3 = "numitron_filaments.png^numitron_"..tube..".png"
@@ -102,7 +103,6 @@ for _,tube in ipairs(nixie_types) do
light2 = nil
description = S("Nixie Tube")
description2 = S("Decatron")
description3 = S("Numitron Tube")
cathode = "nixie_tube_cathode_off.png"
cathode2 = "nixie_tube_blank.png"
cathode3 = "numitron_filaments.png"

View File

@@ -1 +1,2 @@
name = nixie_tubes
min_minetest_version = 5.2.0