mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-23 11:23:45 +01:00
Fix doc_items bug (missing movement factoid)
parent
2c537b7ac7
commit
0901fca7b2
@ -657,7 +657,7 @@ doc.add_category("nodes", {
|
|||||||
datastring = newline2(datastring)
|
datastring = newline2(datastring)
|
||||||
|
|
||||||
---- Movement
|
---- Movement
|
||||||
if forbidden_core_factoids.node_movement then
|
if not forbidden_core_factoids.node_movement then
|
||||||
if data.def.groups.disable_jump == 1 then
|
if data.def.groups.disable_jump == 1 then
|
||||||
datastring = datastring .. S("You can not jump while standing on this block.").."\n"
|
datastring = datastring .. S("You can not jump while standing on this block.").."\n"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user