1
0
鏡像自 https://github.com/minetest-mods/mesecons.git 已同步 2025-12-23 17:45:29 +01:00

Update nodes for compatibility with digging time groups.

此提交包含在:
Anthony Zhang
2012-03-22 17:52:11 -04:00
父節點 9ec0767762
當前提交 3018128b4b
共有 18 個檔案被更改,包括 42 行新增41 行删除

查看文件

@@ -7,7 +7,7 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant_off", {
inventory_image = "jeija_blinky_plant_off.png",
paramtype = "light",
walkable = false,
material = minetest.digprop_leaveslike(0.2),
groups = {snappy=2},
description="Blinky Plant",
})
@@ -18,7 +18,7 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant_on", {
inventory_image = "jeija_blinky_plant_off.png",
paramtype = "light",
walkable = false,
material = minetest.digprop_leaveslike(0.2),
groups = {snappy=2},
drop='"mesecons_blinkyplant:blinky_plant_off" 1',
light_source = LIGHT_MAX-7,
description="Blinky Plant",