Remove switch block drops
This commit is contained in:
parent
57c62b26d8
commit
7375c71b0c
1
init.lua
1
init.lua
@ -95,6 +95,7 @@ minetest.register_node("pseudonodes:switch_block_off", {
|
|||||||
groups = { pseudo = 1 },
|
groups = { pseudo = 1 },
|
||||||
alpha = 0,
|
alpha = 0,
|
||||||
stack_max = 9999,
|
stack_max = 9999,
|
||||||
|
drop = "",
|
||||||
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
|
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
|
||||||
local newnode = node
|
local newnode = node
|
||||||
newnode.name = "pseudonodes:switch_block_on"
|
newnode.name = "pseudonodes:switch_block_on"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user