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.
1 parent 1309b60 commit 4350ca5Copy full SHA for 4350ca5
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