Make forcefield properly undiggable

This commit is contained in:
Zefram
2014-08-24 00:20:25 +01:00
committed by RealBadAngel
parent 706e880f05
commit 45919b871a
2 changed files with 8 additions and 5 deletions

View File

@ -218,9 +218,10 @@ minetest.register_node("technic:forcefield", {
description = S("%s Forcefield"):format("HV"),
sunlight_propagates = true,
drawtype = "glasslike",
groups = {not_in_creative_inventory=1, unbreakable=1},
groups = {not_in_creative_inventory=1},
paramtype = "light",
light_source = 15,
diggable = false,
drop = '',
tiles = {{
name = "technic_forcefield_animated.png",