Skip to content

Commit 4350ca5

Browse files
committed
Satisfy checkstyle
1 parent 1309b60 commit 4350ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/srendi/advancedperipherals/common/addons/botania/ManaFlowerIntegration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private boolean isOnSpecialSoil() {
4343
if (blockEntity.isFloating()) {
4444
return false;
4545
} else {
46-
return blockEntity.getLevel().getBlockState(blockEntity.getBlockPos().below()).is(BotaniaBlocks.enchantedSoil);
46+
return blockEntity.getLevel().getBlockState(blockEntity.getBlockPos().below()).is(BotaniaBlocks.enchantedSoil);
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)