mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
README: Add troubleshooting step
This commit is contained in:
parent
029008c0e6
commit
967d2d0f54
1 changed files with 3 additions and 0 deletions
|
@ -345,6 +345,9 @@ WorldEditAdditions requires that the `worldedit` mod is installed as a dependenc
|
||||||
### I get an error saying that `worldedit.register_command()` is not a function
|
### I get an error saying that `worldedit.register_command()` is not a function
|
||||||
This is probably because your version of `worldedit` is too old. Try updating it. Specifically the `worldedit.register_command()` function was only added to `worldedit` in December 2019.
|
This is probably because your version of `worldedit` is too old. Try updating it. Specifically the `worldedit.register_command()` function was only added to `worldedit` in December 2019.
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_.
|
Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_.
|
||||||
|
|
Loading…
Reference in a new issue