Reduce max. rope extension length to 30

This commit is contained in:
Wuzzy 2024-03-08 14:49:24 +01:00
parent 3a896b4a90
commit 569e4bfa78

View File

@ -1,6 +1,8 @@
local rope = {}
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()