Skip to content

Commit

Permalink
remove extra stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Furgl committed Sep 2, 2016
1 parent e5c2904 commit b0d46e8
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 186 deletions.
43 changes: 42 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
/bin/
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project

# idea
out
*.ipr
*.iws
*.iml
.idea

# gradle
build
.gradle

# other
eclipse
run
saves
screenshots
logs
config
crash-reports
world
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
14 changes: 0 additions & 14 deletions Auto Pickup 1.9_Client.launch

This file was deleted.

13 changes: 0 additions & 13 deletions Auto Pickup 1.9_Server.launch

This file was deleted.

7 changes: 0 additions & 7 deletions Tester 1.9_Client.launch

This file was deleted.

1 change: 0 additions & 1 deletion Tester 1.9_Server.launch

This file was deleted.

1 change: 0 additions & 1 deletion banned-ips.json

This file was deleted.

1 change: 0 additions & 1 deletion banned-players.json

This file was deleted.

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
}
}
apply plugin: 'net.minecraftforge.gradle.forge'
Expand All @@ -20,23 +20,23 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.9-2.0"
version = "1.10.2-2.1"
group= "furgl.autoPickup" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "AutoPickup"

sourceCompatibility = 1.7
targetCompatibility = 1.7

minecraft {
version = "1.9-12.16.1.1887"
version = "1.10.2-12.18.1.2011"
runDir = "run"

// the mappings can be changed at any time, and must be in the following format.
// snapshot_YYYYMMDD snapshot are built nightly.
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not allways work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20160312"
mappings = "snapshot_20160518"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}

Expand Down
1 change: 0 additions & 1 deletion ops.json

This file was deleted.

101 changes: 0 additions & 101 deletions options.txt

This file was deleted.

37 changes: 0 additions & 37 deletions server.properties

This file was deleted.

Binary file removed servers.dat
Binary file not shown.
1 change: 0 additions & 1 deletion usercache.json

This file was deleted.

3 changes: 0 additions & 3 deletions usernamecache.json

This file was deleted.

1 change: 0 additions & 1 deletion whitelist.json

This file was deleted.

0 comments on commit b0d46e8

Please sign in to comment.