Set the node to non-diggable, to prevent accidental digging by admin.

This commit is contained in:
Auke Kok 2019-02-02 21:13:19 -08:00
parent c8e4942e41
commit 0a6451608d
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ minetest.register_node("warps:warpstone", {
paramtype = "light",
groups = { choppy=3 },
light_source = 8,
diggable = false,
selection_box = {
type = "fixed",
fixed = {-0.25, -0.5, -0.25, 0.25, 0.5, 0.25}