This website requires JavaScript.
Explore
Help
Register
Sign In
Michieal
/
MineClone2
mirror of
https://git.minetest.land/MineClone2/MineClone2.git
Watch
1
Star
0
Fork
You've already forked MineClone2
0
Code
Issues
Projects
Releases
Wiki
Activity
407133bdd3
MineClone2
/
mods
/
ITEMS
/
mcl_dye
/
mod.conf
4 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rename dye to mcl_dye
2017-01-30 15:33:04 +01:00
name = mcl_dye
Add mcl_bone_meal. * 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.
2022-05-01 12:33:19 +02:00
description = Adds color to your world!
depends = mcl_bone_meal, mcl_cocoas