GitXplorerGitXplorer
P

minetest-instant_sapling_growth

public
2 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
1f62d28831429a3d5f3a855a6dfb2ce58ecca1d4

Minor fixes and improvements

PPanquesito7 committed a year ago
Verified
04f60991941be5eedd64cc8c0fe7b0aa721d779c

Update init.lua

PPanquesito7 committed a year ago
Verified
f2ec6db4e23bfb1825103aa1c093a5620d1e7307

Add code references and minor changes

PPanquesito7 committed a year ago
Unverified
4931a6c8778fe61ce9d009cd434d929fbb639cb4

Use a faster and newer LuaCheck

PPanquesito7 committed a year ago
Verified
f8e78f41eb3620ced2b9c6545a483546a0f1086f

Add Spanish translation (#2)

PPanquesito7 committed a year ago
Verified
e9c8c44b30d62dc385098c54e2d1227e45b492d7

Update README.md

PPanquesito7 committed 2 years ago

README

The README file for this repository.

Instant Sapling Growth 🌳

luacheck

A mod/tool that instantly grows a sapling when placed.
Built for the Minetest Engine, 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:
https://wiki.minetest.net/Installing_Mods

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.

If you'd like to see another mod being added, feel free to create an issue.

Settings

These settings can be customized by modifying 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 for full information.