remove depends

This commit is contained in:
2022-07-12 13:44:38 +02:00
parent d5cd8c776f
commit 2aa9e37e12
2 changed files with 3 additions and 4 deletions

View File

@@ -1,2 +1 @@
default
digilines

View File

@@ -93,8 +93,8 @@ end
for _,tube in ipairs(nixie_types) do
local groups = { cracky = 2, not_in_creative_inventory = 1}
local light = LIGHT_MAX-4
local light2 = LIGHT_MAX-5
local light = 10
local light2 = 9
local description = S("Nixie Tube ("..tube..")")
local description2 = S("Decatron ("..tube..")")
local description3 = S("Numitron Tube")
@@ -437,7 +437,7 @@ for i in ipairs(alnum_chars) do
local bits = alnum_chars[i][2]
local groups = { cracky = 2, not_in_creative_inventory = 1}
local light = LIGHT_MAX-4
local light = 10
local description = S("Alphanumeric Nixie Tube ("..char..")")
local wires = "nixie_tube_alnum_wires.png"