Forgot a Core File to update for MFFS?(DW20 1.0.13)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

XenoniX

New Member
Jul 29, 2019
16
0
0
When my friend tried the *Fixed* coercion drive in single player he crashed.
By updating Universal Electricity to the latest version everything works fine.
Maybe inculde that in the pack for DW20?
 

Ashnoom

New Member
Jul 29, 2019
5
0
0
I second this problem (I happen to be 'that friend').

Attached is a crashlog:

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 1/30/14 9:04 PM
Description: Exception in server tick loop

java.lang.NoSuchMethodError: universalelectricity.api.energy.EnergyStorageHandler: method <init>()V not found
at mffs.tile.TileCoercionDeriver.<init>(TileCoercionDeriver.java:51)
at mffs.block.BlockCoercionDeriver.func_72274_a(BlockCoercionDeriver.java:19)
at net.minecraft.block.Block.createTileEntity(Block.java:1794)
at net.minecraft.world.chunk.Chunk.func_76597_e(Chunk.java:991)
at net.minecraft.world.chunk.Chunk.func_76592_a(Chunk.java:763)
at net.minecraft.world.World.func_72832_d(World.java:559)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:241)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:119)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:153)
at net.minecraft.item.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:434)
at net.minecraft.network.NetServerHandler.func_72472_a(NetServerHandler.java:556)
at net.minecraft.network.packet.Packet15Place.func_73279_a(SourceFile:58)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

This happens directly after placing the coercion deriver. The projector/capacitor do not crash. After placing the coercion deriver the map/world becomes unloadable as it crashes on startup.
Crash happens both in client and server.