mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4
This commit is contained in:
commit
18f7091c72
@ -122,6 +122,7 @@ trait Rotatable extends RotationAware with internal.Rotatable {
|
||||
def setState(newState: IBlockState): Boolean = {
|
||||
if (oldState.hashCode() != newState.hashCode()) {
|
||||
world.setBlockState(getPos, newState)
|
||||
updateTranslation()
|
||||
true
|
||||
}
|
||||
else false
|
||||
|
Loading…
x
Reference in New Issue
Block a user