oil bucket added

This commit is contained in:
Joachim Stolberg 2019-06-11 21:20:50 +02:00
parent 63ced42c19
commit ec9b906d2a

View File

@ -271,6 +271,7 @@ minetest.register_node("techage:oil_source", {
liquid_alternative_source = "techage:oil_source", liquid_alternative_source = "techage:oil_source",
liquid_viscosity = 20, liquid_viscosity = 20,
liquid_range = 10, liquid_range = 10,
liquid_renewable = false,
post_effect_color = {a = 200, r = 1, g = 1, b = 1}, post_effect_color = {a = 200, r = 1, g = 1, b = 1},
groups = {liquid = 5}, groups = {liquid = 5},
}) })
@ -336,6 +337,13 @@ minetest.register_craft({
}, },
}) })
bucket.register_liquid(
"techage:oil_source",
"techage:oil_flowing",
"techage:bucket_oil",
"techage_bucket_oil.png",
"Oil Bucket")
techage.register_help_page(I("TA3 Oil Explorer"), techage.register_help_page(I("TA3 Oil Explorer"),
I([[Used to find oil (petroleum). I([[Used to find oil (petroleum).
Oil can be used as fuel for the Coal Power Stations and others. Oil can be used as fuel for the Coal Power Stations and others.