Skip to content

Commit

Permalink
Use default nbt when parsing blocks (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell authored Oct 24, 2024
1 parent fffa5a1 commit 65de364
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ private BaseBlock parseLogic(String input, ParserContext context) throws InputPa
if (state == null) {
throw new NoMatchException(Caption.of("fawe.error.invalid-block-type", TextComponent.of(input)));
}
nbt = state.getNbtData();
}
//FAWE end

Expand Down

0 comments on commit 65de364

Please sign in to comment.