aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorBeha <shacknetisp@mail.com>2017-03-07 14:19:53 -0500
committerBeha <shacknetisp@mail.com>2017-03-07 14:19:53 -0500
commit847b51ebedeb264bf50131648e2ab9729c84bbf8 (patch)
tree8c7a987ac81e70c6bb451cc33320c1fec331b61c /init.lua
parente69f1441c4699f979b171b22029bdc88919caf1b (diff)
downloadelevator-847b51ebedeb264bf50131648e2ab9729c84bbf8.tar.gz
elevator-847b51ebedeb264bf50131648e2ab9729c84bbf8.tar.bz2
elevator-847b51ebedeb264bf50131648e2ab9729c84bbf8.zip
Remove some commits.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/init.lua b/init.lua
index 080add3..4107e85 100644
--- a/init.lua
+++ b/init.lua
@@ -1,4 +1,3 @@
---GPLv3, derived from Travelnet by Sokomine
local SPEED = 10
local ACCEL = 1
local VERSION = 6
@@ -186,7 +185,6 @@ if on then
{-0.5 , -0.5, 0.48, 0.48, 1.5, 0.5},
{-0.5, -0.5,-0.5 ,-0.48, 1.5, 0.5},
- --groundplate to stand on
{ -0.5,-0.5,-0.5,0.5,-0.48, 0.5},
{ -0.5, 1.45,-0.5,0.5, 1.5, 0.5},
}
@@ -199,14 +197,6 @@ else
{-0.5 , -0.5, 0.48, 0.48, 1.5, 0.5},
{-0.5, -0.5,-0.5 ,-0.48, 1.5, 0.5},
{-0.5 , -0.5, -0.48, 0.5, 1.5, -0.5},
- --{-0.5 , -0.5, -0.48, -0.4, 1.5, -0.5},
- --{-0.2 , -0.5, -0.48, -0.1, 1.5, -0.5},
- --{0.1 , -0.5, -0.48, 0.2, 1.5, -0.5},
- --{0.4 , -0.5, -0.48, 0.5, 1.5, -0.5},
-
- --groundplate to stand on
- --{ -0.5,-0.5,-0.5,0.5,-0.48, 0.5},
- --{ -0.5, 1.45,-0.5,0.5, 1.5, 0.5},
}
cbox = box
end
@@ -214,11 +204,9 @@ minetest.register_node(nodename, {
description = "Elevator",
drawtype = (on and "mesh" or "nodebox"),
mesh = "travelnet_elevator.obj",
- --drawtype = "nodebox",
sunlight_propagates = false,
paramtype = 'light',
paramtype2 = "facedir",
- --wield_scale = {x=0.6, y=0.6, z=0.6},
selection_box = {
type = "fixed",
@@ -250,7 +238,6 @@ minetest.register_node(nodename, {
"elevator_box.png",
"elevator_box.png",
},
- --inventory_image = "travelnet_elevator_inv.png",
groups = {cracky=1, choppy=1, snappy=1},
drop = "elevator:elevator_off",
@@ -459,12 +446,6 @@ local box = {
{-0.5 , -0.5, 0.48, 0.48, 1.5, 0.5},
{-0.5, -0.5,-0.5 ,-0.48, 1.5, 0.5},
{-0.5 , -0.5, -0.48, 0.5, 1.5, -0.5},
- --{-0.5 , -0.5, -0.48, -0.4, 1.5, -0.5},
- --{-0.2 , -0.5, -0.48, -0.1, 1.5, -0.5},
- --{0.1 , -0.5, -0.48, 0.2, 1.5, -0.5},
- --{0.4 , -0.5, -0.48, 0.5, 1.5, -0.5},
-
- --groundplate to stand on
{ -0.5,-0.5,-0.5,0.5,-0.48, 0.5},
{ -0.5, 1.45,-0.5,0.5, 1.5, 0.5},
}