Sons adicionados

master
BrunoMine 2017-09-03 23:33:35 -03:00
parent 0637755ecb
commit 81e63f5ff6
7 changed files with 12 additions and 0 deletions

6
extras/atribuicoes.txt Normal file
View File

@ -0,0 +1,6 @@
Paul Rodenburg (CC BY-SA 3.0)
fosforo.ogg (editado por Lunovox)
Jojikiba (CC BY-SA 3.0)
tocha acesa.ogg (editado por Lunovox)

BIN
extras/fosforo.ogg Normal file

Binary file not shown.

BIN
extras/tocha acesa.ogg Normal file

Binary file not shown.

View File

@ -169,6 +169,11 @@ hardtorch.register_torch("hardtorch:lamp", {
nodes_off = {
node = "hardtorch:lamp_node",
},
sounds = {
turn_on = {name="hardtorch_click_oil_lamp", gain=0.2},
turn_off = {name="hardtorch_click_oil_lamp", gain=0.2},
water_turn_off = {name="hardtorch_apagando_tocha", gain=0.2},
},
fuel = {"hardtorch:oil"},
})

Binary file not shown.

Binary file not shown.

View File

@ -59,6 +59,7 @@ hardtorch.register_torch("hardtorch:torch", {
node_wall = "default:torch_wall"
},
sounds = {
turn_on = {name="hardtorch_acendendo_tocha", gain=0.2},
turn_off = {name="hardtorch_apagando_tocha", gain=0.2},
water_turn_off = {name="hardtorch_apagando_tocha", gain=0.2},
},