Skip to content

Commit

Permalink
Bump version to 1.1.0 and stop overriding removed DT method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Harleyoc1 committed Oct 23, 2020
1 parent 1c124de commit 242cf9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ minecraft {
}

dependencies {
compile files('libs/DynamicTrees-1.12.2-0.9.10.jar')
compile files('libs/DynamicTrees-1.12.2-0.9.18.jar')
compile files('libs/NaturesAura-18.1.jar')

// compile 'mcp.mobius.waila:Hwyla:1.8.26-B41_1.12.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod_name=DynamicTreesNaturesAura
mod_version=1.0.2
mod_version=1.1.0
package_group=com.harleyoconnor.dynamictreesnaturesaura

mc_version=1.12.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ public boolean isThick() {
return true;
}

@Override
public boolean autoCreateBranch() {
return true;
}

@Override
public BlockSurfaceRoot getSurfaceRoots() {
return ModContent.ancientRoot;
Expand Down

0 comments on commit 242cf9b

Please sign in to comment.