mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
Fixed the herbivorous absorber range being wrong in the magnifier
Closes #129
This commit is contained in:
parent
b9baa77f56
commit
d1e445e54d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class BlockFlowerGenerator extends BlockContainerImpl implements IVisuali
|
||||||
@Override
|
@Override
|
||||||
@OnlyIn(Dist.CLIENT)
|
@OnlyIn(Dist.CLIENT)
|
||||||
public AxisAlignedBB getVisualizationBounds(World world, BlockPos pos) {
|
public AxisAlignedBB getVisualizationBounds(World world, BlockPos pos) {
|
||||||
return new AxisAlignedBB(pos).grow(3);
|
return new AxisAlignedBB(pos).grow(3, 1, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue