From f7b69840a053d979792d276506a02d7c50692588 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 4 Nov 2019 23:15:01 +0100 Subject: [PATCH] liquid_renewable bugfix --- oil/oil.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/oil/oil.lua b/oil/oil.lua index d23a5aa..0b59781 100644 --- a/oil/oil.lua +++ b/oil/oil.lua @@ -94,6 +94,7 @@ minetest.register_node("techage:oil_flowing", { diggable = false, buildable_to = true, is_ground_content = false, + liquid_renewable = false, drop = "", drowning = 1, liquidtype = "flowing",