Skip to content

Commit

Permalink
Allow GooSoil to force grow netherwart
Browse files Browse the repository at this point in the history
  • Loading branch information
Direwolf20-MC committed Sep 26, 2024
1 parent 5b7372e commit d62af06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static void bonemealMe(ServerLevel pLevel, BlockPos pPos) {
if (k < 7) {
crop1 = crop.setValue(StemBlock.AGE, k + 1);
}
} else if (crop.is(Blocks.SWEET_BERRY_BUSH)) {
} else if (crop.is(Blocks.SWEET_BERRY_BUSH) || crop.is(Blocks.NETHER_WART)) {
int j = crop.getValue(SweetBerryBushBlock.AGE);
if (j < 3) {
crop1 = crop.setValue(SweetBerryBushBlock.AGE, j + 1);
Expand Down

0 comments on commit d62af06

Please sign in to comment.