-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
77 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Wooden Bucket mod [bucket_wooden] | ||
|
||
This mod is simple. It adds a bucket made of wood. Wooden buckets can hold only water or river water, not lava. This bucket lets you start farming before you find any iron. | ||
|
||
If you use the mods Ethereal NG [ethereal] and/or Farming Redo [farming], their bowl recipes are changed so as not to conflict with the bucket recipe: 3 wood blocks -> bucket -> 4 bowls. | ||
|
||
https://forum.minetest.net/viewtopic.php?f=11&t=22133 | ||
|
||
Changelog: | ||
|
||
- 1.0 - Initial release. Wooden bucket of water is not in the group:water_bucket, to prevent getting an empty iron bucket when using a wooden bucket of water in recipes. farming:bowl and ethereal:bowl are crafted from wooden buckets. | ||
- 1.0.1 - Mod renamed to bucket\_wooden because the name "wooden_bucket" is already taken by viewtopic.php?t=16472 | ||
- 1.0.2 - Refined conditions for bowl recipe. Added "Wooden" to bucket names, and intllib support. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Wooden buckets (for water, not lava) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: bucket_wooden | ||
Empty Wooden Bucket= | ||
Wooden Water Bucket= | ||
Wooden River Water Bucket= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
name = bucket_wooden | ||
depends = default | ||
optional_depends = intllib, ethereal, farming | ||
description = Wooden buckets (for water, not lava) | ||
|