Small fixes

This commit is contained in:
paulevsGitch 2021-07-11 23:12:22 +03:00
parent eeb05a7797
commit 5341daf326
2 changed files with 3 additions and 3 deletions

View file

@ -27,6 +27,6 @@ public class LucerniaSaplingBlock extends PottableFeatureSapling {
@Override
public boolean canPlantOn(Block block) {
return false;
return block == EndBlocks.RUTISCUS;
}
}