mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-10 01:37:37 +00:00
Use default nbt when parsing blocks (#2945)
This commit is contained in:
parent
fffa5a12ab
commit
65de3642d6
@ -465,6 +465,7 @@ public class DefaultBlockParser extends InputParser<BaseBlock> {
|
||||
if (state == null) {
|
||||
throw new NoMatchException(Caption.of("fawe.error.invalid-block-type", TextComponent.of(input)));
|
||||
}
|
||||
nbt = state.getNbtData();
|
||||
}
|
||||
//FAWE end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user