鏡像自
https://github.com/minetest-mods/technic.git
已同步 2025-09-18 13:40:35 +02:00
Make forcefield properly undiggable
此提交包含在:
@@ -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",
|
||||
|
新增問題並參考
封鎖使用者