oil bucket added
parent
63ced42c19
commit
ec9b906d2a
|
@ -271,6 +271,7 @@ minetest.register_node("techage:oil_source", {
|
|||
liquid_alternative_source = "techage:oil_source",
|
||||
liquid_viscosity = 20,
|
||||
liquid_range = 10,
|
||||
liquid_renewable = false,
|
||||
post_effect_color = {a = 200, r = 1, g = 1, b = 1},
|
||||
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"),
|
||||
I([[Used to find oil (petroleum).
|
||||
Oil can be used as fuel for the Coal Power Stations and others.
|
||||
|
|
Loading…
Reference in New Issue