Posted May 4, 20214 yr Type mismatch: cannot convert from EntityType.Builder<PartymiteEntity> to I I get that error when registering entities private static final DeferredRegister<EntityType<?>> MOBS = DeferredRegister.create(ForgeRegistries.ENTITIES, Main.MODID); public static final RegistryObject<EntityType<PartymiteEntity>> MITE = MOBS.register("partymite", () -> EntityType.Builder.<PartymiteEntity>of(PartymiteEntity::new, EntityClassification.CREATURE)));
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.