some hasty refactoring

This commit is contained in:
Jesse Boyd
2018-08-28 02:56:28 +10:00
parent a61c856adc
commit abd886acd7
55 changed files with 1238 additions and 819 deletions

View File

@ -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);
}
}