main.lua --> raw/scripts/main.lua

develop
Tachytaenius 2022-07-15 19:44:21 +01:00
parent fcd8839c0d
commit 7cf5a7dac9
1 changed files with 1 additions and 1 deletions

@ -340,7 +340,7 @@ environment for fully-functioning modular mods are as follows:
make a change to your scripts, you should add
``path/to/your-mod/raw/scripts/`` to your script paths.
Now, let's take a look at an example ``main.lua`` file. ::
Now, let's take a look at an example ``raw/scripts/main.lua`` file. ::
local repeatUtil = require("repeat-util")
local eventful = require("plugins.eventful")