liquid_renewable bugfix

This commit is contained in:
Joachim Stolberg 2019-11-04 23:15:01 +01:00
parent 1a1f0ceafd
commit f7b69840a0

View File

@ -94,6 +94,7 @@ minetest.register_node("techage:oil_flowing", {
diggable = false, diggable = false,
buildable_to = true, buildable_to = true,
is_ground_content = false, is_ground_content = false,
liquid_renewable = false,
drop = "", drop = "",
drowning = 1, drowning = 1,
liquidtype = "flowing", liquidtype = "flowing",