Search the Community
Showing results for tags '1.20.1'.
-
I'm trying to backport my mod from 1.21 to 1.20.1, so I made a new mod project for 1.20.1 and copied over my mixins after I set everything up . There weren't any errors, so I ran the client in Intellij and it worked just fine, but when I export it to a jar file and try to run it in a normal forge client outside of Intellij, it crashes on startup. This crash doesn't happen for 1.21. I've checked a thousand times to make sure everything in my gradle files are spelled correctly, everything has the right verion, etc. but I can't figure out what's wrong. The log (click for full file) says So I checked the sources with ctrl+H to make sure the function is still called that and it's right there with the same spelling, capitalization, etc. so I have no idea why it doesn't work. Edit: the refmap seems to not be generating and I don't know how to fix it
-
1.20.1 Can't connect to friend, cause "p_130086_" is null
Gu57 posted a topic in Support & Bug Reports
Problematic part: [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Gu57 lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "p_130086_" is null There is no crash, single player works, sadly it's not Hexerei Debug log: (can't use pastebin, cause 10 mb) https://drive.google.com/file/d/16ikQIx7nYjJtF4aJLy5KqFQHh6-jBNrd/view?usp=sharing -
Hello, I'm making a huge scale magic type of mod, including 22 classes, each with 40 abilities, including custom structures, unique mechanics such as spirit vision, strong monsters, potentially a whole new dimension, and more. Naturally, doing all this by myself is a tough task, and I'm looking for more developers to help me. Whether you want to put in a lot of time, a bit, make some add-ons to improve the mod, or even just do one part of the project that intrigues you, all help is welcomed. Not much experience is needed, I've only been modding for a bit over half a year, and I've done a pretty good job, I'll also offer help. In additional to developers, I'd also love people interested in making abstract entity models, shaders, artists for item models, or even someone experienced with shaders. If you want to talk more about this, you can find me at the discord below. Thank you and have a good day. discord: https://discord.gg/3ktcRkYh42 mod site: https://www.curseforge.com/minecraft/mc-mods/lord-of-the-mysteries-craft
-
1.20.1 Complicated crash Forge 47.3.7 - Help needed
Dr. Chungus posted a topic in Support & Bug Reports
I am running an ATM 9 Server on v 0.3.2 and I am having an issue with a GregTech error spamming during startup. The server boots and runs fine but after I interact with the inventory of any GregTech block once then basically get desynced from server and cant open any chests and when I exit the game the server crashes. I just need some help narrowing down where the issue could be. Here is the error that spams during startup. [13Sep2024 17:22:04.666] [main/ERROR] [GregTechCEu/]: Chance cannot be less or equal to 0 or more than 10000. Actual: 0. java.lang.Throwable: null at com.gregtechceu.gtceu.integration.kjs.recipe.GTRecipeSchema$GTRecipeJS.chancedFluidInput(GTRecipeSchema.java:370) ~[gtceu-1.20.1-1.4.0.jar%23770!/:?] {re:classloading} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin} at dev.latvian.mods.rhino.MemberBox.invoke(MemberBox.java:160) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.NativeJavaMethod.call(NativeJavaMethod.java:463) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Interpreter.interpretLoop(Interpreter.java:986) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Interpreter.interpret(Interpreter.java:370) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.InterpretedFunction.call(InterpretedFunction.java:72) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Context.callSync(Context.java:1290) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.ArrowFunction.call(ArrowFunction.java:42) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Context.callSync(Context.java:1290) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.InterfaceAdapter.invoke(InterfaceAdapter.java:125) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.VMBridge.lambda$newInterfaceProxy$0(VMBridge.java:74) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at jdk.proxy1.$Proxy131.accept(Unknown Source) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?] {} at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {} at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1787) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {} at dev.latvian.mods.kubejs.recipe.RecipesEventJS.forEachRecipe(RecipesEventJS.java:557) ~[kubejs-forge-2001.6.5-build.14.jar%23803!/:2001.6.5-build.14] {re:mixin,re:classloading,pl:mixin:APP:modernfix-forge.mixins.json:perf.kubejs.RecipeEventJSMixin,pl:mixin:APP:sliceanddice.mixins.json:RecipeEventJSMixin,pl:mixin:A} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin} at dev.latvian.mods.rhino.MemberBox.invoke(MemberBox.java:160) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.NativeJavaMethod.call(NativeJavaMethod.java:463) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Interpreter.interpretLoop(Interpreter.java:986) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Interpreter.interpret(Interpreter.java:370) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.InterpretedFunction.call(InterpretedFunction.java:72) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Context.callSync(Context.java:1290) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Context.doTopCall(Context.java:1307) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.InterpretedFunction.call(InterpretedFunction.java:70) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Context.callSync(Context.java:1290) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.ArrowFunction.call(ArrowFunction.java:42) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.Context.callSync(Context.java:1290) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.InterfaceAdapter.invoke(InterfaceAdapter.java:125) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at dev.latvian.mods.rhino.VMBridge.lambda$newInterfaceProxy$0(VMBridge.java:74) ~[rhino-forge-2001.2.3-build.6.jar%23913!/:2001.2.3-build.6] {re:classloading} at jdk.proxy3.$Proxy112.onEvent(Unknown Source) ~[?:?] {} at dev.latvian.mods.kubejs.event.EventHandlerContainer.handle(EventHandlerContainer.java:39) ~[kubejs-forge-2001.6.5-build.14.jar%23803!/:2001.6.5-build.14] {re:classloading} at dev.latvian.mods.kubejs.event.EventHandler.postToHandlers(EventHandler.java:304) ~[kubejs-forge-2001.6.5-build.14.jar%23803!/:2001.6.5-build.14] {re:mixin,re:classloading,pl:mixin:A} at dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:272) ~[kubejs-forge-2001.6.5-build.14.jar%23803!/:2001.6.5-build.14] {re:mixin,re:classloading,pl:mixin:A} at dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:226) ~[kubejs-forge-2001.6.5-build.14.jar%23803!/:2001.6.5-build.14] {re:mixin,re:classloading,pl:mixin:A} at dev.latvian.mods.kubejs.event.EventHandler.post(EventHandler.java:189) ~[kubejs-forge-2001.6.5-build.14.jar%23803!/:2001.6.5-build.14] {re:mixin,re:classloading,pl:mixin:A} at dev.latvian.mods.kubejs.recipe.RecipesEventJS.post(RecipesEventJS.java:359) ~[kubejs-forge-2001.6.5-build.14.jar%23803!/:2001.6.5-build.14] {re:mixin,re:classloading,pl:mixin:APP:modernfix-forge.mixins.json:perf.kubejs.RecipeEventJSMixin,pl:mixin:APP:sliceanddice.mixins.json:RecipeEventJSMixin,pl:mixin:A} at net.minecraft.world.item.crafting.RecipeManager.handler$clg000$customRecipesHead(RecipeManagerMixin.java:8031) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManagerMixin.java) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManagerMixin.java:34) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:moonlight.mixins.json:ConditionHackMixin,pl:mixin:A} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.SimpleReloadInstanceMixin,pl:mixin:A} at net.minecraft.Util.m_214652_(Util.java:783) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.UtilMixin,pl:mixin:APP:bettermineshafts.mixins.json:SuppressLogMixin,pl:mixin:APP:ftbchunks-common.mixins.json:UtilMixin,pl:mixin:APP:kubejs-common.mixins.json:UtilMixin,pl:mixin:A} at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.UtilMixin,pl:mixin:APP:bettermineshafts.mixins.json:SuppressLogMixin,pl:mixin:APP:ftbchunks-common.mixins.json:UtilMixin,pl:mixin:APP:kubejs-common.mixins.json:UtilMixin,pl:mixin:A} at net.minecraft.server.Main.main(Main.java:166) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.7.jar%23103!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.3.7.jar%23103!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.3.7.jar%23103!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2389!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2389!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2389!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2389!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2389!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2389!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2389!/:?] {} at io.izzel.arclight.boot.application.ApplicationBootstrap.accept(ApplicationBootstrap.java:46) ~[arclight-forge-1.20.1-1.0.5.jar:arclight-1.20.1-1.0.5-1a8925b] {} at io.izzel.arclight.boot.application.ApplicationBootstrap.accept(ApplicationBootstrap.java:13) ~[arclight-forge-1.20.1-1.0.5.jar:arclight-1.20.1-1.0.5-1a8925b] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin} at io.izzel.arclight.boot.application.Main_Forge.main(Main_Forge.java:23) ~[arclight-forge-1.20.1-1.0.5.jar%2383!/:arclight-1.20.1-1.0.5-1a8925b] {} at io.izzel.arclight.server.Launcher.main(Launcher.java:18) ~[arclight-forge-1.20.1-1.0.5.jar%2383!/:arclight-1.20.1-1.0.5-1a8925b] {} Once I log in and interact with a GregTech block I am then unable to interact with any other block. I can move around and talk but any block breaking or interacting spams this error in console. [13Sep2024 17:38:30.741] [Server thread/ERROR] [net.minecraft.network.protocol.PacketUtils/]: Failed to handle packet net.minecraft.network.protocol.game.ServerboundContainerClosePacket@4b0be40e, suppressing error java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.ResourceLocation.toString()" because "key" is null at net.minecraft.world.inventory.AbstractContainerMenu.getTitle(AbstractContainerMenuMixin.java:964) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:world.inventory.AbstractContainerMenuMixin,pl:mixin:APP:ldlib-common.mixins.json:accessor.AbstractContainerMenuAccessor,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:APP:immersiveengineering.mixins.json:accessors.ContainerAccess,pl:mixin:APP:eidolon.mixins.json:AbstractContainerMenuMixin,pl:mixin:APP:aether.mixins.json:common.accessor.AbstractContainerMenuAccessor,pl:mixin:APP:railways-common.mixins.json:MixinAbstractContainerMenu,pl:mixin:APP:mixins.ae2things.json:CursedInternalSlotMixin,pl:mixin:A} at org.bukkit.craftbukkit.v1_20_R1.inventory.CraftInventoryView.<init>(CraftInventoryViewMixin.java:30) ~[arclight-1.20.1-1.0.5-1a8925b.jar%23586!/:arclight-1.20.1-1.0.5-1a8925b] {re:mixin,re:classloading,pl:mixin:APP:mixins.arclight.bukkit.json:CraftInventoryViewMixin,pl:mixin:A} at io.izzel.arclight.common.mod.server.ArclightContainer.createInvView(ArclightContainer.java:35) ~[arclight-1.20.1-1.0.5-1a8925b.jar%23586!/:arclight-1.20.1-1.0.5-1a8925b] {re:mixin,re:classloading} at net.minecraft.world.inventory.AbstractContainerMenu.getBukkitView(AbstractContainerMenuMixin.java:944) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:world.inventory.AbstractContainerMenuMixin,pl:mixin:APP:ldlib-common.mixins.json:accessor.AbstractContainerMenuAccessor,pl:mixin:APP:placebo.mixins.json:AbstractContainerMenuInvoker,pl:mixin:APP:immersiveengineering.mixins.json:accessors.ContainerAccess,pl:mixin:APP:eidolon.mixins.json:AbstractContainerMenuMixin,pl:mixin:APP:aether.mixins.json:common.accessor.AbstractContainerMenuAccessor,pl:mixin:APP:railways-common.mixins.json:MixinAbstractContainerMenu,pl:mixin:APP:mixins.ae2things.json:CursedInternalSlotMixin,pl:mixin:A} at org.bukkit.craftbukkit.v1_20_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactoryMixin.java:1458) ~[arclight-1.20.1-1.0.5-1a8925b.jar%23586!/:arclight-1.20.1-1.0.5-1a8925b] {re:mixin,re:classloading,pl:mixin:APP:mixins.arclight.bukkit.json:CraftEventFactoryMixin,pl:mixin:A,pl:arclight_implementer:switch,pl:arclight_implementer:A} at net.minecraft.server.level.ServerPlayer.handler$eef000$arclight$invClose(ServerPlayerMixin.java:3073) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendisland.mixins.json:ServerPlayerMixin,pl:mixin:APP:mixins.arclight.core.json:world.entity.player.ServerPlayerMixin,pl:mixin:APP:yungsapi.mixins.json:ServerPlayerEntityTickMixin,pl:mixin:APP:ldlib-common.mixins.json:accessor.ServerPlayerAccessor,pl:mixin:APP:botania_xplat.mixins.json:ServerPlayerMixin,pl:mixin:APP:logprot.mixins.json:ServerPlayerMixin,pl:mixin:APP:adastra-common.mixins.json:common.radio.ServerPlayerMixin,pl:mixin:APP:mixins.pneumaticcraft.json:accessors.ServerPlayerAccess,pl:mixin:APP:chunksending.mixins.json:ServerPlayerChunkSending,pl:mixin:APP:netherportalfix.mixins.json:ServerPlayerMixin,pl:mixin:APP:netherportalfix.mixins.json:ForgeServerPlayerMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ANServerPlayerMixin,pl:mixin:APP:kubejs-common.mixins.json:ServerPlayerMixin,pl:mixin:APP:betterdeserttemples.mixins.json:ServerPlayerTickMixin,pl:mixin:APP:mixins.arclight.impl.forge.optimization.json:network.ServerPlayerMixin_Optimize,pl:mixin:APP:tombstone.mixins.json:ServerPlayerMixin,pl:mixin:APP:securitycraft.mixins.json:camera.ServerPlayerMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.ServerPlayerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.level.ServerPlayer.m_9230_(ServerPlayerMixin.java) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendisland.mixins.json:ServerPlayerMixin,pl:mixin:APP:mixins.arclight.core.json:world.entity.player.ServerPlayerMixin,pl:mixin:APP:yungsapi.mixins.json:ServerPlayerEntityTickMixin,pl:mixin:APP:ldlib-common.mixins.json:accessor.ServerPlayerAccessor,pl:mixin:APP:botania_xplat.mixins.json:ServerPlayerMixin,pl:mixin:APP:logprot.mixins.json:ServerPlayerMixin,pl:mixin:APP:adastra-common.mixins.json:common.radio.ServerPlayerMixin,pl:mixin:APP:mixins.pneumaticcraft.json:accessors.ServerPlayerAccess,pl:mixin:APP:chunksending.mixins.json:ServerPlayerChunkSending,pl:mixin:APP:netherportalfix.mixins.json:ServerPlayerMixin,pl:mixin:APP:netherportalfix.mixins.json:ForgeServerPlayerMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.ANServerPlayerMixin,pl:mixin:APP:kubejs-common.mixins.json:ServerPlayerMixin,pl:mixin:APP:betterdeserttemples.mixins.json:ServerPlayerTickMixin,pl:mixin:APP:mixins.arclight.impl.forge.optimization.json:network.ServerPlayerMixin_Optimize,pl:mixin:APP:tombstone.mixins.json:ServerPlayerMixin,pl:mixin:APP:securitycraft.mixins.json:camera.ServerPlayerMixin,pl:mixin:APP:railways-common.mixins.json:conductor_possession.ServerPlayerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7951_(ServerPlayNetHandlerMixin.java:1530) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:network.ServerPlayNetHandlerMixin,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.forge_vehicle_packets.ServerGamePacketListenerImplMixin,pl:mixin:APP:logprot.mixins.json:ServerGamePacketListenerImplMixin,pl:mixin:APP:adastra-common.mixins.json:common.ServerGamePacketListenerImplMixin,pl:mixin:APP:mixins.artifacts.common.json:item.umbrella.server.ServerGamePacketListenerImplMixin,pl:mixin:APP:flightlib.mixins.json:ServerGamePacketListenerImplAccessor,pl:mixin:APP:neruina.mixins.json:catchers.ServerPlayNetworkHandlerMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.ServerPlayNetHandlerAccess,pl:mixin:APP:mixins/common/nochatreports.mixins.json:server.MixinServerGamePacketListenerImpl,pl:mixin:APP:aether.mixins.json:common.accessor.ServerGamePacketListenerImplAccessor,pl:mixin:APP:railways.mixins.json:ServerGamePacketListenerImplMixin,pl:mixin:APP:voidtotem.mixins.json:ServerGamePacketListenerImplAccessor,pl:mixin:APP:toofast.mixins.json:MixinServerNetPlayHandler,pl:mixin:APP:gtceu.mixins.json:ServerGamePacketListenerImplAccessor,pl:mixin:APP:quark.mixins.json:accessor.AccessorServerGamePacketListener,pl:mixin:APP:supplementaries-common.mixins.json:ServerGamePacketListenerMixin,pl:mixin:APP:expandability-common.mixins.json:swimming.server.ServerGamePacketListenerImplMixin,pl:mixin:APP:mixins.arclight.impl.forge.optimization.json:network.ServerGamePacketListenerImplMixin_Optimize,pl:mixin:APP:connectivity.mixins.json:ServerPlayNetHandlerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.network.protocol.game.ServerboundContainerClosePacket.m_5797_(CCloseWindowPacketMixin.java:15) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.arclight.core.json:network.protocol.game.CCloseWindowPacketMixin,pl:mixin:A} at net.minecraft.network.protocol.game.ServerboundContainerClosePacket.m_5797_(CCloseWindowPacketMixin.java:6) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.arclight.core.json:network.protocol.game.CCloseWindowPacketMixin,pl:mixin:A} at net.minecraft.network.protocol.PacketUtils.md045af9$lambda$ensureRunningOnSameThread$0$0(PacketThreadUtilMixin.java:537) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.arclight.core.json:network.protocol.PacketThreadUtilMixin,pl:mixin:A} at net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:classloading,re:mixin} at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,re:computing_frames,re:classloading,re:mixin} at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:770) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftServerAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServerMixin.java:161) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftServerAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServerMixin.java:753) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftServerAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServerMixin.java:747) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftServerAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServerMixin.java:732) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftServerAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServerMixin.java:2074) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftServerAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServerMixin.java:251) ~[server-1.20.1-20230612.114412-srg.jar%231007!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.arclight.core.json:server.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin,pl:mixin:APP:dankstorage.mixins.json:MinecraftServerAccess,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:inject_resources.MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:A,re:mixin,pl:accesstransformer:B} at java.lang.Thread.run(Thread.java:1583) ~[?:?] {re:mixin,re:mixin} If you have any ideas or if there is a better place to ask this question please let me know. -
Internal ExeptIon server bug Image LInk l V https://lens.google.com/search?ep=gsbubb&hl=en-CA&re=df&p=AbrfA8p0hRZLHI5ozxFtMWh8xA21sqBQ71eivErBLG_oF8j-5G7yFOjJQP7DxnD3oOFBAYE4ajAvyOag8ykwGITxwfBg-8CpFUB0plaWJyrGKiw28bj9LohjoyyI07OsFTE5vJa1o3aKF80ocbEG8U_v5QhX_B5B3k370goGoohHkTodvClNPrBATvS6rYMKO43iTr_QbdYL_78wxQ%3D%3D#lns=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLG51bGwsIkVrY0tKR1E1T1RjeU5ETTVMV05pTVRVdE5HWXdNeTA1TmpWbUxXUXdOekZtWVdZeE9EWTJZaElmYTNoV05VWmFVREJJYTFGVWMwNXBYM3AxVm1GWlRWVTNSRnBoTFVob2F3PT0iLG51bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLG51bGwsWyI4ZDdmNDE1Yi00ZWViLTQ2NzItOWQyOS05MTA2MWNmMzYyNjciXV0=
-
MINECRAFT JAVA wht is ic_im it shows up yellow heres the modpack https://rocktheslayer.wixsite.com/my-site-7 also It wouldnt Let me submit a bug report only a suggestion for this post
-
Hi I wanted to my custom mob to hold any sword item, but didn’t rendered properly. In entity class, make entity hold items as below: @Override public InteractionResult mobInteract(Player pPlayer, InteractionHand pHand) { //… ItemStack itemstack = pPlayer.getItemInHand(pHand); if (this.isTame()) { if ( (itemstack.is(Items.MELON_SLICE) || itemstack.is(Items.HONEY_BOTTLE)) && this.getHealth() < this.getMaxHealth() ) { //… } /* Handle holding sword */ else if (itemstack.getItem() instanceof SwordItem) { pPlayer.displayClientMessage(Component.literal("Clicked with item: " + itemstack.getDisplayName().getString()).withStyle(ChatFormatting.GOLD), true); //Return sword //pPlayer.getInventory().add(this.getItemInHand(InteractionHand.MAIN_HAND)); pPlayer.getInventory().add(this.getItemBySlot(EquipmentSlot.MAINHAND)); //The entity holds item //this.setItemInHand(InteractionHand.MAIN_HAND, itemstack); this.setItemSlot(EquipmentSlot.MAINHAND, itemstack.copy()); //Give copy of itemstack //If player is not in creative mode. From mobInteract() in wolf. if (!pPlayer.getAbilities().instabuild) { //Decrement sword count in hand pPlayer.getItemInHand(pHand).shrink(1); } return InteractionResult.SUCCESS; } else { //If player is sneaking pPlayer.displayClientMessage(getItemInHand(InteractionHand.MAIN_HAND).getDisplayName(), false); if (pPlayer.isShiftKeyDown()) { //Return sword //pPlayer.getInventory().add(this.getItemInHand(InteractionHand.MAIN_HAND)); pPlayer.getInventory().add(this.getItemBySlot(EquipmentSlot.MAINHAND)); //The entity holds nothing this.setItemInHand(InteractionHand.MAIN_HAND, ItemStack.EMPTY); return InteractionResult.SUCCESS; } else { //… } } else { return interactionresult; } } And in render class, render the item as below: @Override public void render(RanaEntity pEntity, float pEntityYaw, float pPartialTicks, PoseStack pMatrixStack, MultiBufferSource pBuffer, int pPackedLight) { if(pEntity.isBaby()) { pMatrixStack.scale(0.5f, 0.5f, 0.5f); } model.setupAnim(pEntity, 0, 0, 0, pEntityYaw, 0); // //Get location and rotation of arm bone ModelPart rightArm = model.rightArm(); //Get right arm //Get location and rotation of item according to arm bone pMatrixStack.pushPose(); pMatrixStack.translate(rightArm.x, rightArm.y, rightArm.z); //Move to bone location pMatrixStack.mulPose(Axis.XP.rotationDegrees(rightArm.xRot)); //Rotate X pMatrixStack.mulPose(Axis.YP.rotationDegrees(rightArm.yRot)); //Rotate Y pMatrixStack.mulPose(Axis.ZP.rotationDegrees(rightArm.zRot)); //Rotate Z //Draw item //ItemStack itemStack = pEntity.getItemInHand(InteractionHand.MAIN_HAND); ItemStack itemStack = pEntity.getItemBySlot(EquipmentSlot.MAINHAND); if (!itemStack.isEmpty()) { //Offset pMatrixStack.translate(0.0, 0.0, 0.1); // Render the item //Minecraft.getInstance().getItemRenderer().renderStatic(itemStack, ItemDisplayContext.THIRD_PERSON_RIGHT_HAND, pPackedLight, OverlayTexture.NO_OVERLAY, pMatrixStack, pBuffer, pEntity.level(), pEntity.getId()); //itemRenderer.renderStatic(itemStack, ItemDisplayContext.THIRD_PERSON_RIGHT_HAND, pPackedLight, OverlayTexture.NO_OVERLAY, pMatrixStack, pBuffer, pEntity.level(), pEntity.getId()); itemInHandRenderer.renderItem(pEntity, itemStack, ItemDisplayContext.THIRD_PERSON_RIGHT_HAND, false, pMatrixStack, pBuffer, pEntity.getId()); } pMatrixStack.popPose(); super.render(pEntity, pEntityYaw, pPartialTicks, pMatrixStack, pBuffer, pPackedLight); } I confirmed the entity can properly hold item(logically) but the item which the entity holds is not rendered at all. Full code: https://github.com/sakiiiiika/ranamod Thanks.
-
I have followed KaupenJoe's tutorial and wanted to make an entity. But when I implemented the animations, they broke and look weird. I think they are playing the walk animation and the idle over each other, but I am not sure. Here is my GitHub repository: https://github.com/Skwarken/KNKforge The videos show how it should look and how it looks in game: https://drive.google.com/drive/folders/1LsXzjMfkp4fNxt5epDJaJF5PyyzHMxGp?usp=sharing
-
I have already made custom dimensions and dimension_type, but I can't figure out how to make a world type.
-
1.20.1 If anyone knows how to cure it, please teach me.
cruel01 posted a topic in Support & Bug Reports
เกมหยุดทำงานขณะมีข้อผิดพลาดที่ไม่คาดคิด Error: java.lang.ClassCastException: ไม่สามารถแปลงคลาส org.violetmoon.quark.content.building.entity.GlassItemFrame ไปยังคลาส net.minecraft.world.entity.player.Player ได้ (org.violetmoon.quark.content.building.entity.GlassItemFrame อยู่ในโมดูล [email protected] ของตัวโหลด 'TRANSFORMER' @781bd9dd; net.minecraft.world.entity.player.Player อยู่ในโมดูล [email protected] ของตัวโหลด 'TRANSFORMER' @781bd9dd) -
The error code shows that i have outdated mods, but only coFH core crashes my game and it's not outdated + i double checked and its on the right version of forge. -- Head -- Thread: Render thread Stacktrace: at cofh.core.client.PostEffect.m_6213_(PostEffect.java:80) ~[cofh_core-1.20.1-11.0.2.56.jar%23218!/:11.0.2] {re:mixin,re:classloading} at cofh.core.client.PostBuffer.m_6213_(PostBuffer.java:96) ~[cofh_core-1.20.1-11.0.2.56.jar%23218!/:11.0.2] {re:classloading} at net.minecraft.server.packs.resources.ResourceManagerReloadListener.m_10759_(ResourceManagerReloadListener.java:15) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:computing_frames,re:classloading,re:mixin} at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:787) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {} at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:classloading} at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default} at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:mixin,re:computing_frames,re:classloading} at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:computing_frames,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default} -- Overlay render details -- Details: Overlay name: net.minecraftforge.client.loading.ForgeLoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1385) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:moonlight-common.mixins.json:GameRendererMixin,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:mixins.cofhcore.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23267!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.3.0.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.0.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.0.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at crystallauncher.MinecraftConstructor.run(MinecraftConstructor.java:29) ~[proxyserver.jar%2380!/:?] {} at crystallauncher.MineClient.start(MineClient.java:201) ~[proxyserver.jar%2380!/:?] {} at crystallauncher.MineClient.main(MineClient.java:42) ~[proxyserver.jar%2380!/:?] {}
-
So I've been making this custom modpack for a while now, I accidentally updated everything and now it wont even start the game past the launch screen. I'm sure there's a mod I need to remove or turn off--but I'm not sure which or if there is something else going on. As time has gone on (I'm not sure if this is related) but the framerates have been dropping into the single digits. I'm not sure what to do anymore except possibly start over... I've pasted the crash log it gave me below--I can't find what's causing it. Help please? https://mclo.gs/Bml06zJ
-
hi, i always had this issue in my pc whenever i play minecraft with mods, no matter if i only add 1 or 2 mods, i always have these annoying lag spikes everytime i play, my pc's cpu might not be the best, but i have some friends with worse pc's than mine and modded minecraft works perfectly fine in them. Maybe is some configuration error within my pc or game, whatever the case is, i have this spark profile i created earlier so i can get some help from you guys https://spark.lucko.me/5TP6FrIpS1
-
https://paste.gg/p/anonymous/248d684303f44baaa4ca3aa6fb214643
-
Just randomly stops at [15:15:17] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler no crash report just this.
-
1.20.1 One of the mod/mods is causing *display* issues/bug
zz4163 posted a topic in Support & Bug Reports
I have recently installed like 200 something mods for my server and never tested it with multiple people. just last night when I got a friend to join and gave them some armor n stuff to help them get started, but all the armor and the tools was displaying weird on the playermodel. on their end, they look normal with the armor on their body and tools in their hand like how normal minecraft is, but on my end, they have their tool on the top of their head and armors in both of their hands. I've attached a few img containing the issue i am having and the mod list. it would be great if anyone could figure out what is casuing this bug -
1.20.1 [1.20.1 Forge] Custom minecraft modpack crash
gecckosavage posted a topic in Support & Bug Reports
Custom Forge 1.20.1 minecraft modpack crash with error mouseClicked event handler crash report: https://pastebin.com/iajhWvtY -
Hello everyone, I'm struggling with a weird issue, I'm trying to make a server pack for a new modpack and sometime I can join the server but got immediately disconnected with the message below: I've seen seen other posts with the same error but nobody mention how they fix it (if they really fixed it). Issue: Here is the weird part, I have two scenarios occuring : I start my client, join the server, everything is fine. I can disconnect/reconnect to the server. It works. I start my client, join the server, get disconnected with the message above. If I try to reconnect, I will always get the same error. I must restart the client and hope this time it will works. Additional informations: I have tried with Forge 43.2.0, 43.3.0 (stable) and 43.3.5 (latest) on both server and client with the same results. The server pack is created using ServerPackCreator. There is no problem in single player mode. I can't determine if this could be a mod or a Forge issue. I suspect there is somewhere an unstable loading order that could explain that problem. I can't find anything of interest in the server and client debug.log (or I don't know what to look for). Logs: Client (debug.log): https://mclo.gs/4jf8lz7 Server (debug.log): https://mclo.gs/aT3hgEG Any help or hint to find the culprit appreciated . Thanks for reading
-
Whole error message here - Caused by: net.minecraft.ResourceLocationException: Non [a-z0-9/._-] character in path of location: mcpp:textures/models/armor/mcpp:example_layer_1.png here is my gh repo where i host the mod source - https://github.com/orioncoy/MinecraftPlusPlus I am lost as to how this error can occur on a png, am I missing something blatantly obvious? The game crashes whenever I go to my inventory, any help is appreciated and I'm sorry if I'm missing any key info.
-
Hello people of Forge. When exploring the nether in my modded solo world (~180mods) the game regularly crashes for some reason. I don't know what mod is causing the crash. I hope a good soul can help me 🙂 My forge version is 1.20.1. Here is the crash report : https://pastebin.com/1Cns14fV Here is my list of mods : ['alexscaves-1.1.4.jar', 'alexsmobs-1.22.8.jar', 'appleskin-forge-mc1.20.1-2.5.1.jar', 'Aquaculture-1.20.1-2.5.2.jar', 'aquaculture_delight_1.0.0_forge_1.20.1.jar', 'architectury-9.2.14-forge.jar', 'athena-forge-1.20.1-3.1.2.jar', 'AttributeFix-Forge-1.20.1-21.0.4.jar', 'balm-forge-1.20.1-7.3.6-all.jar', 'BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar', 'betterarcheology-1.1.9-1.20.1.jar', 'BetterF3-7.0.2-Forge-1.20.1.jar', 'BetterFog-1.20.1-1.2.2.jar', 'blockui-1.20.1-1.0.139-BETA.jar', 'bobberdetector-0.1.9-1.20.1.jar', 'Bookshelf-Forge-1.20.1-20.2.13.jar', 'bygonenether-1.3.2-1.20.x.jar', 'callablehorses-1.20.1-1.3.0.1.jar', 'canary-mc1.20.1-0.3.3.jar', 'carryon-forge-1.20.1-2.1.2.7.jar', 'Chipped-forge-1.20.1-3.0.6.jar', 'citadel-2.5.6-1.20.1.jar', 'cloth-config-11.1.118-forge.jar', 'Clumps-forge-1.20.1-12.0.0.4.jar', 'CoffeeDelight-Forge-1.20.1-1.4-Fix.jar', 'collective-1.20.1-7.81.jar', 'comforts-forge-6.4.0+1.20.1.jar', 'connectivity-1.20.1-5.6.jar', 'Controlling-forge-1.20.1-12.0.2.jar', 'copycats-2.1.2+mc.1.20.1-forge.jar', 'corn_delight-1.0.4-1.20.1.jar', 'corpse-forge-1.20.1-1.0.12.jar', 'cosmeticarmorreworked-1.20.1-v1a.jar', 'craftingtweaks-forge-1.20.1-18.2.4.jar', 'create-1.20.1-0.5.1.f.jar', 'create-confectionery1.20.1_v1.1.0.jar', 'create-stuff-additions1.20.1_v2.0.4a.jar.disabled', 'CreateCasing-1.20.1-1.6.1-fix1.jar', 'createchunkloading-1.6.0-forge.jar', 'createdeco-2.0.2-1.20.1-forge.jar', 'createliquidfuel-2.1.1-1.20.1.jar', 'createsongsandspeakers-forge-mc1.20-0.5 - Fork of 3.22.0-alpha.3.jar', 'createstuffadditionsfix-forge-1.20.1-0.0.0.1.jar.disabled', 'createteleporters2.2-1.20.1.jar', 'create_central_kitchen-1.20.1-for-create-0.5.1.f-1.3.12.jar', 'create_enchantment_industry-1.20.1-for-create-0.5.1.f-1.2.9.d.jar', 'create_power_loader-1.5.0-mc1.20.1.jar', 'create_recipes-1.2.0.jar', 'create_recycle_1.0.2_forge_1.20.1.jar', 'cupboard-1.20.1-2.7.jar', 'curios-forge-5.9.1+1.20.1.jar', 'design_decor-0.4.0b-1.20.1.jar', 'deuf-1.20.1-1.3.jar', 'domum_ornamentum-1.20.1-1.0.186-RELEASE-universal.jar', 'dynamiclightsreforged-1.20.1_v1.6.0.jar', 'dynamiclightsreforged-1.20.1_v1.6.0.jar.disabled', 'EffectTooltips-Forge-1.20.1-9.0.2.jar', 'embeddium-0.3.27+mc1.20.1.jar', 'embeddium-0.3.28+mc1.20.1.jar', 'embeddiumextras-1.20.1-v2.0.0.jar.disabled', 'EnchantmentDescriptions-Forge-1.20.1-17.1.18.jar', 'entityculling-forge-1.6.6-mc1.20.1.jar', 'entity_model_features_forge_1.20.1-2.1.3.jar', 'entity_texture_features_forge_1.20.1-6.1.4.jar', 'ExplorersCompass-1.20.1-1.3.3-forge.jar', 'Explorify v1.6.1 f10-48.jar', 'exposure-1.20.1-1.7.6-forge.jar', 'extendedgears-2.1.1-1.20.1-0.5.1.f-forge.jar', 'fallingleaves-1.16.2+1.21.jar', 'FarmersDelight-1.20.1-1.2.4.jar', 'farsight-1.20.1-3.7.jar', 'FastLeafDecay-32.jar', 'ferritecore-6.0.1-forge.jar', 'foodeffecttooltips+forge-1.20.1-1.3.0.jar', 'forgeskyboxes-0.0.2-1.20.2-new.jar', 'freecam-forge-1.2.1+1.20.jar', 'friendsandfoes-forge-mc1.20.1-2.0.16.jar', 'ftb-chunks-forge-2001.3.1.jar.disabled', 'ftb-library-forge-2001.2.4.jar', 'ftb-quests-forge-2001.4.8.jar', 'ftb-teams-forge-2001.3.0.jar', 'ftb-xmod-compat-forge-2.1.1.jar', 'fusion-1.1.1-forge-mc1.20.1.jar', 'gamemenumodoption-mc1.20.1-2.2.1.jar', 'geckolib-forge-1.20.1-4.4.7.jar', 'GeckoLibOculusCompat-Forge-1.0.1.jar', 'Geophilic v3.1.1 f15-48.jar', 'gjeb-forge-1.20.1-1.3.0.34.jar', 'gpumemleakfix-1.20.1-1.8.jar', 'ImmediatelyFast-Forge-1.2.20+1.20.4.jar', 'immersive_paintings-0.6.7+1.20.1-forge.jar', 'interiors-0.5.4+forge-mc1.20.1.jar', 'inventorysorter-1.20.1-23.0.1.jar', 'item-filters-forge-2001.1.0-build.59.jar', 'Jade-1.20.1-forge-11.9.2.jar', 'JadeAddons-1.20.1-forge-5.2.2.jar', 'jei-1.20.1-forge-15.12.2.47.jar', 'JustEnoughProfessions-forge-1.20.1-3.0.1.jar', 'JustEnoughResources-1.20.1-1.4.0.247.jar', 'konkrete_forge_1.8.0_MC_1.20-1.20.1.jar', 'kotlinforforge-4.11.0-all.jar', 'leaky-1.20.1-2.1.jar', 'letmedespawn-forge-1.20.1-1.20.4-1.2.1.jar', 'libraryferret-forge-1.20.1-4.0.0.jar', 'loadmyresources_forge_1.0.4_MC_1.19.3.jar', 'lootr-forge-1.20-0.7.34.87.jar', 'mcw-bridges-3.0.0-mc1.20.1forge.jar', 'mcw-doors-1.1.1forge-mc1.20.1.jar', 'mcw-fences-1.1.2-mc1.20.1forge.jar', 'mcw-furniture-3.3.0-mc1.20.1forge.jar', 'mcw-lights-1.1.0-mc1.20.1forge.jar', 'mcw-trapdoors-1.1.3-mc1.20.1forge.jar', 'mcw-windows-2.3.0-mc1.20.1forge.jar', 'melody_forge_1.0.3_MC_1.20.1-1.20.4.jar', 'minecolonies-1.20.1-1.1.603-RELEASE.jar', 'MOAdecor BATH 1.20.1.jar', 'MOAdecor TOYS 1.20.1.jar', 'modernfix-forge-5.19.1+mc1.20.1.jar', 'moonlight-1.20-2.12.11-forge.jar', 'moremobvariants-forge+1.20.1-1.3.0.1.jar', 'MouseTweaks-forge-mc1.20.1-2.25.1.jar', 'multipiston-1.20-1.2.43-RELEASE.jar', 'MutantMonsters-v8.0.7-1.20.1-Forge.jar', 'mysterious_mountain_lib-1.4.7-1.20.1.jar', 'naturalist-forge-4.0.3-1.20.1.jar', 'NaturesCompass-1.20.1-1.11.2-forge.jar', 'Neruina-2.1.1-forge+1.20.1.jar', 'nethersdelight-1.20.1-4.0.jar', 'NoFog-1.3.6+1.20.1-forge.jar', 'notenoughanimations-forge-1.7.4-mc1.20.1.jar', 'Nullscape_1.20.1_v1.2.2.jar', 'oculus-flywheel-compat-forge1.20.1+1.1.2.jar', 'oculus-mc1.20.1-1.7.0.jar', 'okzoomer-forge-1.20-3.0.1.jar', 'open-parties-and-claims-forge-1.20.1-0.23.2.jar', 'otyacraftengine-forge-mc1.20-3.7.0-alpha.2.jar', 'polymorph-forge-0.49.5+1.20.1.jar', 'PuzzlesLib-v8.1.21-1.20.1-Forge.jar', 'rechiseled-1.1.6-forge-mc1.20.jar', 'rechiseledcreate-1.0.2-forge-mc1.20.jar', 'recipeessentials-1.20.1-3.6.jar', 'resourcefullib-forge-1.20.1-2.1.28.jar', 'retrodamageindicators-1.0.1.jar', 'rubidium-extra-0.5.4.3+mc1.20.1-build.121.jar', 'Searchables-forge-1.20.1-1.0.3.jar', 'ShoulderSurfing-Forge-1.20.1-4.3.0.jar', 'skinlayers3d-forge-1.6.6-mc1.20.1.jar', 'SkinnedCarts-1.20.1-2.0.1.jar', 'sliceanddice-forge-3.2.1.jar', 'smoothchunk-1.20.1-3.6.jar', 'sophisticatedbackpacks-1.20.1-3.20.5.1044.jar', 'sophisticatedcore-1.20.1-0.6.22.611.jar', 'sound-physics-remastered-forge-1.20.1-1.4.5.jar', 'starlight-1.1.2+forge.1cda73c.jar', 'Steam_Rails-1.6.4+forge-mc1.20.1.jar', 'StorageDrawers-1.20.1-12.0.4.jar', 'StrawStatues-v8.0.3-1.20.1-Forge.jar', 'structurize-1.20.1-1.0.742-RELEASE.jar', 'stylecolonies-1.5.jar', 'supermartijn642configlib-1.1.8-forge-mc1.20.jar', 'supermartijn642corelib-1.1.17-forge-mc1.20.1.jar', 'supplementaries-1.20-2.8.17.jar', 'torchmaster-20.1.6.jar', 'TravelersTitles-1.20-Forge-4.0.2.jar', 'villagernames-1.20.1-8.1.jar', 'visuality-0.7.7+1.21.jar', 'XaerosWorldMap_1.38.8_Forge_1.20.jar', 'Xaeros_Minimap_24.4.0_Forge_1.20.jar', 'YungsApi-1.20-Forge-4.0.4.jar', 'YungsApi-1.20-Forge-4.0.5.jar', 'YungsBetterDesertTemples-1.20-Forge-3.0.3.jar', 'YungsBetterDungeons-1.20-Forge-4.0.4.jar', 'YungsBetterEndIsland-1.20-Forge-2.0.6.jar', 'YungsBetterMineshafts-1.20-Forge-4.0.4.jar', 'YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar', 'YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar', 'YungsBetterStrongholds-1.20-Forge-4.0.1.jar', 'YungsBetterWitchHuts-1.20-Forge-3.0.3.jar', 'YungsBridges-1.20-Forge-4.0.3.jar', 'Zombies_Reworked_1.20.1_1.0.4.jar'] Thanks !
-
I'm making a city construction mod now and had stumbled upon how to get which block the player's pointing with the cursor. Please help me.
-
It's a custom pack really just for me. I have some experience but don't really know what I'm doing. It was working before but I updated some mods and I can't remember which, notably not Cobblemon. I don't rally know if it's right to put this here, but I don't really know what to do I've tried a bunch of stuff uninstalling and reinstalling mods, uninstalling Oculus and Embeddium Extras, changing Embeddium for other Sodium ports. I don't want to get rid of Cobblemon and i need some performance mod. Please any help is appreciated at your leisure Debug Log Crash Log