VoxeLibre/mods/ITEMS/mcl_flowers
kabou ed8995acec Fix `add_large_plant()` argument mismatch.
* In commit 86b2cd70f9 an extra argument
  was added to the `add_large_plant()` function in order to handle silk
  touch.  For some reason, the callers for "double_grass" and
  "double_fern" were updated with two new arguments.  Because of this,
  silk touch likely never worked on these nodes.  This commit removes
  the unused `nil` argument from both callers.
* This commit fixes #2155.
2022-05-01 10:31:01 +00:00
..
locale mcl_flowers 2022-02-23 23:58:05 +01:00
textures Update PP grass textures 2019-12-14 00:45:57 +01:00
API.md fix typos 2021-03-11 17:43:55 +00:00
README.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
credit.txt Organize mods into modpacks for better overview 2017-02-16 01:45:21 +01:00
init.lua Fix `add_large_plant()` argument mismatch. 2022-05-01 10:31:01 +00:00
mod.conf add flowerpots API 2021-03-11 22:13:43 +01:00
register.lua fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00

README.txt

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.