Use new doc_items field names

master
Wuzzy 2016-11-16 06:41:06 +01:00
parent d4e271061e
commit 3e88c431aa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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."),
_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, immortal = 1 },
diggable = false,
tiles = {"origin_origin.png"},