Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I have made a post shader with all of it's files (in post and program) being finished, it's just an edited creeper post shader for now. How do I load it ingame? Minecraft.getInstance().gameRenderer.loadEffect(new ResourceLocation("thedefused:shaders/post/creep.json")); This just gives an error due to it trying to find program in minecraft:shaders/program However, I have seen multiple mods use post shaders. how?
  3. Today
  4. Hello. I've been having a problem when launching minecraft forge. It just doesn't open the game, and leaves me with this "(exit code 1)" error. Both regular and optifine versions of minecraft launch just fine, tried both with 1.18.2 and 1.20.1. I can assure that my drivers are updated so that can't be it, and i've tried using Java 17, 18 and 21 to no avail. Even with no mods installed, the thing won't launch. I'll leave the log here, although it's in spanish: https://jmp.sh/s/FPqGBSi30fzKJDt2M1gc My specs are this: Ryzen 3 4100 || Radeon R9 280x || 16gb ram || Windows 10 I'd appreciate any help, thank you in advance.
  5. Hey, Me and my friends decided to start up a Server with "a few" mods, the last few days everything went well we used all the items we wanted. Now our Game crashes the moment we touch a Lava Bucket inside our Inventory. It just instantly closes and gives me an "Alc Cleanup" Crash screen (Using GDLauncher). I honestly dont have a clue how to resolve this error. If anyone could help id really appreciate it, I speak German and Englisch so you can choose whatever you speak more fluently. Thanks in Advance. Plus I dont know how to link my Crash Report help for that would be nice too whoops
  6. I hosted a minecraft server and I modded it, and there is always an error on the console which closes the server. If someone knows how to repair it, it would be amazing. Thank you. I paste the crash report down here: ---- Minecraft Crash Report ---- WARNING: coremods are present: llibrary (llibrary-core-1.0.11-1.12.2.jar) WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar) AstralCore (astralsorcery-1.12.2-1.10.27.jar) CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar) SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.8.jar) ForgelinPlugin (Forgelin-1.8.4.jar) midnight (themidnight-0.3.5.jar) FutureMC (Future-MC-0.2.19.jar) SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar) Backpacked (backpacked-1.4.3-1.12.2.jar) LoadingPlugin (Reskillable-1.12.2-1.13.0.jar) LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) Contact their authors BEFORE contacting forge // There are four lights! Time: 3/28/24 12:17 PM Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:750) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetPublicMethods(Class.java:2902) at java.lang.Class.getMethods(Class.java:1615) at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82) at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82) ... 31 more Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 37 more Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@4e558728 from coremod FMLCorePlugin at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 39 more Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62) at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256) ... 41 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 5.10.0-28-cloud-amd64 Java Version: 1.8.0_382, Temurin Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin Memory: 948745536 bytes (904 MB) / 1564999680 bytes (1492 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 2 total; -Xmx8192M -Xms256M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2860 63 mods loaded, 63 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:------------------ |:----------------------- |:----------------------------------------------------- |:---------------------------------------- | | LC | minecraft | 1.12.2 | minecraft.jar | None | | LC | mcp | 9.42 | minecraft.jar | None | | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LC | creativecoredummy | 1.0.0 | minecraft.jar | None | | LC | backpacked | 1.4.2 | backpacked-1.4.3-1.12.2.jar | None | | LC | itemblacklist | 1.4.3 | ItemBlacklist-1.4.3.jar | None | | LC | securitycraft | v1.9.8 | [1.12.2] SecurityCraft v1.9.8.jar | None | | LC | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None | | LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None | | LC | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None | | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LC | astralsorcery | 1.10.27 | astralsorcery-1.12.2-1.10.27.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | | LC | attributefix | 1.0.12 | AttributeFix-Forge-1.12.2-1.0.12.jar | None | | LC | atum | 2.0.20 | Atum-1.12.2-2.0.20.jar | None | | LC | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None | | LC | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None | | LC | camera | 1.0.10 | camera-1.0.10.jar | None | | LC | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None | | LC | collective | 3.0 | collective-1.12.2-3.0.jar | None | | LC | reskillable | 1.12.2-1.13.0 | Reskillable-1.12.2-1.13.0.jar | None | | LC | compatskills | 1.12.2-1.17.0 | CompatSkills-1.12.2-1.17.0.jar | None | | LC | creativecore | 1.10.0 | CreativeCore_v1.10.71_mc1.12.2.jar | None | | LC | customnpcs | 1.12 | CustomNPCs_1.12.2-(05Jul20).jar | None | | LC | darknesslib | 1.1.2 | DarknessLib-1.12.2-1.1.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LC | dungeonsmod | @VERSION@ | DungeonsMod-1.12.2-1.0.8.jar | None | | LC | enhancedvisuals | 1.3.0 | EnhancedVisuals_v1.4.4_mc1.12.2.jar | None | | LC | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | LC | futuremc | 0.2.6 | Future-MC-0.2.19.jar | None | | LC | geckolib3 | 3.0.30 | geckolib-forge-1.12.2-3.0.31.jar | None | | LC | gottschcore | 1.15.1 | GottschCore-mc1.12.2-f14.23.5.2859-v1.15.1.jar | None | | LC | hardcorerevival | 1.2.0 | HardcoreRevival_1.12.2-1.2.0.jar | None | | LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | LE | imsm | 1.12 | Instant Massive Structures Mod 1.12.2.jar | None | | L | journeymap | 1.12.2-5.7.1p2 | journeymap-1.12.2-5.7.1p2.jar | None | | L | mobsunscreen | @version@ | mobsunscreen-1.12.2-3.1.5.jar | None | | L | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | | L | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | None | | L | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None | | L | nocubessrparmory | 3.0.0 | NoCubes_SRP_Combat_Addon_3.0.0.jar | None | | L | nocubessrpnests | 3.0.0 | NoCubes_SRP_Nests_Addon_3.0.0.jar | None | | L | nocubessrpsurvival | 3.0.0 | NoCubes_SRP_Survival_Addon_3.0.0.jar | None | | L | nocubesrptweaks | V4.1 | nocubesrptweaks-V4.1.jar | None | | L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None | | L | artifacts | 1.1.2 | RLArtifacts-1.1.2.jar | None | | L | rsgauges | 1.2.8 | rsgauges-1.12.2-1.2.8.jar | None | | L | rustic | 1.1.7 | rustic-1.1.7.jar | None | | L | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.14+168.jar | None | | L | scalinghealth | 1.3.37 | ScalingHealth-1.12.2-1.3.42+147.jar | None | | L | lteleporters | 1.12.2-3.0.2 | simpleteleporters-1.12.2-3.0.2.jar | None | | L | spartanshields | 1.5.5 | SpartanShields-1.12.2-1.5.5.jar | None | | L | spartanweaponry | 1.5.3 | SpartanWeaponry-1.12.2-1.5.3.jar | None | | L | srparasites | 1.9.18 | SRParasites-1.12.2v1.9.18.jar | None | | L | treasure2 | 2.2.0 | Treasure2-mc1.12.2-f14.23.5.2859-v2.2.1.jar | None | | L | treeharvester | 4.0 | treeharvester_1.12.2-4.0.jar | None | | L | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None | | L | variedcommodities | 1.12.2 | VariedCommodities_1.12.2-(31Mar23).jar | None | | L | voicechat | 1.12.2-2.4.32 | voicechat-forge-1.12.2-2.4.32.jar | None | | L | wolfarmor | 3.8.0 | WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar | None | | L | worldborder | 2.3 | worldborder_1.12.2-2.3.jar | None | | L | midnight | 0.3.5 | themidnight-0.3.5.jar | None | | L | structurize | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar | None | Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher WolfArmorCore (WolfArmorAndStorage-1.12.2-3.8.0-universal-signed.jar) AstralCore (astralsorcery-1.12.2-1.10.27.jar) CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar) SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.8.jar) ForgelinPlugin (Forgelin-1.8.4.jar) midnight (themidnight-0.3.5.jar) com.mushroom.midnight.core.transformer.MidnightClassTransformer FutureMC (Future-MC-0.2.19.jar) thedarkcolour.futuremc.asm.CoreTransformer SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar) Backpacked (backpacked-1.4.3-1.12.2.jar) com.mrcrayfish.backpacked.asm.BackpackedTransformer LoadingPlugin (Reskillable-1.12.2-1.13.0.jar) codersafterdark.reskillable.base.asm.ClassTransformer LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)
  7. When i add mods like falling leaves, visuality and kappas shaders, even if i restart Minecraft they dont show up in the mods menu and they dont work
  8. If you are using AMD/ATI, get the latest drivers from their website - do not update via system
  9. Add the crash-report or latest.log (logs-folder) with sites like https://paste.ee/ and paste the link to it here
  10. on version 1.20.4, an error constantly occurs in which the game crashes, referring to an error in the graphics driver. the graphics card is working fine, everything works smoothly on the vanilla version of the game
  11. Thank you guys. Lets give it a go. https://Paste.ee/p/5kO7I
  12. When launching modpacks through forge using curse forge, my game launches and instantaneously crashes right after. I do not even see the mod loading background (the red one with progress bars). The error code the Minecraft launcher shows after the crash is error code:1 I have 2 pastebin logs, 1 called โ€œdebugโ€ and the other is called โ€œlatestโ€ Any more information that is needed to try and fix this issue can be provided. Debug: https://pastebin.com/nyjJp2Kw Latest: https://pastebin.com/ePKrWAXe I have already tried reinstalling curse forge and redownloading some other files in my %appdata% folder. In the past, it would work normally (for example when playing sky factory) but that is not the case anymore.
  13. sorry, - https://drive.google.com/file/d/1PctEHtEKsDY8Z-y3CmcEKghX9b5WfSKb/view?usp=sharing
  14. Well I can tell you the tutorial youโ€™re following is probably not for 1.20.4 lol. Youโ€™re going to want to use GuiGraphics in 1.20.4
  15. I encountered a common glitch in minecraft when running a modpack i created, where the game lags excessively. I checked the output log and i kept on seeing "Can't keep up! is the server overloaded?" in yellow, but i'm not even in a server. No errors were found between mods, all mods are up to date, and i've allocated the maximum amount of RAM.
  16. Im trying to make a custom hud following a tutorial but they use GuiComponent.blit which I cant seem to find. Im trying to show a texture I made and next to it a counter and this is as far as I can seem to get. public static final IGuiOverlay HUD_KILLS = ((gui, poseStack, partialTick, width, height) -> { int x = width/2; int y = height; RenderSystem.setShader(GameRenderer::getPositionTexShader); RenderSystem.setShaderColor(1.0f, 1.0f, 1.0f, 1.0f); RenderSystem.setShaderTexture(0, SOUL); });
  17. Try if(player.getItemInHand(InteractionHand.MAIN_HAND).getItem() == ItemInit.SOUL_POUCH_ARTIFACT.get()) { player.sendSystemMessage(Component.literal("Test")); }
  18. Im new to Forge modding and wanted to make a mod as a self project. Im trying to test if the player is holding a specific item when an event happens but it seems to not be doing anything. if(player.getItemInHand(InteractionHand.MAIN_HAND).equals(new ItemStack(ItemInit.SOUL_POUCH_ARTIFACT.get()))){ player.sendSystemMessage(Component.literal("Test")); } I know the event works because it runs fine without the if statement. Thanks.
  19. My friends and I were creating a new modpacks for ourselves to suit what we all wanted to play and ended up with a little over 300 mods. So I had my friend upload the mods to the server but every time I try to join it says sends this error Internal Exception: io.etty.handler.codec.DecoderException: net.minecraft.ResourceLoactionException: Non [a-z0-9/._-] character in path of location: tceu:sshaped/small_dust_disassembling_ruridt\u001Fvoidscape:titanite/titanite_bow8twightforest on my screen before i see in the server logs that i was disconnected from the server. So I was hoping that posting the debug log here could possibly help with the problem. By the way I've tried removing the mods the errors say but it just gives three more mods that seem completely unrelated.
  20. Solved by changing the forge version from 47.2.21 to 47.2.0
  21. Yesterday
  22. Hello, i started making a modded server but i run into errors every now and then, i don't understand why it works, we start building the spawn and leave come back later try to log in but it crashes, pls help me it sets us back at least three hours of building every day๐Ÿ˜ญ LATEST LOG : [28Mar2024 00:23:21.183] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [28Mar2024 00:23:21.186] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [28Mar2024 00:23:21.992] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [28Mar2024 00:23:22.327] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.328] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.328] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.329] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.486] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [28Mar2024 00:23:22.487] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [28Mar2024 00:23:22.487] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection [28Mar2024 00:23:24.598] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [28Mar2024 00:23:24.773] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector] [28Mar2024 00:23:24.774] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector] [28Mar2024 00:23:24.775] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [28Mar2024 00:23:24.840] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix 5.15.0+mc1.19.2: 83 options available, 0 override(s) found [28Mar2024 00:23:24.841] [main/INFO] [ModernFix/]: Applying Nashorn fix [28Mar2024 00:23:24.849] [main/INFO] [ModernFix/]: Applied Forge config corruption patch [28Mar2024 00:23:24.915] [main/WARN] [mixin/]: Reference map 'dummmmmmy-forge-refmap.json' for dummmmmmy.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:24.921] [main/INFO] [Embeddium/]: Loaded configuration file for Embeddium: 171 options available, 0 override(s) found [28Mar2024 00:23:24.966] [main/WARN] [mixin/]: Reference map 'smallships-forge-refmap.json' for smallships.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:24.987] [main/WARN] [mixin/]: Reference map 'tfmg.refmap.json' for design_decor.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.017] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for corgilib.forge.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.019] [main/WARN] [mixin/]: Reference map 'fastpaintings-forge-refmap.json' for fastpaintings-forge.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.036] [main/WARN] [mixin/]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.075] [main/WARN] [mixin/]: Reference map 'chiselsandbits.refmap.json' for chisels-and-bits.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.361] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:25.364] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:25.764] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/resources/model/ModelBakery for invalid dist DEDICATED_SERVER [28Mar2024 00:23:25.764] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/model/ModelBakery (java.lang.RuntimeException: Attempted to load class net/minecraft/client/resources/model/ModelBakery for invalid dist DEDICATED_SERVER) [28Mar2024 00:23:25.764] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.model.ModelBakery was not found lightspeed.mixins.json:model.ModelBakeryMixin [28Mar2024 00:23:25.979] [main/WARN] [mixin/]: Error loading class: tfar/davespotioneering/blockentity/AdvancedBrewingStandBlockEntity (java.lang.ClassNotFoundException: tfar.davespotioneering.blockentity.AdvancedBrewingStandBlockEntity) [28Mar2024 00:23:25.979] [main/WARN] [mixin/]: @Mixin target tfar.davespotioneering.blockentity.AdvancedBrewingStandBlockEntity was not found itemproductionlib.mixins.json:davespotioneering/AdvancedBrewingStandBlockEntityMixin [28Mar2024 00:23:25.988] [main/WARN] [mixin/]: Error loading class: vectorwing/farmersdelight/common/block/entity/CookingPotBlockEntity (java.lang.ClassNotFoundException: vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity) [28Mar2024 00:23:25.988] [main/WARN] [mixin/]: @Mixin target vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity was not found itemproductionlib.mixins.json:farmersdelight/CookingPotBlockEntityMixin [28Mar2024 00:23:25.990] [main/WARN] [mixin/]: Error loading class: vectorwing/farmersdelight/common/block/entity/StoveBlockEntity (java.lang.ClassNotFoundException: vectorwing.farmersdelight.common.block.entity.StoveBlockEntity) [28Mar2024 00:23:25.990] [main/WARN] [mixin/]: @Mixin target vectorwing.farmersdelight.common.block.entity.StoveBlockEntity was not found itemproductionlib.mixins.json:farmersdelight/StoveBlockEntityMixin [28Mar2024 00:23:25.999] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/ench/table/ApothEnchantmentMenu (java.lang.ClassNotFoundException: shadows.apotheosis.ench.table.ApothEnchantmentMenu) [28Mar2024 00:23:25.999] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.ench.table.ApothEnchantmentMenu was not found skilltree.mixins.json:apotheosis/ApothEnchantContainerMixin [28Mar2024 00:23:26.000] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/adventure/affix/socket/SocketingRecipe (java.lang.ClassNotFoundException: shadows.apotheosis.adventure.affix.socket.SocketingRecipe) [28Mar2024 00:23:26.000] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.adventure.affix.socket.SocketingRecipe was not found skilltree.mixins.json:apotheosis/SocketingRecipeMixin [28Mar2024 00:23:26.002] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/adventure/affix/socket/gem/bonus/AttributeBonus (java.lang.ClassNotFoundException: shadows.apotheosis.adventure.affix.socket.gem.bonus.AttributeBonus) [28Mar2024 00:23:26.002] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.adventure.affix.socket.gem.bonus.AttributeBonus was not found skilltree.mixins.json:apotheosis/AttributeBonusMixin [28Mar2024 00:23:26.003] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/adventure/affix/socket/gem/bonus/EnchantmentBonus (java.lang.ClassNotFoundException: shadows.apotheosis.adventure.affix.socket.gem.bonus.EnchantmentBonus) [28Mar2024 00:23:26.004] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.adventure.affix.socket.gem.bonus.EnchantmentBonus was not found skilltree.mixins.json:apotheosis/EnchantmentBonusMixin [28Mar2024 00:23:26.012] [main/WARN] [mixin/]: Error loading class: vazkii/quark/addons/oddities/inventory/BackpackMenu (java.lang.ClassNotFoundException: vazkii.quark.addons.oddities.inventory.BackpackMenu) [28Mar2024 00:23:26.014] [main/WARN] [mixin/]: Error loading class: dev/ftb/mods/ftbchunks/data/ClaimedChunkManager (java.lang.ClassNotFoundException: dev.ftb.mods.ftbchunks.data.ClaimedChunkManager) [28Mar2024 00:23:26.014] [main/WARN] [mixin/]: @Mixin target dev.ftb.mods.ftbchunks.data.ClaimedChunkManager was not found doespotatotick.mixins.json:ClaimedChunkManagerAccessor [28Mar2024 00:23:26.167] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context (java.lang.ClassNotFoundException: net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider$Context) [28Mar2024 00:23:26.169] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context (java.lang.ClassNotFoundException: net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider$Context) [28Mar2024 00:23:26.206] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). [28Mar2024 00:23:26.493] [main/INFO] [net.minecraft.server.Bootstrap/]: ModernFix reached bootstrap stage (6.521 s after launch) [28Mar2024 00:23:26.548] [main/WARN] [mixin/]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [28Mar2024 00:23:26.548] [main/WARN] [mixin/]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [28Mar2024 00:23:26.576] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:26.576] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:26.912] [main/INFO] [ModernFix/]: Injecting BlockStateBase cache population hook into getOpacityIfCached from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin [28Mar2024 00:23:26.912] [main/INFO] [ModernFix/]: Injecting BlockStateBase cache population hook into isConditionallyFullOpaque from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin [28Mar2024 00:23:27.573] [main/INFO] [net.minecraft.server.Bootstrap/]: Vanilla bootstrap took 1071 milliseconds [28Mar2024 00:23:27.931] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:27.931] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:29.035] [main/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. [28Mar2024 00:23:29.687] [modloading-worker-0/INFO] [Easy NPC/]: Initializing Easy NPC (Forge) ... [28Mar2024 00:23:29.688] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC Debug Manager ... [28Mar2024 00:23:29.689] [modloading-worker-0/WARN] [Easy NPC/]: [Debug Manager] Detected debug log level for Easy NPC with ALL! [28Mar2024 00:23:29.689] [modloading-worker-0/WARN] [Easy NPC/]: [Debug Manager] Adjusting log level for Easy NPC from ALL to INFO, for performance reasons! [28Mar2024 00:23:29.690] [modloading-worker-0/INFO] [Easy NPC/]: [Debug Manager] Add new logger config for Easy NPC with level INFO ... [28Mar2024 00:23:29.690] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC Constants ... [28Mar2024 00:23:29.692] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC Entities Types ... [28Mar2024 00:23:29.693] [modloading-worker-0/INFO] [scena-forge/]: Initialized scena-forge [28Mar2024 00:23:29.702] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC Blocks ... [28Mar2024 00:23:29.704] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC Blocks Entity Types ... [28Mar2024 00:23:29.704] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC Items ... [28Mar2024 00:23:29.710] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC Menu Types ... [28Mar2024 00:23:29.717] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Register Easy NPC custom data ... [28Mar2024 00:23:29.717] [modloading-worker-0/INFO] [Easy NPC/]: ๐Ÿ—ฃ Create Easy NPC custom data folder at /home/container/config/easy_npc ... [28Mar2024 00:23:29.752] [modloading-worker-0/INFO] [Easy NPC/]: Registering Easy NPC common config ... [28Mar2024 00:23:29.753] [modloading-worker-0/INFO] [Easy NPC/]: Registering Easy NPC client config ... [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket. [28Mar2024 00:23:29.779] [modloading-worker-0/WARN] [net.blay09.mods.balm.forge.config.ForgeBalmConfig/]: Config field without expected type, will not validate list content (dimensionAllowList in net.blay09.mods.forgivingvoid.ForgivingVoidConfigData) [28Mar2024 00:23:29.780] [modloading-worker-0/WARN] [net.blay09.mods.balm.forge.config.ForgeBalmConfig/]: Config field without expected type, will not validate list content (dimensionDenyList in net.blay09.mods.forgivingvoid.ForgivingVoidConfigData) [28Mar2024 00:23:29.792] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod pickupnotifier [28Mar2024 00:23:29.800] [modloading-worker-0/INFO] [Create: Interiors/]: Create: Interiors v0.5.2 initializing [28Mar2024 00:23:29.846] [modloading-worker-0/WARN] [mixin/]: @Redirect conflict. Skipping modernfix-forge.mixins.json:perf.datapack_reload_exceptions.LootTableManagerMixin->@Redirect::logWithoutStacktrace(Lorg/slf4j/Logger;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V with priority 2000, already redirected by railways-common.mixins.json:MixinLootTables->@Redirect::snr$error2(Lorg/slf4j/Logger;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V with priority 10000 [28Mar2024 00:23:29.952] [modloading-worker-0/INFO] [io.github.apace100.origins.Origins/]: Origins 1.19.2-1.7.1.4 is initializing. Have fun! [28Mar2024 00:23:29.960] [modloading-worker-0/INFO] [Create: Interiors/]: Registering blocks! [28Mar2024 00:23:29.972] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 7.40. [28Mar2024 00:23:30.044] [modloading-worker-0/INFO] [fonnymunkey.simplehats.SimpleHats/]: Loaded 207 hat entries from simplehats.json [28Mar2024 00:23:30.069] [modloading-worker-0/INFO] [io.github.apace100.apoli.Apoli/]: Apoli 1.19.2-2.6.1.4 has initialized. Ready to power up your game! [28Mar2024 00:23:30.073] [modloading-worker-0/INFO] [com.cupboard.Cupboard/]: Loaded config for: cupboard.json [28Mar2024 00:23:30.076] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod easymagic [28Mar2024 00:23:30.077] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod visualworkbench [28Mar2024 00:23:30.088] [modloading-worker-0/ERROR] [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: Could not find parent net/minecraft/client/renderer/entity/layers/RenderLayer for class com/obscuria/obscureapi/client/renderer/PatreonLayer in classloader cpw.mods.modlauncher.TransformingClassLoader@517fbf62 on thread Thread[modloading-worker-0,5,main] [28Mar2024 00:23:30.089] [modloading-worker-0/ERROR] [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: An error occurred building event handler java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.layers.RenderLayer at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) ~[securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:92) ~[eventbus-6.0.3.jar%2351!/:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) ~[eventbus-6.0.3.jar%2351!/:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.3.jar%2351!/:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.3.jar%2351!/:6.0.3+6.0.3+master.039e4ea9] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar%2354!/:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar%2354!/:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar%2354!/:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] at java.lang.ClassLoader.defineClass0(Native Method) ~[?:?] at java.lang.System$2.defineClass(System.java:2311) ~[?:?] at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClass(MethodHandles.java:2439) ~[?:?] at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClassAsLookup(MethodHandles.java:2420) ~[?:?] at java.lang.invoke.MethodHandles$Lookup.defineHiddenClass(MethodHandles.java:2127) ~[?:?] at java.lang.invoke.InnerClassLambdaMetafactory.generateInnerClass(InnerClassLambdaMetafactory.java:407) ~[?:?] at java.lang.invoke.InnerClassLambdaMetafactory.spinInnerClass(InnerClassLambdaMetafactory.java:315) ~[?:?] at java.lang.invoke.InnerClassLambdaMetafactory.buildCallSite(InnerClassLambdaMetafactory.java:228) ~[?:?] at java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:341) ~[?:?] at java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:134) ~[?:?] at java.lang.invoke.CallSite.makeSite(CallSite.java:315) ~[?:?] at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:281) ~[?:?] at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:271) ~[?:?] at com.obscuria.obscureapi.client.renderer.PatreonLayer$Mode.<clinit>(PatreonLayer.java:55) ~[obscure_api-15.jar%23304!/:15] at com.obscuria.obscureapi.ObscureAPIConfig$Client.<clinit>(ObscureAPIConfig.java:26) ~[obscure_api-15.jar%23304!/:15] at com.obscuria.obscureapi.ObscureAPIConfig.register(ObscureAPIConfig.java:42) ~[obscure_api-15.jar%23304!/:15] at com.obscuria.obscureapi.ObscureAPI.<init>(ObscureAPI.java:68) ~[obscure_api-15.jar%23304!/:15] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.3.0.jar%23361!/:?] at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.3.0.jar%23360!/:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] [28Mar2024 00:23:30.090] [modloading-worker-0/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class com/obscuria/obscureapi/client/renderer/PatreonLayer for invalid dist DEDICATED_SERVER [28Mar2024 00:23:30.136] [modloading-worker-0/INFO] [Chunk Pregenerator/]: Loading Plugin: [name=JourneyMap] [28Mar2024 00:23:30.256] [modloading-worker-0/INFO] [coroutil/]: forge loader environment detected [28Mar2024 00:23:30.263] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 43.3.0, for MC 1.19.2 with MCP 20220805.130853 [28Mar2024 00:23:30.264] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v43.3.0 Initialized [28Mar2024 00:23:30.435] [modloading-worker-0/INFO] [Calio/]: Calio 1.19.2-1.7.0.2 initializing... [28Mar2024 00:23:30.592] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod puzzleslib [28Mar2024 00:23:30.600] [modloading-worker-0/ERROR] [net.minecraft.Util/]: Registry 'enhancedcelestials:lunar/event' was empty after loading [28Mar2024 00:23:30.600] [modloading-worker-0/ERROR] [net.minecraft.Util/]: Registry 'enhancedcelestials:lunar/dimension_settings' was empty after loading [28Mar2024 00:23:30.665] [modloading-worker-0/INFO] [mod.chiselsandbits.forge.Forge/]: Initialized Chisels&Bits - Forge [28Mar2024 00:23:30.699] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModBlockEntityTypes/]: Loaded block entity configuration. [28Mar2024 00:23:30.704] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModBlocks/]: Loaded block configuration. [28Mar2024 00:23:30.707] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModChiselModeGroups/]: Loaded chisel mode group configuration. [28Mar2024 00:23:30.957] [modloading-worker-0/INFO] [railways/]: Registered bogey styles from railways [28Mar2024 00:23:31.003] [modloading-worker-0/INFO] [railways/]: Registering data fixers [28Mar2024 00:23:31.089] [modloading-worker-0/INFO] [ModernFix/]: Bypassed Mojang DFU [28Mar2024 00:23:31.089] [modloading-worker-0/INFO] [ModernFix/]: Instantiating Mojang DFU [28Mar2024 00:23:31.097] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModChiselModes/]: Loaded chisel mode configuration. [28Mar2024 00:23:31.098] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModContainerTypes/]: Loaded container type configuration. [28Mar2024 00:23:31.099] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModCreativeTabs/]: Loaded item group configuration. [28Mar2024 00:23:31.116] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModItems/]: Loaded item configuration. [28Mar2024 00:23:31.119] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModMetadataKeys/]: Loaded metadata key configuration. [28Mar2024 00:23:31.121] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModelProperties/]: Loaded model property configuration. [28Mar2024 00:23:31.124] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModificationOperation/]: Loaded modification operation configuration. [28Mar2024 00:23:31.126] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModificationOperationGroups/]: Loaded modification operation group configuration.
  1. Load more activity
×
×
  • Create New...

Important Information

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