Skip to content

Commit

Permalink
Update AppliedE integration to 0.7.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed May 6, 2024
1 parent 12c890f commit cc8ce5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public MEGAEMCInterfaceBlockEntity(BlockEntityType<?> type, BlockPos pos, BlockS

@Override
protected EMCInterfaceLogic createLogic() {
return new EMCInterfaceLogic(getMainNode(), this, 18);
return new EMCInterfaceLogic(getMainNode(), this, getItemFromBlockEntity(), 18);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public MEGAEMCInterfacePart(IPartItem<?> partItem) {

@Override
protected EMCInterfaceLogic createLogic() {
return new EMCInterfaceLogic(getMainNode(), this, 18);
return new EMCInterfaceLogic(getMainNode(), this, getPartItem().asItem(), 18);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencyResolutionManagement {
library("mixinextras", "io.github.llamalad7", "mixinextras-forge").version("0.2.1")

// AppliedE
version("appliede", "0.6.2-beta")
version("appliede", "0.7.0-beta")
library("appliede", "maven.modrinth", "appliede").versionRef("appliede")
library("projecte", "curse.maven", "projecte-226410").version("4901949-api-4901951")

Expand Down

0 comments on commit cc8ce5d

Please sign in to comment.