diff --git a/init.lua b/init.lua index 717e149..7622004 100644 --- a/init.lua +++ b/init.lua @@ -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" },