mirror of
https://github.com/minetest-mods/warps.git
synced 2024-11-15 06:40:18 +01:00
Set the node to non-diggable, to prevent accidental digging by admin.
This commit is contained in:
parent
c8e4942e41
commit
0a6451608d
1
init.lua
1
init.lua
|
@ -248,6 +248,7 @@ minetest.register_node("warps:warpstone", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
groups = { choppy=3 },
|
groups = { choppy=3 },
|
||||||
light_source = 8,
|
light_source = 8,
|
||||||
|
diggable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.25, -0.5, -0.25, 0.25, 0.5, 0.25}
|
fixed = {-0.25, -0.5, -0.25, 0.25, 0.5, 0.25}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user