mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Acid is not renewable anymore
- default:acid_source isn't registered as a renewable liquid anymore
This commit is contained in:
parent
e80df61377
commit
b0794d51d2
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user