generator.registerCrop(crop);
}
}
private static void createCropItems() {
ItemCustomCrop item = new ItemCustomCrop();
Stuff.crop = Optional.of(item);
GameRegistry.registerItem(item, "extrabiomes.crop", Reference.MOD_ID);
for (ItemCustomCrop.CropType type : ItemCustomCrop.CropType.values()) {
final Element element;