README/DOCS: LuaJIT notice

master
Zughy 2020-11-08 17:48:16 +01:00
parent 3525d3ebdb
commit 509109a544
2 changed files with 5 additions and 3 deletions

View File

@ -179,9 +179,9 @@ Overriding these functions is **not** recommended. Instead, there are 4 respecti
> Still a TL;DR? Check out the [example file](mod-init.lua.example)
First of all download the mod and put it in your mods folder.
First of all download the mod and put it in your mods folder. Then, be sure you have [LuaJIT](https://luajit.org/) installed on your machine.
Then, you need to register your minigame in arena_lib, possibly inside the init.lua, via:
Now you need to register your minigame in arena_lib, possibly inside the init.lua, via:
```
arena_lib.register_minigame("yourmod", {parameter1, parameter2 etc})
```

View File

@ -9,7 +9,9 @@ It comes with an arena manager and a signs system. The latter creates a bridge i
1) Install it as any other mod
2) For an in-depth understanding of what you can do with the library, have a look at the [full documentation](https://gitlab.com/zughy-friends-minetest/arena_lib/-/blob/master/DOCS.md).
2) Be sure you have [LuaJIT](https://luajit.org/) installed on your machine
3) For an in-depth understanding of what you can do with the library, have a look at the [full documentation](https://gitlab.com/zughy-friends-minetest/arena_lib/-/blob/master/DOCS.md).
### Dependencies
Default