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

Can't craft Obsidian #14

Open
ghost opened this issue Jun 19, 2018 · 3 comments
Open

Can't craft Obsidian #14

ghost opened this issue Jun 19, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 19, 2018

eFab 0.0.37
Using the out-of-the-box eFab settings, I've tried rearranging, etc. Even when I can get the Start button to appear (instead of the ERROR message showing the gearbox-rf bug), I can't get the crafting process to start. It clicks and has no effect in-game. It does however fill the log with this message over and over (sorry, I don't know a way to collapse it or anything):

[17:13:02] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.AbstractMethodError: Method mcjty/efab/blocks/rfcontrol/RfControlTE.getEnergyStored(Lnet/minecraft/util/EnumFacing;)I is abstract
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_171]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_171]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
Caused by: java.lang.AbstractMethodError: Method mcjty/efab/blocks/rfcontrol/RfControlTE.getEnergyStored(Lnet/minecraft/util/EnumFacing;)I is abstract
at mcjty.efab.blocks.rfcontrol.RfControlTE.getEnergyStored(RfControlTE.java) ~[RfControlTE.class:?]
at mcjty.efab.blocks.grid.GridTE.getErrorsForOutput(GridTE.java:1164) ~[GridTE.class:?]
at mcjty.efab.blocks.grid.GridTE.getErrorState(GridTE.java:1123) ~[GridTE.class:?]
at mcjty.efab.network.PacketReturnGridStatus.(PacketReturnGridStatus.java:78) ~[PacketReturnGridStatus.class:?]
at mcjty.efab.network.PacketGetGridStatus$Handler.handle(PacketGetGridStatus.java:47) ~[PacketGetGridStatus$Handler.class:?]
at mcjty.efab.network.PacketGetGridStatus$Handler.lambda$onMessage$0(PacketGetGridStatus.java:38) ~[PacketGetGridStatus$Handler.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_171]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_171]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
... 5 more

@McJty
Copy link
Collaborator

McJty commented Jun 20, 2018

I need more info. What mod versions (EFab/McJtyLib/...)?

@ghost
Copy link
Author

ghost commented Jun 20, 2018

Sorry, eFab 0.0.37, McJtyLib 3.0.1, MC 1.12
Removing the RF requirement allowed the recipe to proceed. And I was having issues with getting the multiblock to connect through the RF blocks.
Also, the only RF provider I have in the pack right now is the methane generator from Hatchery (2.1.2). I've been crazy busy the last couple of days, but I'll see if I can try to reproduce in a more controlled environment (short mod list) after work.

Oh, and Forge 2707

@ghost
Copy link
Author

ghost commented Jun 20, 2018

Got a few minutes this morning.
MC 1.12
Forge 14.23.4.2707
eFab 0.0.37
Hatchery 2.1.2
JEI 4.10.0.199
McJtyLib 3.0.1

Go into creative.
Place down a basic eFab setup.
Try the Obsidian recipe.
The button says start, not error. It responds to a click, but does nothing.

I then added two more sets of RF cells and controllers (with a gen each since power doesn't seem to be shared across the multi-block) for a total of 3 of each. No change.

2018-06-20_07 23 44

I then installed Simple Generators 2.0.11a and replaced the methane with Nether Generators (with nether stars). No change.

Lastly, I removed Hatchery entirely. No change.
I also added in another cell/controller combo (4 of each now) with generators so each RF deice was connected to a generator running at 160 RF/t.

I hope this helps.

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

1 participant