Fixes
This commit is contained in:
parent
b47607cb6a
commit
d2148baf66
5 changed files with 52 additions and 26 deletions
|
@ -139,7 +139,7 @@ public class MossyGlowshroomFeature extends DefaultFeature {
|
|||
}
|
||||
}
|
||||
|
||||
if (info.getStateDown() == AIR) {
|
||||
if (info.getStateDown().getBlock() != BlockRegistry.MOSSY_GLOWSHROOM_HYMENOPHORE) {
|
||||
info.setBlockPos(info.getPos().down(), BlockRegistry.MOSSY_GLOWSHROOM_FUR.getDefaultState().with(BlockGlowingFur.FACING, Direction.DOWN));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue