mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-26 00:46:54 +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
|
||||
@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.
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user