Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with newer ptae2 versions #32

Closed
Srdjan-V opened this issue Nov 17, 2022 · 1 comment
Closed

Incompatibility with newer ptae2 versions #32

Srdjan-V opened this issue Nov 17, 2022 · 1 comment

Comments

@Srdjan-V
Copy link

The pattern terminal is no longer functioning, this is the commit that introduced this Incompatibility

Log:

java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: appeng.container.implementations.ContainerPatternTerm.getPatternTerminal()Lappeng/parts/reporting/PartPatternTerminal;
    at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    at net.minecraft.util.Util.runTask(SourceFile:531)
    at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:723)
    at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:750)
Caused by: java.lang.NoSuchMethodError: appeng.container.implementations.ContainerPatternTerm.getPatternTerminal()Lappeng/parts/reporting/PartPatternTerminal;
    at com.github.vfyjxf.nee.network.packet.PacketRecipeTransfer.lambda$onMessage$0(PacketRecipeTransfer.java:84)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at net.minecraft.util.Util.runTask(SourceFile:529)
    ... 5 more

AE2 version: v0.54.11

NEE version: v1.2.4

@vfyjxf
Copy link
Owner

vfyjxf commented Nov 20, 2022

fix by #33.

@vfyjxf vfyjxf closed this as completed Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants