Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Apr 2, 2024
1 parent dfc1f10 commit d9b9f36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public EntityType<T> build() {
}

@Inject(method = "build", at = @At("RETURN"))
public void build(String id, CallbackInfoReturnable<EntityType<T>> cir) {
private void applyChildBuilders(String id, CallbackInfoReturnable<EntityType<T>> cir) {
if (!(cir.getReturnValue() instanceof FabricEntityTypeImpl entityType)) {
throw new IllegalStateException();
}
Expand Down

0 comments on commit d9b9f36

Please sign in to comment.