Skip to content

Commit

Permalink
Fix typo (#3910)
Browse files Browse the repository at this point in the history
Co-authored-by: Maya <[email protected]>
  • Loading branch information
StaffiX and serenibyss authored Feb 7, 2025
1 parent 67b5824 commit cb7a1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ private static void generateEtFuturumRequiemTrees() {
GTModHandler.getModItem(Mods.BiomesOPlenty.ID, "plants", 1, 15));

MTETreeFarm.registerTreeProducts( // Twisting Vines
GTModHandler.getModItem(Mods.EtFuturumRequiem.ID, "twisting_vines>", 1, 0),
GTModHandler.getModItem(Mods.EtFuturumRequiem.ID, "twisting_vines", 1, 0),
null,
GTModHandler.getModItem(Mods.EtFuturumRequiem.ID, "nether_sprouts", 1, 0),
GTModHandler.getModItem(Mods.EtFuturumRequiem.ID, "nether_roots", 1, 1));
Expand Down

0 comments on commit cb7a1dd

Please sign in to comment.