This commit is contained in:
Project516 2024-09-20 18:26:35 -05:00 committed by GitHub
commit 344918e719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 37 additions and 4 deletions

View File

@ -1,3 +1,13 @@
#### This is discontinued. Use the injector.
HTML Portable -
https://raw.githubusercontent.com/eaglerforge/EaglerForgeInjector/refs/heads/main/index.html
Zip with everything -
https://github.com/eaglerforge/EaglerForgeInjector/archive/refs/heads/main.zip
(right click and click "save as")
# EaglerForge # EaglerForge
### Play Minecraft 1.8 in your browser, supports singleplayer and multiplayer with a javascript modding API ### Play Minecraft 1.8 in your browser, supports singleplayer and multiplayer with a javascript modding API

View File

@ -6,7 +6,7 @@
<attribute name="gradle_used_by_scope" value="main,test"/> <attribute name="gradle_used_by_scope" value="main,test"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/> <classpathentry kind="output" path="bin/default"/>
</classpath> </classpath>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>eaglercraft-teavm-bridge</name> <name>eaglercraft-teavm-bridge-teavm-bridge</name>
<comment>Project teavm-bridge created by Buildship.</comment> <comment>Project teavm-bridge created by Buildship.</comment>
<projects> <projects>
</projects> </projects>
@ -20,4 +20,15 @@
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature> <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures> </natures>
<filteredResources>
<filter>
<id>1726874673097</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription> </projectDescription>

View File

@ -18,12 +18,23 @@
<link> <link>
<name>src_lwjgl_java</name> <name>src_lwjgl_java</name>
<type>2</type> <type>2</type>
<location>${LWJGL_SRC_FOLDER}</location> <locationURI>$%7BLWJGL_SRC_FOLDER%7D</locationURI>
</link> </link>
<link> <link>
<name>src_main_java</name> <name>src_main_java</name>
<type>2</type> <type>2</type>
<location>${MAIN_SRC_FOLDER}</location> <locationURI>$%7BMAIN_SRC_FOLDER%7D</locationURI>
</link> </link>
</linkedResources> </linkedResources>
<filteredResources>
<filter>
<id>1726874673112</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription> </projectDescription>

View File

@ -0,0 +1 @@
50D625A2200863C9486D24D4FAE2F7C037B0F0E485E0A6661E1944D85FFB33A9