1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Make parameter name a bit nicer

Woops
This commit is contained in:
SquidDev 2019-11-23 11:17:03 +00:00
parent be6dd21e54
commit 0de75f05dd

View File

@ -55,7 +55,7 @@ public BlockRenderLayer getRenderLayer()
@Override @Override
@Deprecated @Deprecated
public boolean isSolid( BlockState p_200124_1_ ) public boolean isSolid( BlockState state )
{ {
// We override isSolid, as our overriding of getRenderLayer means that it would otherwise return false. // We override isSolid, as our overriding of getRenderLayer means that it would otherwise return false.
return true; return true;