Remove in_doc

master
Wuzzy 2016-11-02 22:37:36 +01:00
parent 7c84d89b27
commit af154e66a6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ end
minetest.register_node("origin:origin",{
description = S("The Origin"),
x_doc_items_longdesc = S("The Origin is the starting block of this world. On the Origin the earliest visitors of this world arrive and it is the first block at which all other blocks can be built to, so that builders can build their architectural masterpieces in a world which would be (usually) empty otherwise."),
groups = { not_in_creative_inventory = 1, in_doc = 1, immortal = 1 },
groups = { not_in_creative_inventory = 1, immortal = 1 },
diggable = false,
tiles = {"origin_origin.png"},
sounds = { footstep = "origin_origin_footstep" },