mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Allow ^
mask to be used between blocks that may have different properties, only keeping the shared properties
Fixes #1092
This commit is contained in:
@ -308,7 +308,7 @@ public class BlockState implements BlockStateHolder<BlockState>, Pattern {
|
||||
newState = newState.with(key, other.getState(key));
|
||||
}
|
||||
}
|
||||
return this;
|
||||
return newState;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user