Skip to content

Commit

Permalink
swampy water bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 13, 2020
1 parent f3c87bd commit 543d2f5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions locale/swaz.es.tr
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mod.conf
Original file line number Diff line number Diff line change
@@ -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 added textures/bucket_swampy_water.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/swaz_swampy_water.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 543d2f5

Please sign in to comment.