Reduce max. rope extension length to 30
This commit is contained in:
parent
3a896b4a90
commit
569e4bfa78
@ -1,6 +1,8 @@
|
|||||||
local rope = {}
|
local rope = {}
|
||||||
local S = minetest.get_translator("xdecor")
|
local S = minetest.get_translator("xdecor")
|
||||||
local MAX_ROPES = 99
|
|
||||||
|
-- Maximum length a rope can extend to
|
||||||
|
local MAX_ROPES = 30
|
||||||
|
|
||||||
local ropesounds = default.node_sound_leaves_defaults()
|
local ropesounds = default.node_sound_leaves_defaults()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user