diff --git a/index.html b/index.html index 0ec4644..5458665 100644 --- a/index.html +++ b/index.html @@ -4,96 +4,173 @@
build.gradle
, set the obfuscate
property to false
.
- Then, run CompileJS.bat
(or .sh if on a unix-based os), and then run MakeOfflineDownload.bat
. The outputted offline download will have a much larger file size than other offline builds. This is the file you should select.
- (it should have a naming convention similar to EaglercraftX_1.8_Offline_en_US.html
)
- ModAPI.hooks.methods
. It does similar things with static properties and constructors, and then hooks into $rt_metadata
to access auxilary information.
- build.gradle
, set the obfuscate
property to
+ false
. Then, run CompileJS.bat
(or .sh if on
+ a unix-based os), and then run MakeOfflineDownload.bat
.
+ The outputted offline download will have a much larger file size than
+ other offline builds. This is the file you should select. (it should
+ have a naming convention similar to
+ EaglercraftX_1.8_Offline_en_US.html
)
+ ModAPI.hooks.methods
. It does similar things with static
+ properties and constructors, and then hooks into
+ $rt_metadata
to access auxilary information.
+