Small fixes
This commit is contained in:
parent
eeb05a7797
commit
5341daf326
2 changed files with 3 additions and 3 deletions
|
@ -27,6 +27,6 @@ public class LucerniaSaplingBlock extends PottableFeatureSapling {
|
|||
|
||||
@Override
|
||||
public boolean canPlantOn(Block block) {
|
||||
return false;
|
||||
return block == EndBlocks.RUTISCUS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue