mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-09 15:40:05 +00:00
Make parameter name a bit nicer
Woops
This commit is contained in:
parent
be6dd21e54
commit
0de75f05dd
@ -55,7 +55,7 @@ public class BlockMonitor extends BlockGeneric
|
|||||||
|
|
||||||
@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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user