Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs/minecraft.jar"/>
<classpathentry kind="lib" path="libs/ModLoader.zip"/>
<classpathentry kind="lib" path="libs/SinglePlayerCommands-MC1.6.5v2.9_1.zip"/>
<classpathentry kind="lib" path="libs/lwjgl.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
??.java
?.java
/bin
/libs/decompiled
25 changes: 0 additions & 25 deletions ChatHook.java

This file was deleted.

4 changes: 0 additions & 4 deletions ChatHookable.java

This file was deleted.

41 changes: 0 additions & 41 deletions RenderEntity.java

This file was deleted.

48 changes: 0 additions & 48 deletions RenderHooks.java

This file was deleted.

7 changes: 0 additions & 7 deletions Renderhook.java

This file was deleted.

266 changes: 266 additions & 0 deletions formatting.xml

Large diffs are not rendered by default.

Binary file added libs/ModLoader.zip
Binary file not shown.
Binary file added libs/SinglePlayerCommands-MC1.6.5v2.9_1.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions libs/decompile.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

java -jar fernflower.jar minecraft.jar decompiled/
Binary file added libs/fernflower.jar
Binary file not shown.
Binary file added libs/lwjgl.jar
Binary file not shown.
Binary file added libs/minecraft.jar
Binary file not shown.
55 changes: 0 additions & 55 deletions mod_Renderhook.java

This file was deleted.

Loading