mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 13:13:45 +01:00
fix check for char #32 tube (for creative inv, groups, etc)
This commit is contained in:
parent
8813b6d50e
commit
1382efc4e1
2
init.lua
2
init.lua
@ -263,7 +263,7 @@ for i in ipairs(alnum_chars) do
|
||||
end
|
||||
end
|
||||
|
||||
if char == 32 then
|
||||
if char == " " then
|
||||
groups = {cracky = 2}
|
||||
light = nil
|
||||
description = S("Alphanumeric Nixie Tube")
|
||||
|
Loading…
Reference in New Issue
Block a user