MineClone2/mods/ITEMS/mcl_bamboo
kno10 e5822ecc35 fix undefined globals in mcl_bamboo (#4797)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4797
Reviewed-by: teknomunk <teknomunk@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-05 02:25:48 +01:00
..
locale rerun mod_translation_updater 2025-01-03 11:56:04 +01:00
bamboo_base.lua Change _mcl_on_bonemealing to _on_bone_meal, update API.md to reflect this 2024-11-09 20:24:02 -06:00
bamboo_items.lua Remove "double drop" mechanics for bamboo (fixes #4514) (#4642) 2024-10-27 14:16:06 +01:00
globals.lua fix undefined globals in mcl_bamboo (#4797) 2025-01-05 02:25:48 +01:00
init.lua Remove "double drop" mechanics for bamboo (fixes #4514) (#4642) 2024-10-27 14:16:06 +01:00
License.txt Added in License.txt 2023-01-08 23:08:12 -05:00
mod.conf Fix merge / rebase crossing massacre. 2023-02-10 03:42:34 +00:00
README.md Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
recipes.lua Remove "double drop" mechanics for bamboo (fixes #4514) (#4642) 2024-10-27 14:16:06 +01:00

mcl_bamboo

This mod adds working, familiar bamboo nodes to your VoxeLibre world.

Code: Michieal. Original (basic, used as inspiration) bamboo code by: Small Joker. Updates to the code: VoxeLibre Dev Team, Michieal.

License for code: GPLv3. License for images / textures: CC-BY-SA except where noted. Images Created by Nicu, except for:

  • Inventory / wield image for Bamboo Stalk: created by RandomLegoBrick#8692 and is CC0.

Dependencies: mcl_core, mcl_sounds, mcl_tools

Optional Dependencies = mcl_flowerpots, mclx_stairs, mcl_doors, mcl_signs, mesecons_pressureplates, mcl_fences, mesecons_button. Note that "mcl_boats" may be used at a later date.

Special thanks to Nicu for help with a ton of things from testing, to encouragement, to graphic design and nodebox work. Nicu - You Rock!

Small Joker's bamboo forum topic: Forum topic: https://forum.luanti/viewtopic.php?id=8289

Scaffold inspiration: Cora, because she said that it couldn't be done.