mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-11 10:13:49 +01:00
df8576e77c
Implements a composter block with crafting recipe, and some more uncraftable blocks representing various stages of filling. Adds a list of items that can be used with the composter and the chances of these items adding a layer to the composter. Implements methods to add compostable items to the composter, to update the composter to various levels of compost and to harvest an item of bone meal when the composter is ready. Textures were taken from XSSheep/Nova_Wostra Pixel Perfection texture pack.
8 lines
579 B
Plaintext
8 lines
579 B
Plaintext
# textdomain: mcl_composters
|
|
Composter=
|
|
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.=
|
|
filled=
|
|
ready for harvest=
|
|
Converts organic items into bonemeal=
|