https://github.com/panquesito7/minetest-instant_sapling_growth
A mod for Minetest that immediately places a sapling when placed. 🌳
https://github.com/panquesito7/minetest-instant_sapling_growth
building growth instant instant-growth lua minetest minetest-mod minetest-mods sapling saplings tool trees
Last synced: 6 months ago
JSON representation
A mod for Minetest that immediately places a sapling when placed. 🌳
- Host: GitHub
- URL: https://github.com/panquesito7/minetest-instant_sapling_growth
- Owner: Panquesito7
- License: gpl-3.0
- Created: 2023-04-13T19:09:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T21:48:33.000Z (over 1 year ago)
- Last Synced: 2025-02-09T16:45:18.856Z (8 months ago)
- Topics: building, growth, instant, instant-growth, lua, minetest, minetest-mod, minetest-mods, sapling, saplings, tool, trees
- Language: Lua
- Homepage: https://content.minetest.net/packages/Panquesito7/instant_sapling_growth/
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Instant Sapling Growth 🌳
[](https://github.com/Panquesito7/minetest-instant_sapling_growth/actions/workflows/luacheck.yml)
A mod/tool that instantly grows a sapling when placed.\
Built for the [Minetest Engine](https://www.minetest.net), with support for 10+ sapling mods.## Installation
- Unzip the archive, rename the folder to `instant_sapling_growth` and
place it in `.. minetest/mods/`- GNU/Linux: If you use a system-wide installation place
it in `~/.minetest/mods/`.- If you only want this to be used in a single world, place
the folder in `.. worldmods/` in your world directory.For further information or help, see:\
## Supported sapling mods
We support a variety of mods and modpacks to ensure all of those work properly with this mod.\
This can be very useful in case you need saplings to instantly grow for buildings.- Full [Cool Trees](https://content.minetest.net/packages/runs/cool_trees/) modpack support.
- [Mahogany](https://content.minetest.net/packages/runs/mahogany/) mod support.
- [Maple Tree](https://content.minetest.net/packages/Duvalon/maple/) mod support.
- Full [Plantlife](https://content.minetest.net/packages/mt-mods/plantlife_modpack/) modpack support.
- Full [More Trees!](https://content.minetest.net/packages/mt-mods/moretrees/) modpack support.If you'd like to see another mod being added, feel free to [create an issue](https://github.com/Panquesito7/minetest-instant_sapling_growth/issues/new/choose).
## Settings
These settings can be customized by modifying [`minetest.conf`](https://wiki.minetest.net/Minetest.conf) or directly in the Minetest settings.
- `instant_sapling_growth.grow_everywhere`: Whether to grow the sapling everywhere or on proper soil only (disabled by default).
- `instant_sapling_growth.light_limitations`: Whether the saplings grow only in daytime or not (enabled by default).## Required Minetest version
This mod has been fully tested with Minetest 5.8.0 (the current latest version).\
However, the mod should work as expected in Minetest 5.0.0+.## License
Refer to [`LICENSE.md`](LICENSE.md) for full information.