1
0
Fork 0
MineClone2/mods/ITEMS/mcl_dye
kabou 70a1fdad5a Add black, white, blue and brown dyes.
Until now, the black, white, blue and brown dyes doubled as squid ink sac,
bone meal, lapis lazuli and cocoa beans.  Since these latter items have all
been given their own craftitem registration, the missing dyes can finally
be added in their own right.

* Add `"mcl_dye:black"` and its crafting recipe.
* Add `"mcl_dye:white"` and its crafting recipe.
* Add `"mcl_dye:blue"` and its crafting recipe.
* Add `"mcl_dye:brown"` and its crafting recipe.
* Remove aliases for white and brown dyes.
* Rename dye item images to be conforming to mineclone naming standards.
* Minor simplifications of mcl_dye/init.lua.
2022-05-06 15:09:23 +02:00
..
locale Add black, white, blue and brown dyes. 2022-05-06 15:09:23 +02:00
textures Add black, white, blue and brown dyes. 2022-05-06 15:09:23 +02:00
API.md Add API.md for bone meal API 2021-11-06 13:34:22 +00:00
README.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
init.lua Add black, white, blue and brown dyes. 2022-05-06 15:09:23 +02:00
mod.conf Add mcl_bone_meal. 2022-05-06 14:39:35 +02:00

README.txt

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.