Remove LuaJIT from instructions (no longer needed)

master
Zughy 2022-02-05 22:53:47 +01:00
parent 52e457174c
commit 3ae4280b0b
2 changed files with 4 additions and 6 deletions

View File

@ -41,9 +41,9 @@
## 1. Minigame configuration
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.
First of all download the mod and put it in your mods folder.
Now you need to register your minigame, possibly inside the init.lua of your mod, via:
Now you need to register your minigame, possibly inside the `init.lua` of your mod, via:
```lua
arena_lib.register_minigame("yourmod", {parameter1, parameter2 etc})
```

View File

@ -9,11 +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) Be sure you have [LuaJIT](https://luajit.org/) installed on your machine
2) Check [SETTINGS.lua](SETTINGS.lua)
3) Check [SETTINGS.lua](SETTINGS.lua)
4) (modders only) Dive into the [full documentation](DOCS.md) to understand how to create minigames
3) (modders only) Dive into the [full documentation](DOCS.md) to understand how to create minigames
### Dependencies
* Default