Fix climbable typo
This commit is contained in:
parent
70ed75d769
commit
5171b49871
2
init.lua
2
init.lua
@ -663,7 +663,7 @@ doc.add_category("nodes", {
|
||||
if data.def.groups.disable_jump == 1 then
|
||||
if data.def.walkable == true then
|
||||
datastring = datastring .. S("You can not jump while standing on this block.").."\n"
|
||||
elseif not data.def.climable then
|
||||
elseif not data.def.climbable then
|
||||
datastring = datastring .. S("You can not jump while inside this block.").."\n"
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user