mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Don't construct new BaseBlock
This commit is contained in:
@ -271,7 +271,7 @@ public class DefaultBlockParser extends InputParser<BaseBlock> {
|
||||
}
|
||||
}
|
||||
|
||||
if (nbt != null) return new BaseBlock(state, nbt);
|
||||
if (nbt != null) return state.toBaseBlock(nbt);
|
||||
|
||||
if (blockType == BlockTypes.SIGN || blockType == BlockTypes.WALL_SIGN) {
|
||||
// Allow special sign text syntax
|
||||
|
Reference in New Issue
Block a user