forked from VoxeLibre/VoxeLibre
c9afccd0c3
* New mod mcl_bone_meal, replacing bone meal functionality previously held in mcl_dye. * Improve bonemealing API using callbacks in the nodes that support bonemealing. * Rename bone meal item to `"mcl_bone_meal:bone_meal"` and updated its crafting recipe. * Implement legacy compatibility for older bone meal API. * Remove all non dye-related bone meal code, texture and translations from mcl_dye. * Add legacy compatibility shims to mcl_dye that refer to mcl_bone_meal. * Add an alias for "mcl_dye:white" to keep mcl_dye and its API working uniterrupted. * Update mod depends in mcl_dye mod.conf. |
||
---|---|---|
.. | ||
locale | ||
textures | ||
API.md | ||
README.txt | ||
init.lua | ||
mod.conf |
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.