forked from VoxeLibre/VoxeLibre
Update documentation.
* Make a mention of the one second delay before composter readies.
This commit is contained in:
parent
4cf88abe4c
commit
64203c38a6
|
@ -18,8 +18,9 @@ local composter_usagehelp = S(
|
||||||
"Every time an item is put in the composter, there is a chance that the " ..
|
"Every time an item is put in the composter, there is a chance that the " ..
|
||||||
"composter adds another layer of compost. Some items have a bigger chance " ..
|
"composter adds another layer of compost. Some items have a bigger chance " ..
|
||||||
"of adding an extra layer than other items. After filling up with 7 layers " ..
|
"of adding an extra layer than other items. After filling up with 7 layers " ..
|
||||||
"of compost, the composter is full and bone meal can be retrieved from it. " ..
|
"of compost, the composter is full. After a delay of approximately one " ..
|
||||||
"Taking out the bone meal empties the composter."
|
"second the composter becomes ready and bone meal can be retrieved from it. " ..
|
||||||
|
"Right-clicking the composter takes out the bone meal empties the composter."
|
||||||
)
|
)
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# textdomain: mcl_composters
|
# textdomain: mcl_composters
|
||||||
Composter=
|
Composter=
|
||||||
Composters can convert various organic items into bonemeal.=
|
Composters can convert various organic items into bonemeal.=
|
||||||
Use organic items on the composter to fill it with layers of compost. Every time an item is put in the composter, there is a chance that the composter adds another layer of compost. Some items have a bigger chance of adding an extra layer than other items. After filling up with 7 layers of compost, the composter is full and bone meal can be retrieved from it. Taking out the bone meal empties the composter.=
|
Use organic items on the composter to fill it with layers of compost. Every time an item is put in the composter, there is a chance that the composter adds another layer of compost. Some items have a bigger chance of adding an extra layer than other items. After filling up with 7 layers of compost, the composter is full. After a delay of approximately one second the composter becomes ready and bone meal can be retrieved from it. Right-clicking the composter takes out the bone meal empties the composter."=
|
||||||
filled=
|
filled=
|
||||||
ready for harvest=
|
ready for harvest=
|
||||||
Converts organic items into bonemeal=
|
Converts organic items into bonemeal=
|
||||||
|
|
Loading…
Reference in New Issue