Use new doc_items field name

master
Wuzzy 2016-11-16 06:42:09 +01:00
parent 64624b3ea7
commit 3ca662f0f5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ end)
minetest.register_node("bedrock2:bedrock", {
description = S("Bedrock"),
x_doc_items_longdesc = S("Bedrock is a very hard block. It cannot be mined, altered, destroyed or moved by any means. It appears at the bottom of the world in a flat layer."),
_doc_items_longdesc = S("Bedrock is a very hard block. It cannot be mined, altered, destroyed or moved by any means. It appears at the bottom of the world in a flat layer."),
tiles = {"bedrock2_bedrock.png"},
groups = {immortal=1, not_in_creative_inventory=1, },
sounds = { footstep = { name = "bedrock2_step", gain = 1 } },