Remove in_doc

master
Wuzzy 2016-11-02 22:36:43 +01:00
parent 5ff440ea8c
commit 8587041a1f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ 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."),
tiles = {"bedrock2_bedrock.png"},
groups = {immortal=1, not_in_creative_inventory=1, in_doc = 1 },
groups = {immortal=1, not_in_creative_inventory=1, },
sounds = { footstep = { name = "bedrock2_step", gain = 1 } },
is_ground_content = false,
on_blast = function() end,