Make origin non-diggable

master
Wuzzy 2016-08-08 00:39:22 +02:00
parent cee8634ab8
commit 445480fd3e
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ end
minetest.register_node("origin:origin",{
description = S("The Origin"),
groups = { not_in_creative_inventory = 1, in_doc = 1, immortal = 1 },
diggable = false,
tiles = {"origin_origin.png"},
sounds = { footstep = "origin_origin_footstep" },
is_ground_content = false,