VoxeLibre/mods/ITEMS/mcl_cocoas
kabou 7d8fdc6ec3 Separate brown dye from cocoa beans.
* Add craftitem "mcl_cocoas:cocoa_beans".
* Add texture for brown dye item.
* Merge craftitem registration for "mcl_dye:brown" with generic dyes.
* Add crafting recipe for brown dye.
* Add legacy conversion recipe.
* Update dyes table.
* Update translations.
* Update cookie recipe.
2022-12-29 03:08:49 +00:00
..
locale Separate brown dye from cocoa beans. 2022-12-29 03:08:49 +00:00
models Upload files to 'mods/ITEMS/mcl_cocoas/models' 2022-11-16 13:44:35 +00:00
textures Separate brown dye from cocoa beans. 2022-12-29 03:08:49 +00:00
README.txt Rename mcl_cocoa to mcl_cocoas 2017-02-18 16:10:55 +01:00
init.lua Separate brown dye from cocoa beans. 2022-12-29 03:08:49 +00:00
mod.conf fixes in mcl_cocoas 2021-03-15 09:02:45 +01:00

README.txt

This mod adds cocoas.
Cocoas grow at jungle trees in 3 stages and can be harvested for cocoa beans.
Cocoa beans can be used to plant new cocoas at jungle trees.

Partially based on the cocoas from Farming Redo by TenPlus1.