1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-09-18 13:40:35 +02:00

Make forcefield properly undiggable

此提交包含在:
Zefram
2014-08-24 00:20:25 +01:00
提交者 RealBadAngel
父節點 706e880f05
當前提交 45919b871a
共有 2 個檔案被更改,包括 8 行新增5 行删除

查看文件

@@ -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",