Make pole tops diggable (fixes #1)
This commit is contained in:
parent
416672fcae
commit
8c0eccc286
@ -46,12 +46,11 @@ minetest.register_node(":streets:pole_bottom",{
|
||||
minetest.register_node(":streets:pole_top",{
|
||||
description = streets.S("Y u no play minetest without cheating?"),
|
||||
tiles = {"streets_pole.png"},
|
||||
groups = {not_in_creative_inventory=1},
|
||||
groups = {not_in_creative_inventory=1,cracky=2},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
drawtype = "nodebox",
|
||||
drop = "",
|
||||
diggable = false,
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user