We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5263ede + 4350ca5 commit 1a692dbCopy full SHA for 1a692db
src/main/java/de/srendi/advancedperipherals/common/addons/botania/ManaFlowerIntegration.java
@@ -43,7 +43,7 @@ private boolean isOnSpecialSoil() {
43
if (blockEntity.isFloating()) {
44
return false;
45
} else {
46
- return blockEntity.getLevel().getBlockState(blockEntity.getBlockPos().below()).is(BotaniaBlocks.enchantedSoil);
+ return blockEntity.getLevel().getBlockState(blockEntity.getBlockPos().below()).is(BotaniaBlocks.enchantedSoil);
47
}
48
49
0 commit comments