mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
add missing method to baseblock
This commit is contained in:
parent
be8213d8ee
commit
1bc35eb59a
@ -299,4 +299,8 @@ public class BaseBlock implements BlockStateHolder<BaseBlock>, TileEntityBlock {
|
|||||||
return blockState.getAsString();
|
return blockState.getAsString();
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BlockState toBlockState() {
|
||||||
|
return blockState;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user