mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-07 17:03:00 +00:00
Make parameter name a bit nicer
Woops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user