Go to file
Starbeamrainbowlabs 6d84a46843
Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo
2021-10-10 01:00:50 +01:00
textures Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo 2021-10-10 01:00:50 +01:00
.gitignore Initial commit. Add textures of my own design! :D 2020-05-28 19:46:11 +01:00
.luacheckrc Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo 2021-10-10 01:00:50 +01:00
LICENSE Initial commit 2020-05-28 21:26:51 +01:00
README.md Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo 2021-10-10 01:00:50 +01:00
bamboo_block.lua Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo 2021-10-10 01:00:50 +01:00
bamboo_plant.lua Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo 2021-10-10 01:00:50 +01:00
crafting.lua Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo 2021-10-10 01:00:50 +01:00
depends.txt Add bamboo block & more crafting recipes 2020-05-29 00:49:58 +01:00
init.lua Rename mod from bamboo → sbrl_bamboo to avoid clash with cool_trees:bamboo 2021-10-10 01:00:50 +01:00

README.md

sbrl_bamboo

A bamboo plant mod for Minetest

This mod adds a simple fast-growing bamboo plant and an associated block to Minetest.

  • It grows up to 25 blocks tall, or as low as 4 blocks tall
  • Every 45 seconds it has a 1 in 4 chance of of growing
  • It requires an air node above it in order to grow
  • It can be placed on soil or sand, but not if it's wet or dark (below light level 8)s
  • It can't be placed with water directly next to it (i.e. on the same level) either
  • Breaking a lower node in the plant causes all the upper ones to break too
  • It can be used as a fuel source, but it's pretty terrible :P
  • 9 x bamboo can be crafted into a bamboo block, which can serve as wooden planks
  • 2 bamboo blocks can be shapelessly crafted back into bamboo
  • Bamboo blocks are ~33% more fuel efficient

Currently, it doesn't yet spawn in the world (but this is a planned feature, I just haven't done the research on how this is possible yet)

Getting started

Install it by cloning this repository into your world's worldmods folder:

cd path/to/world/worldmods;
git clone https://github.com/sbrl/Minetest-bamboo.git sbrl_bamboo

Then, restart your Minetest server.

Contributing

Contributions are welcome! Please open an issue or PR against this repository.

Licence

The code for this Mod is licenced under the Mozilla Public Licence 2.0 (see the LICENSE file in this repository for details).

The textures for this Mod (which I drew myself in Piskel) are licenced under the Creative Commons Attribution-ShareAlike 4.0 International Licence.