Skip to content

Commit

Permalink
Update to 1.22.1
Browse files Browse the repository at this point in the history
-Fixes a bug with an attribute on battleaxes
-Now the minimum version required for the mod to run
  • Loading branch information
IcarussOne committed Aug 6, 2024
1 parent d95a055 commit 8d99258
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- None yet! :)
___
### **Supported Mods:** ###
- **Galacticraft:**
- **Galacticraft Legacy:**
- Desh
- Heavy Duty
- Titanium
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
}

// Balkon's WeaponMod Legacy
implementation rfg.deobf('curse.maven:balkons-weaponmod-legacy-1033985:5587414')
implementation rfg.deobf('curse.maven:balkons-weaponmod-legacy-1033985:5600030')
// Galacticraft Legacy
implementation rfg.deobf('curse.maven:galacticraft-legacy-564236:4671122')
// IC2 Classic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class BalkonsExpansion {
public static final String NAME = "Balkon's Expansion";
public static final String VERSION = Tags.VERSION;
public static final String ACCEPTED_VERSIONS = "[1.12.2]";
public static final String DEPENDENCIES = "required-after:weaponmod@[1.22.0,);after:galacticraftcore;after:galacticraftplanets;after:ic2-classic-spmod;after:mocreatures@[12.4.3,);after:railcraft;"
public static final String DEPENDENCIES = "required-after:weaponmod@[1.22.1,);after:galacticraftcore;after:galacticraftplanets;after:ic2-classic-spmod;after:mocreatures@[12.4.3,);after:railcraft;"
+ "after:projectred-exploration;after:thaumcraft@[1.12.2-6.1.BETA26,);";
public static final Logger LOGGER = LogManager.getLogger(NAME);

Expand Down

0 comments on commit 8d99258

Please sign in to comment.