1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-05 01:50:25 +01:00

Add acid to the “acid” group

(From Carbone)
This commit is contained in:
Ombridride 2015-01-01 12:41:01 +01:00
parent 65687c5ec9
commit bb42a3be06

View File

@ -1076,7 +1076,7 @@ minetest.register_node("default:acid_flowing", {
liquid_viscosity = WATER_VISC,
damage_per_second = 3,
post_effect_color = {a = 120, r = 50, g = 90, b = 30},
groups = {water = 3, liquid = 3, puts_out_fire = 1, not_in_creative_inventory = 1},
groups = {water = 3, acid = 3, liquid = 3, puts_out_fire = 1, not_in_creative_inventory = 1},
})
minetest.register_node("default:acid_source", {
@ -1108,7 +1108,7 @@ minetest.register_node("default:acid_source", {
liquid_viscosity = WATER_VISC,
damage_per_second = 3,
post_effect_color = {a = 120, r = 50, g = 90, b = 30},
groups = {water = 3, liquid = 3, puts_out_fire = 1},
groups = {water = 3, acid = 3, liquid = 3, puts_out_fire = 1},
})
minetest.register_node("default:torch", {