@@ -80,7 +80,7 @@ private static void generateVanillaTrees() {
80
80
new ItemStack (Blocks .sapling , 1 , 5 ),
81
81
new ItemStack (Blocks .log2 , 1 , 1 ),
82
82
new ItemStack (Blocks .leaves2 , 1 , 1 ),
83
- null );
83
+ new ItemStack ( Items . apple , 1 , 0 ) );
84
84
85
85
GregtechMetaTileEntityTreeFarm .registerTreeProducts ( // Brown Mushroom
86
86
new ItemStack (Blocks .brown_mushroom , 1 , 0 ),
@@ -255,7 +255,7 @@ private static void generateNaturaTrees() {
255
255
GT_ModHandler .getModItem (Mods .Natura .ID , "florasapling" , 1 , 5 ),
256
256
GT_ModHandler .getModItem (Mods .Natura .ID , "bloodwood" , 1 , 0 ),
257
257
GT_ModHandler .getModItem (Mods .Natura .ID , "floraleavesnocolor" , 1 , 2 ),
258
- null );
258
+ new ItemStack ( Items . redstone , 1 , 0 ) );
259
259
260
260
GregtechMetaTileEntityTreeFarm .registerTreeProducts ( // Darkwood
261
261
GT_ModHandler .getModItem (Mods .Natura .ID , "florasapling" , 1 , 6 ),
@@ -401,7 +401,7 @@ private static void generateBOPTrees() {
401
401
GT_ModHandler .getModItem (Mods .BiomesOPlenty .ID , "saplings" , 1 , 13 ),
402
402
GT_ModHandler .getModItem (Mods .BiomesOPlenty .ID , "logs4" , 1 , 1 ),
403
403
GT_ModHandler .getModItem (Mods .BiomesOPlenty .ID , "leaves4" , 1 , 0 ),
404
- null );
404
+ GT_ModHandler . getModItem ( Mods . BiomesOPlenty . ID , "food" , 1 , 8 ) );
405
405
406
406
GregtechMetaTileEntityTreeFarm .registerTreeProducts ( // Jacaranda
407
407
GT_ModHandler .getModItem (Mods .BiomesOPlenty .ID , "saplings" , 1 , 14 ),
0 commit comments