1
0
鏡像自 https://github.com/minetest-mods/mesecons.git 已同步 2025-10-17 06:35:21 +02:00

Merge pull request #401 from Wuzzy2/sfx

Add missing sound effects and fix wrong pressure plate sounds
此提交包含在:
Vitaliy
2018-07-18 01:37:45 +03:00
提交者 GitHub
當前提交 ff73d0e60f
共有 12 個檔案被更改,包括 47 行新增10 行删除

查看文件

@@ -35,6 +35,7 @@ minetest.register_node("mesecons_insulated:insulated_on", {
},
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
drop = "mesecons_insulated:insulated_off",
sounds = default.node_sound_defaults(),
mesecons = {conductor = {
state = mesecon.state.on,
offstate = "mesecons_insulated:insulated_off",
@@ -69,6 +70,7 @@ minetest.register_node("mesecons_insulated:insulated_off", {
fixed = { -16/32-0.001, -17/32, -3/32, 16/32+0.001, -13/32, 3/32 }
},
groups = {dig_immediate = 3},
sounds = default.node_sound_defaults(),
mesecons = {conductor = {
state = mesecon.state.off,
onstate = "mesecons_insulated:insulated_on",