VoxeLibre/mods/ITEMS/mcl_flowers
kabou de16eb3c5a Add `compostability` to node definition group.
* mcl_cake/init.lua (cake);
* mcl_core/craftitems.lua (apple);
* mcl_core/nodes_base.lua (dirt with grass);
* mcl_core/nodes_cactuscane.lua (cactus, sugarcane);
* mcl_core/nodes_climb.lua (vines);
* mcl_core/nodes_trees.lua (leaves, saplings);
* mcl_dye/init.lua (cocoa beans);
* mcl_farming/beetroot.lua (beetroot, & seeds);
* mcl_farming/carrots.lua (carrot);
* mcl_farming/melon.lua (melon, & slice, & seeds);
* mcl_farming/potatoes.lua (potato, baked potato);
* mcl_farming/pumpkin.lua (pumpkin, carved &, & seeds, & pie);
* mcl_farming/wheat.lua (wheat, cookie, bread, hay block);
* mcl_flowers/init.lua (flowers, ferns, grass, & tall variants);
* mcl_mushrooms/small.lua (red and brown mushrooms);
* mcl_mushrooms/huge.lua (red and brown huge mushrooms);
* mcl_nether/init.lua (nether wart block);
* mcl_nether/nether_wart.lua (nether wart);
* mcl_ocean/kelp.lua (kelp, dried &, & block);
* mcl_ocean/sea_pickle.lua (sea pickle);
* mcl_ocean/seagrass.lua (seagrass).
2022-04-02 03:32:56 +02: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 Add `compostability` to node definition group. 2022-04-02 03:32:56 +02: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.