I'm trying to create a quarry tile entity and I keep getting an error under ::new from this code
public static final RegistryObject<TileEntityType<QuarryTileEntity>> QUARRY = TILE_ENTITY_TYPES.register("quarry", () -> TileEntityType.Builder.create(QuarryTileEntity::new, ModBlocks.QUARRY).build(null));
I get error on underlined new
2 replies
Important Information
By using this site, you agree to our Terms of Use.