Acid is not renewable anymore

- default:acid_source isn't registered as a renewable liquid anymore
This commit is contained in:
LeMagnesium 2014-12-09 19:11:31 +01:00
parent e80df61377
commit b0794d51d2
1 changed files with 1 additions and 0 deletions

View File

@ -1105,6 +1105,7 @@ minetest.register_node("default:acid_source", {
liquid_alternative_flowing = "default:acid_flowing",
liquid_alternative_source = "default:acid_source",
liquid_viscosity = WATER_VISC,
liquid_renewable = false,
damage_per_second = 3,
post_effect_color = {a = 120, r = 50, g = 90, b = 30},
groups = {water = 3, liquid = 3, puts_out_fire = 1},