Skip to content

Commit

Permalink
Updated to latest AE2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroksl committed Feb 23, 2025
1 parent 19fda2d commit 429d865
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
- Fixed crash that could happen when inserting items with custom models in the reaction chamber
- Added missing tags (#106)
- Removed range requirement for the pick craft upgrade card (#112)
- Fixed Throughput monitor always default to "per-second" on game restart (#113)
- Fixed a crash that could happen when handling events (#118)
- Updated to latest AE2
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ repositories {

dependencies {
implementation "curse.maven:glodium-957920:5614731"
implementation "org.appliedenergistics:appliedenergistics2:19.2.3-beta"
implementation "curse.maven:applied-energistics-2-223794:6225422"
//implementation "org.appliedenergistics:appliedenergistics2:19.2.4-beta"
implementation "curse.maven:ex-pattern-provider-892005:6138925"
implementation "de.mari_023:ae2wtlib_api:19.1.7"
implementation "software.bernie.geckolib:geckolib-neoforge-${minecraft_version}:${geckolib_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ loader_version_range=[4,)
mod_id=advanced_ae
mod_name=Advanced AE
mod_license=LGPL-3.0
mod_version=1.2.4-1.21.1
mod_version=1.2.5-1.21.1
mod_group_id=net.pedroksl.advanced_ae
mod_authors=Pedroksl
mod_description=An AE2 addon that adds a lot of utilities and quality of life.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void onBroadcastChanges(CallbackInfo ci) {
advancedAE$create(this.incrementalUpdateHelper, this.advancedAE$advCpu.craftingLogic);
this.incrementalUpdateHelper.commitChanges();

sendPacketToClient(new CraftingStatusPacket(status));
sendPacketToClient(new CraftingStatusPacket(containerId, status));
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ side="BOTH"
[[dependencies.${mod_id}]]
modId="ae2"
type="required"
versionRange="[19.2.0-beta,)"
versionRange="[19.2.4-beta,)"
ordering="AFTER"
side="BOTH"
[[dependencies.${mod_id}]]
Expand Down

0 comments on commit 429d865

Please sign in to comment.