VoxeLibre/mods/ITEMS/mcl_dye
kabou 810051c591 Move cocoa beans item to mcl_cocoas.
* Add `mcl_cocoas:coca_beans` craftitem to mcl_cocoas.
* Remove `mcl_dye:brown` craftitem from mcl_dye.
* Move cocoa beans translations from mcl_dye to mcl_cocoas.
* Add `mcl_dye:brown` alias for `mcl_cocoas:cocoa_beans` to
  mcl_dye.
* Abstract cocoa pod node registration into a loop.
* Update chocolate cookies crafting recipe in mcl_farming.
2024-11-09 20:24:02 -06:00
..
locale Move cocoa beans item to mcl_cocoas. 2024-11-09 20:24:02 -06:00
API.md Add API.md for bone meal API 2021-11-06 13:34:22 +00:00
init.lua Add mcl_bone_meal. 2024-11-09 20:24:02 -06:00
mod.conf Add mcl_bone_meal. 2024-11-09 20:24:02 -06:00
README.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00

Minetest 0.4 mod: dye
======================

See init.lua for documentation.

License of source code:
---------------------------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>

This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.