Skip to content

Commit

Permalink
Fix Thermal Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 11, 2025
1 parent 178f615 commit 3b139a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/mr208/ExpandedArmory/ExpandedArmory.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
acceptedMinecraftVersions = "@MC_RANGE@",
dependencies = "required-after:Forge;required-after:weaponmod@@BWM_VERSION_RANGE@;" +
"after:Botania;after:appliedenergistics2;after:Thaumcraft;after:simpleores;after:fusion;" +
"after:netherrocks;after:Steamcraft;after:Railcraft;after:etfuturum;after:netheriteplus")
"after:netherrocks;after:Steamcraft;after:Railcraft;after:etfuturum;after:netheriteplus;" +
"after:ThermalFoundation")
public class ExpandedArmory {

@Mod.Instance(MOD_ID)
Expand Down

0 comments on commit 3b139a0

Please sign in to comment.