Skip to content

Commit

Permalink
Add fertiliser upgrade. Add collect harvesting option. Fix: Waterlogg…
Browse files Browse the repository at this point in the history
…ed blocks now hydrate farmland.
  • Loading branch information
Torm committed May 6, 2020
1 parent 983daa0 commit cce6599
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 505 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'no.hyp'
version '1.1.2'
version '1.2.0'

sourceCompatibility = 1.8

Expand All @@ -15,4 +15,5 @@ repositories {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
testCompile group: 'junit', name: 'junit', version: '4.12'
implementation 'org.jetbrains:annotations:15.0'
}
24 changes: 0 additions & 24 deletions src/main/java/no/hyp/farmingupgrade/CropType.java

This file was deleted.

Loading

0 comments on commit cce6599

Please sign in to comment.