mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-08 01:12:59 +00:00
Use correct render type for turtles
This fixes them not rendering particles when broken. Particle rendering is a little janky right now, as it uses the whole texture - we should probably split up the texture into smaller images. Fixes #315
This commit is contained in:
@@ -58,7 +58,7 @@ public class BlockTurtle extends BlockComputerBase
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public EnumBlockRenderType getRenderType( IBlockState state )
|
public EnumBlockRenderType getRenderType( IBlockState state )
|
||||||
{
|
{
|
||||||
return EnumBlockRenderType.INVISIBLE;
|
return EnumBlockRenderType.ENTITYBLOCK_ANIMATED;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user