- changed milestone to Future
require expects files in .minecraft folder
Issue #80
resolved
At the moment, the require
base library function expects all required files to be located in either .minecraft
or .minecraft/lib
. This means that script authors would have to use a quasi-absolute path name. This is counterproductive for backwards compatibility.
My suggestion is to use either .minecraft/mobtalker2/scripts
or the script pack's folder as the base directory in order to improve backwards compatibility of this function.
Comments (3)
-
reporter -
reporter - changed milestone to 0.7.6
-
reporter - changed status to resolved
Make
require
calls load files from .minecraft/mobtalker2/scripts (fixes#80)→ <<cset aa7c9baa7e49>>
- Log in to comment