diff --git a/kubejs/startup_scripts/tfg/blocks.crops.js b/kubejs/startup_scripts/tfg/blocks.crops.js index 66a9a90a2..e7ce1f93c 100644 --- a/kubejs/startup_scripts/tfg/blocks.crops.js +++ b/kubejs/startup_scripts/tfg/blocks.crops.js @@ -28,6 +28,7 @@ const registerTFGCrops = (event) => { .translationKey('block.tfg.sunflower_wild') .soundType('crop') .seeds('tfg:sunflower_seeds') + .food('tfg:sunflower_product') .hardness(0.2) .tagBoth('tfc:wild_crops') .tagItem('c:hidden_from_recipe_viewers') @@ -56,6 +57,7 @@ const registerTFGCrops = (event) => { .translationKey('block.tfg.rapeseed_wild') .soundType('crop') .seeds('tfg:rapeseed_seeds') + .food('tfg:rapeseed_product') .hardness(0.2) .tagBoth('tfc:wild_crops') .tagItem('c:hidden_from_recipe_viewers')