1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-15 14:30:25 +02:00

3 Commits

2 changed files with 3 additions and 1 deletions

View File

@ -22,3 +22,5 @@ dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua") dofile(MP.."/models.lua")
dofile(MP.."/crafts.lua") dofile(MP.."/crafts.lua")
dofile(MP.."/octagon_panes.lua") dofile(MP.."/octagon_panes.lua")
minetest.log("action", "[scifi_nodes] loaded.")

View File

@ -19,7 +19,7 @@ local function register(basename, description, texture)
is_ground_content = false, is_ground_content = false,
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = {{-0.5, -0.5, 0, 0.5, 0.5, 0}}, fixed = {{-0.5, -0.5, -0.03125, 0.5, 0.5, 0.03125}},
}, },
selection_box = { selection_box = {
type = "fixed", type = "fixed",