Remove bucket function for asteroid water.
This commit is contained in:
parent
f1db3a156e
commit
17fc19f787
1 changed files with 5 additions and 5 deletions
|
@ -15,11 +15,11 @@ newnode.sunlight_propagates = true
|
|||
newnode.post_effect_color = {a = 50, r = 30, g = 60, b = 90},
|
||||
minetest.register_node("fun_caves:asteroid_water", newnode)
|
||||
|
||||
bucket.liquids['fun_caves:asteroid_water'] = {
|
||||
source = 'fun_caves:asteroid_water',
|
||||
flowing = 'fun_caves:asteroid_water',
|
||||
itemname = 'bucket:bucket_water',
|
||||
}
|
||||
--bucket.liquids['fun_caves:asteroid_water'] = {
|
||||
-- source = 'fun_caves:asteroid_water',
|
||||
-- flowing = 'fun_caves:asteroid_water',
|
||||
-- itemname = 'bucket:bucket_water',
|
||||
--}
|
||||
|
||||
minetest.register_node("fun_caves:vacuum", {
|
||||
description = "Vacuum",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue