swampy water bucket

master
root 2020-12-13 11:50:37 +01:00
parent f3c87bd32f
commit 543d2f5aeb
5 changed files with 15 additions and 1 deletions

View File

@ -1019,3 +1019,16 @@ if minetest.get_modpath("farming")~=nil then
}
})
end
if minetest.get_modpath("bucket")~=nil then
bucket.register_liquid(
"swaz:water_source",
"swaz:water_flowing",
"swaz:bucket_swampy_water",
"swaz_swampy_water.png",
S("Swampy Water Bucket"),
{tool = 1, water_bucket = 1},
true
)
end

View File

@ -33,3 +33,4 @@ Barberry Bush Leaves=Hojas de agracejo
Barberry Bush Sapling=Retoño de agracejo
Iris=Iris
flower=flor
Swampy Water Bucket=Cubo de agua fangosa

View File

@ -1,3 +1,3 @@
name = swaz
depends = default, flowers, baldcypress, willow, farming, dye
optional_depends = stairs, basic_materials, farming
optional_depends = stairs, basic_materials, farming, bucket

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB