Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Fix barnarda c in tgs (again) (#859)
Browse files Browse the repository at this point in the history
fix barnarda c in tgs (again)
  • Loading branch information
chochem committed Mar 24, 2024
1 parent e44ae10 commit 015dec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ private static void generateTwilightForestTrees() {

private static void generateGalaxySpaceTrees() {
GregtechMetaTileEntityTreeFarm.registerTreeProducts( // Barnarda C
GT_ModHandler.getModItem(Mods.GalaxySpace.ID, "barnardaCsapling", 1, 0),
GT_ModHandler.getModItem(Mods.GalaxySpace.ID, "barnardaCsapling", 1, 1),
GT_ModHandler.getModItem(Mods.GalaxySpace.ID, "barnardaClog", 1, 0),
GT_ModHandler.getModItem(Mods.GalaxySpace.ID, "barnardaCleaves", 1, 0),
null);
Expand Down

0 comments on commit 015dec0

Please sign in to comment.