diff --git a/src/main/java/exopandora/worldhandler/builder/types/BlockResourceLocation.java b/src/main/java/exopandora/worldhandler/builder/types/BlockResourceLocation.java index 98e5d42..6483527 100644 --- a/src/main/java/exopandora/worldhandler/builder/types/BlockResourceLocation.java +++ b/src/main/java/exopandora/worldhandler/builder/types/BlockResourceLocation.java @@ -65,6 +65,7 @@ public class BlockResourceLocation extends ItemResourceLocation this.state = this.findState(null, resource); } + @Nullable public BlockState getState() { return this.state;