mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-07-16 06:50:23 +02:00
Compare commits
5 Commits
1.0.1
...
749d59a530
Author | SHA1 | Date | |
---|---|---|---|
749d59a530 | |||
b54333d56b | |||
bd58dbc48b | |||
6492d311c8 | |||
4eaba4f6e1 |
2
init.lua
2
init.lua
@ -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.")
|
||||||
|
@ -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",
|
||||||
@ -44,7 +44,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, 1.5, 0}},
|
fixed = {{-0.5, -0.5, -0.03125, 0.5, 1.5, 0.03125}},
|
||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
@ -69,7 +69,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, 1, 0.5, 0.5, 1}},
|
fixed = {{-0.5, -0.5, 0.96875, 0.5, 0.5, 1.03125}},
|
||||||
},
|
},
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
Reference in New Issue
Block a user