
Crash with Forge 92+ Minecraft 1.14.4
Malrama opened this issue ยท 9 comments
Hello :)
Forge changed a name of a function in version 92 of forge for 1.4.14 thus making the mod crash. Here is the log:
`---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 9/8/19 4:33 PM
Description: Exception in server tick loop
java.lang.NoSuchMethodError: net.minecraft.entity.player.ServerPlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
at its_meow.quickhomes.QuickHomesMod.lambda$onServerStarting$3(QuickHomesMod.java:67) ~[?:1.14.4-1.2.4.1] {}
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) ~[brigadier-1.0.17.jar:?] {}
at net.minecraft.command.Commands.func_197059_a(Commands.java:194) ~[?:?] {}
at net.minecraft.network.play.ServerPlayNetHandler.func_147361_d(ServerPlayNetHandler.java:981) ~[?:?] {xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer}
at net.minecraft.network.play.ServerPlayNetHandler.func_147354_a(ServerPlayNetHandler.java:964) ~[?:?] {xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer}
at net.minecraft.network.play.client.CChatMessagePacket.func_148833_a(SourceFile:37) ~[?:?] {}
at net.minecraft.network.play.client.CChatMessagePacket.func_148833_a(SourceFile:9) ~[?:?] {}
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {}
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:679) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:626) [?:?] {pl:accesstransformer:B}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_221] {}
I hope this is helpfull for you and hope for a fix :)`
Currently delaying this due to possible change required MinecraftForge/MinecraftForge#6131
that would mean we would have to disable at lease 50 other mods which require forge 28.0.105
@itsmeow Forge fixed your bugreport about the wrong spelled function in version 28.1.0. I would really appriciate an update so I can use your awesome mod in 1.14.4 <3