mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-13 02:18:34 +00:00
some hasty refactoring
This commit is contained in:
@ -240,7 +240,7 @@ public class DefaultBlockParser extends InputParser<BlockStateHolder> {
|
||||
if (nbt == null) nbt = state.getNbtData();
|
||||
|
||||
if (stateString != null) {
|
||||
state = BlockState.get(state.getBlockType(), "[" + stateString + "]", state.getInternalPropertiesId());
|
||||
state = BlockState.get(state.getBlockType(), "[" + stateString + "]", state);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user