mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
add missing method to baseblock
This commit is contained in:
@ -299,4 +299,8 @@ public class BaseBlock implements BlockStateHolder<BaseBlock>, TileEntityBlock {
|
||||
return blockState.getAsString();
|
||||
// }
|
||||
}
|
||||
|
||||
public BlockState toBlockState() {
|
||||
return blockState;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user