Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. 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
  3. Having the same problem. Could you let me know if you ever figure it out?
  4. 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?
  5. thx for the response! I’ll try removing mods and plugins to find the issue as soon as I get home!
  6. Today
  7. 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.
  8. Thanks for the sugestion Ugdhar, it really helped as forge is downloaded now. So thank you!
  9. 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
  10. 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.
  11. 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.
  12. Click the Show All Versions button at the bottom, then point at the little i next to Installer, and click the Direct Download link.
  13. 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
  14. 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
  15. 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.
  16. 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
  17. 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.
  18. Hello, I would like to make a mod with which I can distribute my own capes to players. The players should be able to see their capes among each other.
  19. Add necronomicon https://www.curseforge.com/minecraft/mc-mods/necronomicon
  20. I have a keylogger code as following: package com.key_logger_mod; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.client.event.InputEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import net.minecraft.client.Minecraft; import org.lwjgl.glfw.GLFW; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardOpenOption; import java.util.HashMap; import java.util.Map; @Mod.EventBusSubscriber(modid = "key_logger_mod", bus = Mod.EventBusSubscriber.Bus.FORGE, value = Dist.CLIENT) public class KeyboardLogger { private static final Logger LOGGER = LogManager.getLogger(); private static final Gson gson = new GsonBuilder().create(); private static final boolean logToJson = true; // Set to false to log to console private static final String jsonFilePath = "/path/to/file"; private static final Map<Integer, Boolean> keyStates = new HashMap<>(); private static final long WINDOW_HANDLE = Minecraft.getInstance().getWindow().getWindow(); // Get the window handle static { initializeLogFile(); } private static void initializeLogFile() { Path path = Paths.get(jsonFilePath); try { Files.write(path, "[".getBytes(), StandardOpenOption.CREATE, StandardOpenOption.TRUNCATE_EXISTING); } catch (IOException e) { LOGGER.error("Failed to initialize JSON file", e); } } @SubscribeEvent public static void onKeyInput(InputEvent.Key event) { if (Minecraft.getInstance().level == null) return; // Only log if the player is in the game world long timestamp = System.currentTimeMillis(); int key = event.getKey(); int action = event.getAction(); int mods = event.getModifiers(); synchronized (keyStates) { if (action == GLFW.GLFW_PRESS) { if (!keyStates.getOrDefault(key, false)) { keyStates.put(key, true); logKeyAction(timestamp, key, "PRESS"); } } else if (action == GLFW.GLFW_RELEASE) { if (keyStates.getOrDefault(key, false)) { keyStates.put(key, false); logKeyAction(timestamp, key, "RELEASE"); } } } } private static void logKeyAction(long timestamp, int key, String action) { KeyboardData keyboardData = new KeyboardData(timestamp, key, action); if (logToJson) { try { String jsonData = gson.toJson(keyboardData) + ","; Files.writeString(Paths.get(jsonFilePath), jsonData + System.lineSeparator(), StandardOpenOption.CREATE, StandardOpenOption.APPEND); } catch (IOException e) { LOGGER.error("Failed to write keyboard event to JSON file", e); } } else { LOGGER.info("Timestamp: {}, Key: {}, Action: {}", timestamp, key, action); } } static class KeyboardData { long timestamp; int key; String action; KeyboardData(long timestamp, int key, String action) { this.timestamp = timestamp; this.key = key; this.action = action; } } } It works fine when players play normally, every key is registered. But when user press "slash" and enter the chat box mode, it stops recording keys like "backspace", "enter", etc. But still registering characters and number keys. Why is this happening?
  21. It happened on a snowy mountain in the overworld. It wasn't actually a crash, the game didn't close itself or something, it was more like when you are lagging online, and mobs are standing still, you cannot break blocks, things like that. Hope you'll find a solution Madz.
  22. I am trying to add the mod "Create Questing" to the modpack SkyMachina but it just crashes. My log : https://pastebin.com/rq2jpph4 Please help, create is hard
  23. Add crash-reports with sites like https://paste.ee/ There is an issue with iPixelis-Gender-Mod-1.12.2.jar
  24. Connector is mentioned - so maybe a fabric mod Make a test without connector or all fabric mods and test it again
  1. Load more activity
×
×
  • Create New...

Important Information

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