Git Product home page Git Product logo

forgivingvoid's People

Contributors

blaytheninth avatar github-actions[bot] avatar zeedif avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

forgivingvoid's Issues

[Enhancement] Remove the cap for damage on fall in the config

There's this restriction in the config for the damage that doesn't allow more than 20 health of damage. https://github.com/blay09/ForgivingVoid/blob/1.12/src/main/java/net/blay09/mods/forgivingvoid/ModConfig.java#L12
This should be changed since mods that increase health exist and I would always like to leave the player with half a heart no matter what his maximum health is. With the actual config if the player has more than 10 hearts there's no way to give him damage down to half a heart.

[1.14.4] NoSuchMethodError, PlayerEntity.getEntityData()

Hey Blay09,

When connecting to the server the following internal server error is thrown:

Versions:
minecraft_server.1.14.4.jar
forge-1.14.4-28.1.1.jar
ForgivingVoid_1.14.4-3.0.6.jar

https://i.imgur.com/6r7gLAZ.png

14:57:35 [INFO] [minecraft/DedicatedServer] Wynadorn joined the game
14:57:35 [Netty Server IO #1/ERROR] [minecraft/ArgumentTypes] Could not serialize net.minecraftforge.server.command.ModIdArgument@7813f8a4 (class net.minecraftforge.server.command.ModIdArgument) - will not be sent to client!
14:57:35 [Netty Server IO #1/ERROR] [minecraft/ArgumentTypes] Could not serialize net.minecraftforge.server.command.EnumArgument@58e8c2a7 (class net.minecraftforge.server.command.EnumArgument) - will not be sent to client!
14:57:35 [ERROR] [ne.mi.ev.EventBus/EVENTBUS] Exception caught during firing event: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 Index: 1
14:57:35 Listeners:
14:57:35 0: NORMAL
14:57:35 1: ASM: class net.blay09.mods.forgivingvoid.ForgivingVoid onPlayerTick(Lnet/minecraftforge/event/TickEvent$PlayerTickEvent;)V
14:57:35 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54)
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
14:57:35 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
14:57:35 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84)
14:57:35 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205)
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
14:57:35 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
14:57:35 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
14:57:35 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
14:57:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
14:57:35 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
14:57:35 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
14:57:35 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
14:57:35 at java.lang.Thread.run(Thread.java:748)
14:57:35 [WARN] [minecraft/NetworkSystem] Failed to handle packet for /127.0.0.1:57489
14:57:35 net.minecraft.crash.ReportedException: Ticking player
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:428) ~[?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?] {pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) [?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}
14:57:35 Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54) ~[?:3.0.6] {}
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
14:57:35 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
14:57:35 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84) ~[?:?] {}
14:57:35 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
14:57:35 ... 8 more
14:57:35 [ERROR] [ne.mi.ev.EventBus/EVENTBUS] Exception caught during firing event: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 Index: 1
14:57:35 Listeners:
14:57:35 0: NORMAL
14:57:35 1: ASM: class net.blay09.mods.forgivingvoid.ForgivingVoid onPlayerTick(Lnet/minecraftforge/event/TickEvent$PlayerTickEvent;)V
14:57:35 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54)
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
14:57:35 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
14:57:35 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84)
14:57:35 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205)
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
14:57:35 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
14:57:35 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
14:57:35 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
14:57:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
14:57:35 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
14:57:35 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
14:57:35 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
14:57:35 at java.lang.Thread.run(Thread.java:748)
14:57:35 [WARN] [minecraft/NetworkSystem] Failed to handle packet for /127.0.0.1:57489
14:57:35 net.minecraft.crash.ReportedException: Ticking player
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:428) ~[?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?] {pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) [?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}
14:57:35 Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54) ~[?:3.0.6] {}
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
14:57:35 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
14:57:35 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84) ~[?:?] {}
14:57:35 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
14:57:35 ... 8 more
14:57:35 [ERROR] [ne.mi.ev.EventBus/EVENTBUS] Exception caught during firing event: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 Index: 1
14:57:35 Listeners:
14:57:35 0: NORMAL
14:57:35 1: ASM: class net.blay09.mods.forgivingvoid.ForgivingVoid onPlayerTick(Lnet/minecraftforge/event/TickEvent$PlayerTickEvent;)V
14:57:35 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:35 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54)
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
14:57:35 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
14:57:35 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
14:57:35 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84)
14:57:35 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205)
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
14:57:35 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
14:57:35 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
14:57:35 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
14:57:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
14:57:35 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
14:57:35 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
14:57:35 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
14:57:35 at java.lang.Thread.run(Thread.java:748)
14:57:35 [WARN] [minecraft/NetworkSystem] Failed to handle packet for /127.0.0.1:57489
14:57:35 net.minecraft.crash.ReportedException: Ticking player
14:57:35 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:428) ~[?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?] {pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) [?:?] {pl:accesstransformer:B}
14:57:35 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:35 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}
14:57:35 Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54) ~[?:3.0.6] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84) ~[?:?] {}
14:57:36 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
14:57:36 ... 8 more
14:57:36 [ERROR] [ne.mi.ev.EventBus/EVENTBUS] Exception caught during firing event: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 Index: 1
14:57:36 Listeners:
14:57:36 0: NORMAL
14:57:36 1: ASM: class net.blay09.mods.forgivingvoid.ForgivingVoid onPlayerTick(Lnet/minecraftforge/event/TickEvent$PlayerTickEvent;)V
14:57:36 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54)
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
14:57:36 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
14:57:36 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84)
14:57:36 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205)
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
14:57:36 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
14:57:36 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
14:57:36 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
14:57:36 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
14:57:36 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
14:57:36 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
14:57:36 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
14:57:36 at java.lang.Thread.run(Thread.java:748)
14:57:36 [WARN] [minecraft/NetworkSystem] Failed to handle packet for /127.0.0.1:57489
14:57:36 net.minecraft.crash.ReportedException: Ticking player
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:428) ~[?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?] {pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) [?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}
14:57:36 Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54) ~[?:3.0.6] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84) ~[?:?] {}
14:57:36 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
14:57:36 ... 8 more
14:57:36 [ERROR] [ne.mi.ev.EventBus/EVENTBUS] Exception caught during firing event: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 Index: 1
14:57:36 Listeners:
14:57:36 0: NORMAL
14:57:36 1: ASM: class net.blay09.mods.forgivingvoid.ForgivingVoid onPlayerTick(Lnet/minecraftforge/event/TickEvent$PlayerTickEvent;)V
14:57:36 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54)
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
14:57:36 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
14:57:36 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84)
14:57:36 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205)
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
14:57:36 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
14:57:36 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
14:57:36 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
14:57:36 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
14:57:36 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
14:57:36 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
14:57:36 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
14:57:36 at java.lang.Thread.run(Thread.java:748)
14:57:36 [WARN] [minecraft/NetworkSystem] Failed to handle packet for /127.0.0.1:57489
14:57:36 net.minecraft.crash.ReportedException: Ticking player
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:428) ~[?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?] {pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) [?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}
14:57:36 Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54) ~[?:3.0.6] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84) ~[?:?] {}
14:57:36 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
14:57:36 ... 8 more
14:57:36 [ERROR] [ne.mi.ev.EventBus/EVENTBUS] Exception caught during firing event: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 Index: 1
14:57:36 Listeners:
14:57:36 0: NORMAL
14:57:36 1: ASM: class net.blay09.mods.forgivingvoid.ForgivingVoid onPlayerTick(Lnet/minecraftforge/event/TickEvent$PlayerTickEvent;)V
14:57:36 java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54)
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
14:57:36 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
14:57:36 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84)
14:57:36 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205)
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
14:57:36 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
14:57:36 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
14:57:36 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
14:57:36 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
14:57:36 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
14:57:36 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764)
14:57:36 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622)
14:57:36 at java.lang.Thread.run(Thread.java:748)
14:57:36 [WARN] [minecraft/NetworkSystem] Failed to handle packet for /127.0.0.1:57489
14:57:36 net.minecraft.crash.ReportedException: Ticking player
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:428) ~[?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?] {pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) [?:?] {pl:accesstransformer:B}
14:57:36 at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:764) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] {}
14:57:36 Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
14:57:36 at net.blay09.mods.forgivingvoid.ForgivingVoid.onPlayerTick(ForgivingVoid.java:54) ~[?:3.0.6] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler_12_ForgivingVoid_onPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
14:57:36 at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
14:57:36 at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPreTick(BasicEventHooks.java:84) ~[?:?] {}
14:57:36 at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:205) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
14:57:36 at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
14:57:36 ... 8 more
14:57:36 [INFO] [minecraft/ServerPlayNetHandler] Wynadorn lost connection: Internal server error
14:57:36 [INFO] [minecraft/DedicatedServer] Wynadorn left the game

Immortality water glitch?!

When you land in water after falling in the void you are basically invulnerable until you jump into the void again and land on your platform.

Occurred in Modpack "Modern-Skyblock-3 Departed" [3.4.1.4]
Forge: 1.12.2-14.23.4.2712
ForgivingVoid: 1.12.2-1.0.17

I think it is this mod causing the problem

TheLimePixel/Modern-Skyblock-3#675

Most likely broken in Nether and End / other dimensions

Minecraft Version

1.18.x

Mod Loader

Forge

Mod Loader Version

dev

Mod Version

dev

Describe the Issue

Overworld minimum level changed, but probably End and Nether stayed the same? Might be a per-dimension setting now that I need to use, instead of having only a single config option for all

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine)?

No response

Trident forgiveness?

Since Tridents with loyalty can't recover from the void it might be a nice touch to respawn a trident thrown into the void above the nearest block on the x and z axes?

1.12 FPS Hit

ForgivingVoid_1.12-1.0.2
forge-1.12-14.21.1.2428-installer-win

Standing in a newly created vanilla world with no other mods and doing nothing costs about 100fps compared to not having your mod on. I'm guessing that there's something you're checking for too often.

Teleport to overworld spawn point

Hello, I would love to have this feature ๐Ÿ˜Š
Teleporting from any dimension to the overworld spawn point.

Maybe with the option to give the player additional effects such slow falling and speed effect, configurable.
Greetings.

Specify exact Y level to teleport to and from?

I would like to teleport if below -80 in the overworld, to y600 in the nether. I would like to teleport to y-80 in the overworld if above y600 in the nether. That does not seem to be possible unless I missed something. The only options are air (which brings you to the top of the world), ground (which, to my understanding, brings you to the surface of the world), and cave (which puts you in the first cave it finds from the bottom of the world). I want to always be under or above the world. Being magically placed in a cave doesnt make sense to me.

Players get stuck in sky (need more information)

The mod is a bit buggy on bigger servers. It tends to keep the player in the sky for a few minutes by continuously teleporting him to a spot. When someone wants to avoid this by teleporting to another player, they crash by going out of bounds. This happens even with 100% TPS, so it's not TPS lag.

Death is not always prevented despite having full health

Minecraft Version

1.18.x

Mod Loader

Forge

Mod Loader Version

39.0.9

Mod Version

6.0.1

Describe the Issue

Sometimes, the player will die after falling through the void and landing even though they had enough health to survive.

Couldn't figure out a pattern to this yet, it seems very random.

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine)?

No response

[Request] Simple balance idea

This mod is a great idea, but I'm sure there are many who would think it's unfair or the dreaded term 'OP'. A relatively simple fix would be to give the option for it to be tied to an enchantment. Or that it requires levels and if you run out of levels you have a normal void death. As a config option it would make all play-style players happy (mostly anyway).

The idea just crossed my mind, so I thought I'd mention it and let you make your choice. Have a great day, and well done on the mod. I love it <3

backport 1.0.17 to older versions

specifically 1.10.2, because i'm using it in a modpack and the water thing is getting really annoying
hopefully it won't be too much trouble?

Suggestion:1.7.10 version

I am playing in 1.7.10 with a mod,but I fell into the void. Would you please make a 1.7.10 of the mod?

Issue with items that grant creative flight

There seems to be an issue with items that grant creative flight (Supremium Armour, Angel Rings, etc.). When falling into the void with these items equipped, and landing on a solid platform the player is immune to all damage, and the fall damage the player would receive is "stored". The player can trigger the damage "stored" by unequipping the creative flight giving item, and falling onto a block.

Aether+Cubic Chunks support

As of now, both mods work individually as intended with Forgiving Void. However, together, they cause one issue. When falling out of the Aether, the mod is coded to send you to y=256, regardless of the terrain Cubic Chunks generates at y=256 and above. With Forgiving Void, I've somewhat fixed the problem by setting the teleport at y=0. While this works most of the time, occasionally the Aether will still manage teleport you to the overworld. Any solutions?

Mods repost authorization request

Hello there
Your mods are great!!!
can I move your mods to mcbbs?
mcbbs:https://www.mcbbs.net/
mcbbs is the largest minecraft fan forum in China

I will not provide download sources other than Curseforge
and highlight your Patreon.

I'm sorry to ask questions here, because of GFW, I cannot register for a twitch account, so I cannot ask questions on Curseforge.

server

In my skyfactory 4 server, it works for me. but it my friend just falls into the void and dies. Is there a fix for that?

Lootings went through the world

Minecraft Version

Other (specify below)

Mod Loader

Forge

Mod Loader Version

40.2.17

Mod Version

6.0.1

Balm Version

3.2.6

Describe the Issue

I'm making a mod which teleport a mob/player to y=-72 and kill'em so that they just vanish. I think it works as expected, until lootings fell from the sky. I'm not sure if this is a bug, or it is intended, and if is intended, an option for this could be added.

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

none

[Request] Add dimension whitelist

Hello, is there any chance you could add a dimension whitelist to the config? I have a user who wants to use this and Less Forgiving Void together, one in the Overworld and one in the End, and that would be a lot easier if you were to add a dimension whitelist. I plan to add one to Less Forgiving Void as well.
The-Fireplace-Minecraft-Mods#1

[Enhancement] Apply Fall Damage Resistance from Applicable Sources When returned above the Void

My brother and I were playing together on Skyfactory 4, when I thought, "What if we put slime blocks to cushion the fall?" This Idea Could've used Hay Bales and a few other cushioning blocks.

The problem, though, is that the fall applied the damage upon the landing, even though Slime Blocks(From Vanilla) cancel all fall damage, and propel you back up, proportional to your momentum, albeit less height than the start.

It isn't a big problem, but it would be very fun to cancel, or negate part of, the fall damage from the Forgiving Void.

Thank you for your time,
Serolar

Stuck in the top of the Nether

Minecraft Version

1.19.2 (LTS)

Mod Loader

Forge

Mod Loader Version

43.2.21

Mod Version

forgivingvoid-forge-1.19-7.0.0

Balm Version

balm-forge-1.19.2-4.5.7

Describe the Issue

When you fall in the void inside the nether, you spawn on the top of the nether.
The mod DOES NOT teleport you to the overworld, so you are stuck.
Tested with only your mod and Balm.

Logs

There is no log for that

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

No

Weirdness When Falling In Water

This has been an issue for a long time and so I don't know why I'm reporting this now. Basically, whenever a player falls through the void and into water they obviously don't take damage. They do however take damage when they get out of it. I understand that the damage you take after falling through the void isn't fall damage and that's what causes this, but gameplay-wise this behavior makes no sense.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.