
- Version 1.0.0
- Download 410
- File Size 1.17 KB
- Create Date December 5, 2020
- Download
This is a basic modding tool, Javascript loader for adding/modifying items.
This tool was file was created my TheMoaci as a template and learning tool for beginner mod makers. All credit and thanks to him for providing this tool.
How to use
This file needs to be put into a folder named "src" in your mod directory
(( Author-modname-version/scr/modloader.js ))
Then these lines need to be added to your mod.config.json
"src":{
"src/modloader.js": "LOADTYPE"
You can find more examples of how to use this tool by checking the file structure in my mod "Arsenal"