Merge 39d3d216a5
into 08b546db8b
This commit is contained in:
commit
344918e719
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
### Play Minecraft 1.8 in your browser, supports singleplayer and multiplayer with a javascript modding API
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<attribute name="gradle_used_by_scope" value="main,test"/>
|
||||
</attributes>
|
||||
</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="output" path="bin/default"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>eaglercraft-teavm-bridge</name>
|
||||
<name>eaglercraft-teavm-bridge-teavm-bridge</name>
|
||||
<comment>Project teavm-bridge created by Buildship.</comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
@ -20,4 +20,15 @@
|
|||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
||||
</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>
|
||||
|
|
|
@ -18,12 +18,23 @@
|
|||
<link>
|
||||
<name>src_lwjgl_java</name>
|
||||
<type>2</type>
|
||||
<location>${LWJGL_SRC_FOLDER}</location>
|
||||
<locationURI>$%7BLWJGL_SRC_FOLDER%7D</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>src_main_java</name>
|
||||
<type>2</type>
|
||||
<location>${MAIN_SRC_FOLDER}</location>
|
||||
<locationURI>$%7BMAIN_SRC_FOLDER%7D</locationURI>
|
||||
</link>
|
||||
</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>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
50D625A2200863C9486D24D4FAE2F7C037B0F0E485E0A6661E1944D85FFB33A9
|
Loading…
Reference in New Issue