mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
fdc7f4634d
* Add new file mcl_flowers/bonemeal.lua, containing the bonemealing callback for "mcl_core:dirt_with_grass". * Override "mcl_core:dirt_with_grass" with a _mcl_on_bonemealing handler calling a function defined in mcl_flowers. This sidesteps the problem that bonemealing a node from mcl_core needs knowledge of mcl_flowers, which would create a circular dependency. H/t to cora for suggesting this solution. H/t to wsor for suggesting a solution that also works. |
||
---|---|---|
.. | ||
locale | ||
models | ||
API.md | ||
bonemealing.lua | ||
credit.txt | ||
init.lua | ||
mod.conf | ||
README.txt | ||
register.lua |
Minetest 0.4 mod: flowers ========================= License of source code: ----------------------- Copyright (C) 2012-2013 Ironzorg, VanessaE 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.