Skip to content

Commit

Permalink
update storagedrawers jar name prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-159 committed May 2, 2024
1 parent f1f7086 commit bd2e5b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public enum TargetedMod implements ITargetedMod {
MARICULTURE ("Mariculture" , false , startsWith("mariculture")),
NATURA ("Natura" , false , startsWith("natura-")),
NOTENOUGHITEMS ("NotEnoughItems" , true , startsWith("notenoughitems")),
STORAGEDRAWERS ("StorageDrawers" , false , startsWith("storagedrawers-1.7.10")),
STORAGEDRAWERS ("StorageDrawers" , false , startsWith("storagedrawers-")),
RAILCRAFT ("Railcraft" , false , startsWith("railcraft-")),
TECTECH ("TecTech" , false , startsWith("tectech").or(startsWith("tec-tech"))),
THAUMCRAFT ("Thaumcraft" , false , startsWith("thaumcraft-")),
Expand Down

0 comments on commit bd2e5b3

Please sign in to comment.