-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
126 changed files
with
44,889 additions
and
143 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1 @@ | ||
# eclipse | ||
*.launch | ||
/.settings | ||
/.metadata | ||
/.classpath | ||
/.project | ||
/eclipse | ||
|
||
# idea | ||
out | ||
*.ipr | ||
*.iws | ||
*.iml | ||
.idea | ||
|
||
# gradle | ||
build | ||
.gradle | ||
|
||
# other | ||
/bin | ||
logs | ||
crash-reports | ||
whitelist.json | ||
usercache.json | ||
usernamecache.json | ||
servers.dat | ||
server.properties | ||
options.txt | ||
ops.json | ||
Paulscode* | ||
banned-* | ||
CREDITS-fml.txt | ||
forge-*changelog.txt | ||
LICENSE-fml.txt | ||
MinecraftForge-*.txt | ||
README.txt | ||
/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#Sun Jun 26 18:37:28 CDT 2016 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
################################################# | ||
ForgeGradle 2.1-SNAPSHOT-da90449 | ||
https://github.com/MinecraftForge/ForgeGradle | ||
################################################# | ||
Powered by MCP unknown | ||
http://modcoderpack.com | ||
by: Searge, ProfMobius, Fesh0r, | ||
R4wk, ZeuX, IngisKahn, bspkrs | ||
################################################# | ||
:deobfCompileDummyTask | ||
:deobfProvidedDummyTask | ||
:sourceApiJava | ||
:compileApiJava UP-TO-DATE | ||
:processApiResources UP-TO-DATE | ||
:apiClasses UP-TO-DATE | ||
:sourceMainJava | ||
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7 | ||
Note: C:\Users\Jake\Desktop\Modding\Jake's Modding\Auto Pickup 1.9\build\sources\main\java\furgl\autoPickup\CommandBlacklist.java uses unchecked or unsafe operations. | ||
Note: Recompile with -Xlint:unchecked for details. | ||
1 warning | ||
|
||
:processResources | ||
:classes | ||
:jar | ||
:sourceTestJava | ||
:compileTestJava UP-TO-DATE | ||
:processTestResources UP-TO-DATE | ||
:testClasses UP-TO-DATE | ||
:test UP-TO-DATE | ||
:extractMcpData SKIPPED | ||
:extractMcpMappings SKIPPED | ||
:getVersionJson | ||
:extractUserdev UP-TO-DATE | ||
:genSrgs SKIPPED | ||
:reobfJar | ||
:extractRangemapReplacedMain | ||
C:\Users\Jake\Desktop\Modding\Jake's Modding\Auto Pickup 1.9\build\sources\main\java | ||
:retromapReplacedMain | ||
remapping source... | ||
:sourceJar | ||
:assemble | ||
:check UP-TO-DATE | ||
:build | ||
|
||
BUILD SUCCESSFUL | ||
|
||
Total time: 29.521 secs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>Auto Pickup 1.9</name> | ||
<comment/> | ||
<projects/> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments/> | ||
</buildCommand> | ||
</buildSpec> | ||
<linkedResources/> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
#Wed Aug 31 20:25:06 CDT 2016 | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.compliance=1.7 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.source=1.7 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/Auto Pickup 1.9"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="4"/> | ||
</listAttribute> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="GradleStart"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="[email protected] --password=0m8s07f3"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Auto Pickup 1.9"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DFORGE_FORCE_FRAME_RECALC=true"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:\Users\Jake\Desktop\Modding\Jake's Modding\Auto Pickup 1.9\run"/> | ||
</launchConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/Auto Pickup 1.9"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="4"/> | ||
</listAttribute> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="GradleStartServer"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Auto Pickup 1.9"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DFORGE_FORCE_FRAME_RECALC=true"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:\Users\Jake\Desktop\Modding\Jake's Modding\Auto Pickup 1.9\run"/> | ||
</launchConfiguration> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="GradleStart"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Tester 1.9"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DFORGE_FORCE_FRAME_RECALC=true"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:\Users\Jake\Desktop\Modding\Jake's Modding\Tester 1.9\run"/> | ||
</launchConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"><stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="GradleStartServer"/><stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Tester 1.9"/><stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:\Users\Jake\Desktop\Modding\Jake's Modding\Tester 1.9\run"/><stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value=" -DFORGE_FORCE_FRAME_RECALC=true"/></launchConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.87 KB
build/classes/main/furgl/autoPickup/event/EntityItemPickupEvents.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+764 Bytes
build/classes/main/furgl/autoPickup/event/PlaySoundAtEntityEvents.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"modid": "autopickup", | ||
"name": "AutoPickup", | ||
"description": "Allows items to be picked up automatically or blacklisted and never picked up.", | ||
"version": "2.0", | ||
"mcversion": "1.9", | ||
"url": "https://sites.google.com/site/furglsmods/auto-pickup", | ||
"updateUrl": "", | ||
"authorList": ["Furgl"], | ||
"credits": "2piradians - Testing", | ||
"logoFile": "/AutoPickup.png", | ||
"screenshots": [], | ||
"requiredMods": ["Forge"], | ||
"dependencies": [] | ||
} | ||
] |
Oops, something went wrong.