Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Yesterday
  3. Hello! As the title states, my Minecraft with Forge 1.20.1 keeps crashing! I've tried reinstalling Java and updating my drivers. I may be stupid but I couldn't find my crash logs so I've only provided the debug log. Thank you in advance for any help! I appreciate it lots! https://pastebin.com/XjJ0WDtj
  4. It worked! Thank you, I would have never guess that was the issue!
  5. I removed pehkui and all origins related mobs and the issue went away, time to try different versions of these mods! thx for all the help jackk23
  6. Okay, thanks for the hint. However, I couldn't find a tutorial for capes. Geckolib's wiki page didn't help me either. Does anyone know how to do this with capes?
  7. arsadditions and arsnouveau are conflicting - try different builds of both mods until you find a working combination
  8. Update on the above: Just tried creating blank (fully transparent) armor overlay layers named similarly to what Toasterkid specified, no changes. I wish this was as simple as just editing *.json data files in the same way I could put layering on the "item in hand" models but apparently Minecraft is not gonna be easy about this one. Using CTRL+F to search the vanilla DyeableLeatherItem and DyeableArmorItem for words such as "layer", "overlay", and "color" doesn't help much either. Might be something with the Forge getArmorTexture() method but I'm not sure how to do layering with those, since all that method is meant to return is a single String value.
  9. So, I was making my own mod pack, and after I installed the last mods for it, (Tectonic, Biomes O' Plenty and Terralith), the game launches normally, it only crashes when I try to generate new world. (I suspect this has to do with the biome generation?) Anyways, here's the Debug.log and the Crash Report. Here's the crash report. https://pastebin.com/GkP2zH8p (Edit) Forgot the latest.log https://pastebin.com/tF34xA0W
  10. I have recently started working on a server side mod for minecraft 1.20 (1.20-1.20.4), and I want to update the codebase to 1.20.6 but I don't want to create a whole new project. ProjectRoot ├───gradle ├───... ├───src │ └───class_files_in_package ├───build.gradle └───settings.gradle And I want to configure the build.gradle files to achieve something like this: ProjectRoot ├───gradle ├───... ├───forge1_20 │ ├───src │ └───build.gradle ├───forge1_20_6 │ ├───src │ └───build.gradle ├───build.gradle └───settings.gradle Any help would be appriciated.
  11. Add crash-reports with sites like https://paste.ee/ and paste the link to it here There is an issue with immediatelyfast
  12. You CAN add capes, but it requires that you create a custom model for the capes and use something like geckolib or another library that allows for wearable items with physics. You could try to find a tutorial on youtube for custom armor and follow along with that for inspiration in your code
  13. Having the same problem. Could you let me know if you ever figure it out?
  14. So I'm making a mod that modifies another mod (Illage and Spillage) with mixins (yes I tried other ways and for what I'm doing there's no other option) and it works fine when launched in IntelliJ, but when I made a .jar of it and exported it and tried to run it, it crashed. (report: https://pastebin.com/G3XNdRKt) I first thought that maybe you can't modify other mods with mixins, but when I looked it up it said you can. Anyone know what's going on?
  15. thx for the response! I’ll try removing mods and plugins to find the issue as soon as I get home!
  16. Hello, I've been trying to get this to work forever. I have some code that gives an item when a player joins and I've been using that as a base, but it hasn't been working. This is my current code: @SubscribeEvent public void playerKilled(LivingDeathEvent event){ if (event.getEntity() instanceof Player && !event.getEntity().isDeadOrDying()) { Player player = (Player) event.getEntity(); if (player.getInventory().contains(new ItemStack(ModItems.FIRE_PROTECTION_POPPET.get()))) { player.getInventory().removeItem(new ItemStack(ModItems.FIRE_PROTECTION_POPPET.get())); } } } In a sense, I am trying to "use up" the item when the player dies without them literally dying (like the totem of undying). I'm not exactly sure how to check the way the totem of undying works, but any tips would be appreciated.
  17. Thanks for the sugestion Ugdhar, it really helped as forge is downloaded now. So thank you!
  18. Hi, like the title says. I have uploaded my .minecraft to my friends and one of them has difficult time to make it work. We tried a lot of fixes I could think of, but I am out of ideas (and can't read crash report). During launching message says "Error during mods loading" (or something like that), so I guess that is why there are not on the list on crash report. Please help, I'm trying to help him for over 3 days.... ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 2024-05-28 16:26:05 Description: Rendering overlay java.lang.IllegalAccessError: class net.raphimc.immediatelyfast.feature.core.ImmediateAdapter tried to access protected field net.minecraft.client.renderer.RenderStateShard.f_110133_ (net.raphimc.immediatelyfast.feature.core.ImmediateAdapter is in module [email protected]+1.20.4 of loader 'TRANSFORMER' @66713605; net.minecraft.client.renderer.RenderStateShard is in module [email protected] of loader 'TRANSFORMER' @66713605) at net.raphimc.immediatelyfast.feature.core.ImmediateAdapter.m_6299_(ImmediateAdapter.java:85) ~[ImmediatelyFast-Forge-1.2.14+1.20.4.jar%23397!/:?] {re:mixin,re:classloading,pl:mixin:APP:entity_texture_features-common.mixins.json:mods.imediatelyfast.MixinBatchableImmediate,pl:mixin:A} at net.minecraft.client.gui.Font$StringRenderOutput.m_92961_(Font.java:308) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinTextRenderer_Drawer,pl:mixin:APP:immediatelyfast-common.mixins.json:fast_text_lookup.MixinTextRenderer_Drawer,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.Font.m_271992_(Font.java:151) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:supplementaries-common.mixins.json:FontRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.Font.m_272085_(Font.java:138) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:supplementaries-common.mixins.json:FontRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.Font.m_272191_(Font.java:79) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:supplementaries-common.mixins.json:FontRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.GuiGraphics.drawString(GuiGraphics.java:297) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.GuiGraphics.m_280649_(GuiGraphics.java:292) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.client.gui.LoadingErrorScreen$LoadingEntryList$LoadingMessageEntry.m_6311_(LoadingErrorScreen.java:154) ~[forge-1.20.1-47.2.21-universal.jar%23493!/:?] {re:classloading} at net.minecraft.client.gui.components.AbstractSelectionList.m_238964_(AbstractSelectionList.java:444) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:configured.common.mixins.json:client.AbstractSelectionListMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.components.AbstractSelectionList.m_239227_(AbstractSelectionList.java:430) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:configured.common.mixins.json:client.AbstractSelectionListMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.components.AbstractSelectionList.m_88315_(AbstractSelectionList.java:210) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:configured.common.mixins.json:client.AbstractSelectionListMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.client.gui.LoadingErrorScreen.m_88315_(LoadingErrorScreen.java:84) ~[forge-1.20.1-47.2.21-universal.jar%23493!/:?] {re:classloading} at net.minecraftforge.client.loading.ForgeLoadingOverlay.m_88315_(ForgeLoadingOverlay.java:78) ~[forge-1.20.1-47.2.21-universal.jar%23493!/:?] {re:classloading} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:954) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:entity_model_features-common.mixins.json:MixinGameRenderer,pl:mixin:APP:forge-mca.mixin.json:client.MixinGameRenderer,pl:mixin:APP:alexscaves.mixins.json:client.GameRendererMixin,pl:mixin:APP:zeta_forge.mixins.json:client.GameRenderMixin,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {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%23488!/:?] {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.2.21.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.2.21.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.21.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.21.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:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Suspected Mods: NONE Stacktrace: at net.raphimc.immediatelyfast.feature.core.ImmediateAdapter.m_6299_(ImmediateAdapter.java:85) ~[ImmediatelyFast-Forge-1.2.14+1.20.4.jar%23397!/:?] {re:mixin,re:classloading,pl:mixin:APP:entity_texture_features-common.mixins.json:mods.imediatelyfast.MixinBatchableImmediate,pl:mixin:A} at net.minecraft.client.gui.Font$StringRenderOutput.m_92961_(Font.java:308) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinTextRenderer_Drawer,pl:mixin:APP:immediatelyfast-common.mixins.json:fast_text_lookup.MixinTextRenderer_Drawer,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.Font.m_271992_(Font.java:151) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:supplementaries-common.mixins.json:FontRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.Font.m_272085_(Font.java:138) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:supplementaries-common.mixins.json:FontRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.Font.m_272191_(Font.java:79) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:supplementaries-common.mixins.json:FontRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.GuiGraphics.drawString(GuiGraphics.java:297) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.GuiGraphics.m_280649_(GuiGraphics.java:292) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.client.gui.LoadingErrorScreen$LoadingEntryList$LoadingMessageEntry.m_6311_(LoadingErrorScreen.java:154) ~[forge-1.20.1-47.2.21-universal.jar%23493!/:?] {re:classloading} at net.minecraft.client.gui.components.AbstractSelectionList.m_238964_(AbstractSelectionList.java:444) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:configured.common.mixins.json:client.AbstractSelectionListMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.components.AbstractSelectionList.m_239227_(AbstractSelectionList.java:430) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:configured.common.mixins.json:client.AbstractSelectionListMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.components.AbstractSelectionList.m_88315_(AbstractSelectionList.java:210) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:configured.common.mixins.json:client.AbstractSelectionListMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.client.gui.LoadingErrorScreen.m_88315_(LoadingErrorScreen.java:84) ~[forge-1.20.1-47.2.21-universal.jar%23493!/:?] {re:classloading} at net.minecraftforge.client.loading.ForgeLoadingOverlay.m_88315_(ForgeLoadingOverlay.java:78) ~[forge-1.20.1-47.2.21-universal.jar%23493!/:?] {re:classloading} -- Overlay render details -- Details: Overlay name: net.minecraftforge.client.loading.ForgeLoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:954) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin,pl:mixin:APP:entity_model_features-common.mixins.json:MixinGameRenderer,pl:mixin:APP:forge-mca.mixin.json:client.MixinGameRenderer,pl:mixin:APP:alexscaves.mixins.json:client.GameRendererMixin,pl:mixin:APP:zeta_forge.mixins.json:client.GameRenderMixin,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {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%23488!/:?] {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.2.21.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.2.21.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.21.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.21.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:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla Stacktrace: at net.minecraft.client.ResourceLoadStateTracker.m_168562_(ResourceLoadStateTracker.java:49) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {re:mixin,re:classloading,pl:mixin:APP:entity_model_features-common.mixins.json:MixinResourceReload_backport,pl:mixin:APP:entity_texture_features-common.mixins.json:reloading.MixinResourceReload,pl:mixin:A} at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2326) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {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:735) ~[client-1.20.1-20230612.114412-srg.jar%23488!/:?] {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.2.21.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.2.21.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.21.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.21.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:?] {} -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 629309824 bytes (600 MiB) / 1308622848 bytes (1248 MiB) up to 6308233216 bytes (6016 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 2.40 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: Intel(R) UHD Graphics 630 Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x3e9b Graphics card #0 versionInfo: DriverVersion=26.20.100.7927 Graphics card #1 name: NVIDIA GeForce GTX 1050 Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 3072.00 Graphics card #1 deviceId: 0x1c91 Graphics card #1 versionInfo: DriverVersion=31.0.15.4680 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Virtual memory max (MB): 16191.36 Virtual memory used (MB): 11403.41 Swap memory total (MB): 8192.00 Swap memory used (MB): 750.06 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: 1.20.1-forge-47.2.21 Backend library: LWJGL version 3.3.1 build 7 Backend API: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 26.20.100.7927, Intel Window size: 925x530 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: Current Language: pl_pl CPU: 8x Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.5.jar eventbus PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |NONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f forge-1.20.1-47.2.21-universal.jar |Forge |forge |47.2.21 |NONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
  19. But there are mods in which this is possible. Even in current versions. It is no longer possible to change a cape directly via the function, but it must be possible in some other way.
  20. So first suggestion, don't use whatever text box you used to format your forum post, it ends up being hard to read. In regards to capes, I do not believe forge provides any support for making capes, as that is reserved for Mojang/Microsoft special stuff. If I'm wrong, I'm sure someone will chime in and let us know.
  21. Click the Show All Versions button at the bottom, then point at the little i next to Installer, and click the Direct Download link.
  22. If anything, the version of Minecraft I'm trying to make a mod for is 1.16.5. I tried to install Minecraft Plugin (in the Intellij IDEA), I don't know what else I can do. Main menu <- Main menu image Project Structure <- Project Structure image Grandle <- Grandle image
  23. Hey there, sorry to hear you're having trouble downloading Forge for Minecraft 1.20.06. Dealing with those pesky ad walls can be super frustrating, especially when they're not giving you the red install button afterward. It's weird that you're not seeing any ads on the site at all. Have you tried clearing your browser cache or switching to a different browser to see if that helps? Sometimes those little tweaks can make a big difference. If all else fails, reaching out to the Forge community for some tech support might be worth a shot. Hang in there, hopefully, you'll get it sorted soon
  24. HEY THERE, It seems like there might be a deeper issue causing the player tick error. I'll take a look at the logs you provided to see if I can spot any potential issues. In the meantime, have you tried checking for any conflicting mods or configurations? Sometimes, even seemingly unrelated changes can trigger such errors. Let's troubleshoot together and get your server running smoothly again.
  25. hmm, now I decided to use the volume of knowledge (the green book in the crafting window) and tried to craft something and my game crashed
  26. my friend and I decided to play minecraft on version 1.12.2 with mods, we have about 40+ of them. everything works, but there's a problem with crafting. it is very similar to phantom objects, that is, when creating a workbench, I fill 4 cells with boards and get sticks, if you remove or add blocks in the crafting window, then all the laid out objects will change their location.It's very similar to phantom objects, and it makes it very difficult to play.Please help me.
  1. Load more activity
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.