From 986558d8cb53b4b4ccb2a6b7a02266644065ba23 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 10 Oct 2020 17:21:01 +0100 Subject: [PATCH] Add FAQ about moretrees saplings --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ec2f41..efe1cfe 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ This is probably because your version of `worldedit` is too old. Try updating it ### I get a crash on startup saying `attempt to call field 'alias_command' (a nil value)` Please update to v1.8+. There was a bug in earlier versions that caused a race condition that sometimes resulted in this crash. +### Why don't the [moretrees](https://content.minetest.net/packages/VanessaE/moretrees/) trees work with `//forest`? +As far as I can tell, the saplings provided by the [`moretrees` mod](https://content.minetest.net/packages/VanessaE/moretrees/) don't properly interact with bonemeal from the [bonemeal mod](https://content.minetest.net/packages/TenPlus1/bonemeal/), which WorldEditAdditions uses to grow trees. As far as I can tell WorldEditAdditions has everything in place needed to support them, but until applying bonemeal to `moretrees` saplings results in a tree rather than waiting for one to grow over time, WorldEditAdditions will always fail to place trees provided by the `moretrees` mod, unfortunately. + ## Contributing Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_.