Skip to content

Commit

Permalink
Powering a Hopper Botany Pot will now cause the pot to stop growing t…
Browse files Browse the repository at this point in the history
…he crop.
  • Loading branch information
Darkhax committed Feb 19, 2020
1 parent 9dba80b commit b40ade0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public void onTileTick () {
}

// It's not done growing
else {
else if (!this.world.isBlockPowered(this.pos)) {

this.currentGrowthTicks++;
}
Expand Down

0 comments on commit b40ade0

Please sign in to comment.