Skip to content

Commit

Permalink
1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Furgl committed Sep 2, 2016
1 parent f212475 commit d6b9e0b
Show file tree
Hide file tree
Showing 39 changed files with 30,583 additions and 40,387 deletions.
107 changes: 54 additions & 53 deletions .classpath

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .gradle/2.7/taskArtifacts/cache.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#Sun Jun 26 18:37:28 CDT 2016
#Thu Sep 01 12:09:39 CDT 2016
Binary file modified .gradle/2.7/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file modified .gradle/2.7/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/2.7/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file modified .gradle/2.7/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file modified .gradle/2.7/taskArtifacts/taskArtifacts.bin
Binary file not shown.
10 changes: 6 additions & 4 deletions .gradle/gradle.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This mapping 'snapshot_20160518' was designed for MC 1.9.4! Use at your own peril.This mapping 'snapshot_20160518' was designed for MC 1.9.4! Use at your own peril.

#################################################
ForgeGradle 2.1-SNAPSHOT-da90449
ForgeGradle 2.2-SNAPSHOT-c438b06
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP unknown
Expand All @@ -13,7 +15,7 @@
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:sourceMainJava
:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
1 warning

Expand All @@ -32,7 +34,7 @@
:genSrgs SKIPPED
:reobfJar
:extractRangemapReplacedMain
C:\Users\Jake\Desktop\Modding\Jake's Modding\Improved Hoes 1.9\build\sources\main\java
C:\Users\Jake\Desktop\Modding\Jake's Modding\Improved Hoes 1.10.2\build\sources\main\java
:retromapReplacedMain
remapping source...
:sourceJar
Expand All @@ -42,4 +44,4 @@ remapping source...

BUILD SUCCESSFUL

Total time: 17.335 secs
Total time: 1 mins 27.92 secs
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Tester 1.9</name>
<name>Improved Hoes 1.10.2</name>
<comment/>
<projects/>
<natures>
Expand Down
8 changes: 4 additions & 4 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
#Sun Jun 26 18:43:23 CDT 2016
#Thu Sep 01 18:37:24 CDT 2016
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.compliance=1.6
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.6
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.6
org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
9 changes: 9 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [The MIT License (MIT)](https://sites.google.com/site/furglsmods/licensing)

Copyright (c) 2016 Jake Pollard

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# [ImprovedHoes](https://sites.google.com/site/furglsmods/improved-hoes)
Improved Hoes makes farming with hoes much quicker and easier. Each type of hoe has a specific range of blocks that it can work with. Within this range, the hoe can till land, harvest crops, or harvest and replant crops. Shifting while using the hoe will operate the hoe normally. Other Vanilla-like hoes from mods can have the same effects when added in the config.
Binary file modified bin/furgl/improvedHoes/UseHoeEvents.class
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "ImprovedHoes",
"description": "Improved Hoes makes farming with hoes much quicker and easier. Each type of hoe has a specific range of blocks that it can work with. Within this range, the hoe can till land, harvest crops, or harvest and replant crops. Shifting while using the hoe will operate the hoe normally.",
"version": "1.1",
"mcversion": "1.9",
"mcversion": "1.9.4",
"url": "https://sites.google.com/site/furglsmods/improved-hoes",
"updateUrl": "",
"authorList": ["Furgl"],
Expand Down
9 changes: 4 additions & 5 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,24 +20,23 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.9-1.1"
version = "1.10.2-1.1"
group= "furgl.improvedHoes" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ImprovedHoes"

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
Binary file modified build/classes/main/furgl/improvedHoes/UseHoeEvents.class
Binary file not shown.
Binary file removed build/libs/ImprovedHoes-1.9-1.1-sources.jar
Binary file not shown.
Binary file removed build/libs/ImprovedHoes-1.9-1.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion build/resources/main/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "ImprovedHoes",
"description": "Improved Hoes makes farming with hoes much quicker and easier. Each type of hoe has a specific range of blocks that it can work with. Within this range, the hoe can till land, harvest crops, or harvest and replant crops. Shifting while using the hoe will operate the hoe normally.",
"version": "1.1",
"mcversion": "1.9",
"mcversion": "1.9.4",
"url": "https://sites.google.com/site/furglsmods/improved-hoes",
"updateUrl": "",
"authorList": ["Furgl"],
Expand Down
Loading

0 comments on commit d6b9e0b

Please sign in to comment.