liquid_renewable bugfix
This commit is contained in:
parent
1a1f0ceafd
commit
f7b69840a0
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user