Fix build

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2022-02-04 22:42:17 +01:00 committed by themode
parent 6a304969d4
commit 5da6ed4c6e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import java.util.function.Supplier;
public final class Registry {
@ApiStatus.Internal
public static BlockEntry block(String namespace, int stateId, @NotNull Properties main) {
return new BlockEntry(namespace, stateId, main);
return new BlockEntry(namespace, stateId, main, null);
}
@ApiStatus.Internal