Jump to content

Recommended Posts

Posted

Help Me please

 

---- Minecraft Crash Report ----
***Skytils detected Mixins in this crash***
Mixin registrant patcher.mixins.json, class club.sk1er.patcher.mixins.performance.hudcaching.EntityRendererMixin_HUDCaching, transformed net.minecraft.client.renderer.EntityRenderer.redirect$zkm000$patcher$renderCachedHUD

WARNING: coremods are present:
  FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  PatcherTweaker (patcher-1.8.9.jar)
  SkyblockAddonsLoadingPlugin (SkyblockAddons-for-MC-1.8.9.jar)
  ModTweaker (patcher-1.8.9.jar)
  Skytils On Top (Skytils-1.7.4.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 8/14/23 5:04 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
    at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:236)
    at io.github.moulberry.notenoughupdates.miscfeatures.CustomItemEffects.buildersRulerText(CustomItemEffects.java:492)
    at io.github.moulberry.notenoughupdates.miscfeatures.CustomItemEffects.onOverlayDrawn(CustomItemEffects.java:351)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_73_CustomItemEffects_onOverlayDrawn_Post.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:851)
    at net.minecraftforge.client.GuiIngameForge.renderCrosshairs(GuiIngameForge.java:201)
    at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:126)
    at club.sk1er.patcher.screen.render.caching.HUDCaching.renderCachedHud(HUDCaching.java:48)
    at net.minecraft.client.renderer.EntityRenderer.redirect$zkm000$patcher$renderCachedHUD(EntityRenderer.java:10058)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1401)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1051)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    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:497)
    at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
    at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:173)
    at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:117)
    at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:147)
    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:497)
    at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:293)
    at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
    at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at net.minecraft.item.ItemStack.func_77952_i(ItemStack.java:236)
    at io.github.moulberry.notenoughupdates.miscfeatures.CustomItemEffects.buildersRulerText(CustomItemEffects.java:492)
    at io.github.moulberry.notenoughupdates.miscfeatures.CustomItemEffects.onOverlayDrawn(CustomItemEffects.java:351)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_73_CustomItemEffects_onOverlayDrawn_Post.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
    at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:851)
    at net.minecraftforge.client.GuiIngameForge.renderCrosshairs(GuiIngameForge.java:201)
    at net.minecraftforge.client.GuiIngameForge.func_175180_a(GuiIngameForge.java:126)
    at club.sk1er.patcher.screen.render.caching.HUDCaching.renderCachedHud(HUDCaching.java:48)
    at net.minecraft.client.renderer.EntityRenderer.redirect$zkm000$patcher$renderCachedHUD(EntityRenderer.java:10058)

-- Affected level --
Details:
    Level name: MpServer
    All players: 4 total; [EntityPlayerSP['Won_Shot1254'/12395098, l='MpServer', x=10.89, y=100.00, z=3.09], EntityOtherPlayerMP['Rezevix'/12395099, l='MpServer', x=11.36, y=111.69, z=6.13], EntityOtherPlayerMP[' bSam '/12395318, l='MpServer', x=6.50, y=100.00, z=2.50], EntityOtherPlayerMP['88se3al5sa'/12395017, l='MpServer', x=5.00, y=100.00, z=2.00]]
    Chunk stats: MultiplayerChunkCache: 225, 225
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: 7.00,100.00,7.00 - World: (7,100,7), Chunk: (at 7,6,7 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 197 game time, 23000 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 141 total; [EntityArmorStand[' aDeep Caverns'/12395261, l='MpServer', x=13.00, y=100.56, z=-2.50], EntityArmorStand[' bTravel to:'/12395260, l='MpServer', x=13.00, y=100.94, z=-2.50], EntityArmorStand['Armor Stand'/12395263, l='MpServer', x=13.00, y=100.56, z=-18.50], EntityArmorStand['Armor Stand'/12395262, l='MpServer', x=13.00, y=100.94, z=-18.50], EntityArmorStand['Armor Stand'/12395259, l='MpServer', x=-11.50, y=98.44, z=1.50], EntityPlayerSP['Won_Shot1254'/12395098, l='MpServer', x=10.89, y=100.00, z=3.09], EntityArmorStand['Armor Stand'/12395069, l='MpServer', x=4.44, y=99.13, z=-6.16], EntityArmorStand['Armor Stand'/12395068, l='MpServer', x=4.09, y=99.16, z=-5.56], EntityArmorStand['Armor Stand'/12395071, l='MpServer', x=5.00, y=99.16, z=-5.56], EntityArmorStand['Armor Stand'/12395070, l='MpServer', x=4.41, y=99.16, z=-5.22], EntityArmorStand['Armor Stand'/12395065, l='MpServer', x=4.69, y=99.13, z=-6.59], EntityArmorStand['Armor Stand'/12395064, l='MpServer', x=4.69, y=99.13, z=-4.47], EntityArmorStand['Armor Stand'/12395067, l='MpServer', x=3.72, y=100.31, z=-6.69], EntityArmorStand['Armor Stand'/12395066, l='MpServer', x=4.81, y=98.56, z=-5.59], EntityArmorStand['Armor Stand'/12395061, l='MpServer', x=5.09, y=99.13, z=-4.94], EntityArmorStand['Armor Stand'/12395060, l='MpServer', x=5.13, y=99.13, z=-6.19], EntityArmorStand['Armor Stand'/12395063, l='MpServer', x=4.97, y=99.13, z=-4.59], EntityArmorStand['Armor Stand'/12395062, l='MpServer', x=5.00, y=99.13, z=-6.50], EntityArmorStand['Armor Stand'/12395059, l='MpServer', x=5.13, y=99.13, z=-5.53], EntityArmorStand['Armor Stand'/12395053, l='MpServer', x=1.50, y=96.00, z=59.50], EntityArmorStand['Armor Stand'/12395048, l='MpServer', x=-41.50, y=101.00, z=58.50], EntityArmorStand['Armor Stand'/12395042, l='MpServer', x=13.50, y=96.00, z=59.50], EntityArmorStand['Armor Stand'/12395037, l='MpServer', x=-33.50, y=101.00, z=66.50], EntityArmorStand['Armor Stand'/12395036, l='MpServer', x=-25.50, y=100.66, z=21.50], EntityArmorStand['Armor Stand'/12395030, l='MpServer', x=4.50, y=95.66, z=25.50], EntityArmorStand['Armor Stand'/12395024, l='MpServer', x=-9.50, y=101.00, z=66.50], EntityOtherPlayerMP['88se3al5sa'/12395017, l='MpServer', x=5.00, y=100.00, z=2.00], EntityArmorStand['Armor Stand'/12395018, l='MpServer', x=6.50, y=101.00, z=66.50], EntityOtherPlayerMP['Rezevix'/12395099, l='MpServer', x=11.36, y=111.69, z=6.13], EntityOtherPlayerMP['Rezevix'/12395099, l='MpServer', x=11.36, y=111.69, z=6.13], EntityArmorStand['Armor Stand'/12395093, l='MpServer', x=7.50, y=96.00, z=11.50], EntityArmorStand['Armor Stand'/12395092, l='MpServer', x=4.03, y=99.66, z=-5.16], EntityArmorStand['Armor Stand'/12395089, l='MpServer', x=4.25, y=99.91, z=-4.53], EntityArmorStand['Armor Stand'/12395088, l='MpServer', x=4.53, y=100.03, z=-6.53], EntityArmorStand['Armor Stand'/12395091, l='MpServer', x=4.06, y=99.66, z=-6.00], EntityArmorStand['Armor Stand'/12395090, l='MpServer', x=4.66, y=100.09, z=-5.22], EntityArmorStand['Armor Stand'/12395085, l='MpServer', x=5.84, y=99.88, z=-6.75], EntityArmorStand['Armor Stand'/12395084, l='MpServer', x=4.66, y=99.06, z=-4.03], EntityArmorStand['Armor Stand'/12395087, l='MpServer', x=4.41, y=100.06, z=-7.13], EntityArmorStand['Armor Stand'/12395086, l='MpServer', x=4.25, y=100.06, z=-6.69], EntityArmorStand['Armor Stand'/12395081, l='MpServer', x=4.56, y=99.03, z=-7.03], EntityArmorStand['Armor Stand'/12395080, l='MpServer', x=5.06, y=99.06, z=-6.84], EntityArmorStand['Armor Stand'/12395083, l='MpServer', x=5.25, y=99.03, z=-4.22], EntityArmorStand['Armor Stand'/12395082, l='MpServer', x=4.94, y=99.34, z=-4.50], EntityArmorStand['Armor Stand'/12395077, l='MpServer', x=4.63, y=99.44, z=-4.38], EntityArmorStand['Armor Stand'/12395076, l='MpServer', x=5.81, y=99.88, z=-4.72], EntityArmorStand['Armor Stand'/12395079, l='MpServer', x=4.88, y=99.44, z=-6.63], EntityArmorStand['Armor Stand'/12395078, l='MpServer', x=4.53, y=99.41, z=-6.75], EntityArmorStand['Armor Stand'/12395073, l='MpServer', x=4.66, y=99.97, z=-5.38], EntityArmorStand['Armor Stand'/12395072, l='MpServer', x=4.66, y=99.97, z=-6.28], EntityArmorStand['Armor Stand'/12395075, l='MpServer', x=3.72, y=100.31, z=-5.78], EntityArmorStand['Armor Stand'/12395074, l='MpServer', x=4.44, y=98.81, z=-5.56], EntityArmorStand['Armor Stand'/12394941, l='MpServer', x=14.59, y=99.47, z=-9.91], EntityArmorStand['Armor Stand'/12394940, l='MpServer', x=14.59, y=100.19, z=-10.00], EntityArmorStand['Armor Stand'/12394943, l='MpServer', x=14.59, y=100.22, z=-9.91], EntityArmorStand['Armor Stand'/12394942, l='MpServer', x=14.59, y=99.84, z=-9.91], EntityArmorStand['Armor Stand'/12394937, l='MpServer', x=14.59, y=100.19, z=-10.09], EntityArmorStand['Armor Stand'/12394936, l='MpServer', x=14.59, y=99.78, z=-10.09], EntityArmorStand['Armor Stand'/12394939, l='MpServer', x=14.59, y=99.78, z=-10.00], EntityArmorStand['Armor Stand'/12394938, l='MpServer', x=14.59, y=99.38, z=-10.00], EntityArmorStand['Armor Stand'/12394933, l='MpServer', x=14.38, y=100.63, z=-10.56], EntityArmorStand['Armor Stand'/12394932, l='MpServer', x=14.38, y=100.38, z=-10.56], EntityOtherPlayerMP[' bSam '/12395318, l='MpServer', x=6.50, y=100.00, z=2.50], EntityArmorStand['Armor Stand'/12394935, l='MpServer', x=14.59, y=99.38, z=-10.09], EntityArmorStand['Armor Stand'/12394934, l='MpServer', x=14.38, y=100.53, z=-9.81], EntityArmorStand['Armor Stand'/12394929, l='MpServer', x=14.38, y=100.59, z=-10.16], EntityArmorStand['Armor Stand'/12394928, l='MpServer', x=14.38, y=100.56, z=-9.84], EntityArmorStand['Armor Stand'/12394931, l='MpServer', x=14.38, y=100.00, z=-10.56], EntityArmorStand['Armor Stand'/12394930, l='MpServer', x=14.38, y=99.63, z=-10.56], EntityArmorStand['Armor Stand'/12394925, l='MpServer', x=14.59, y=100.19, z=-9.63], EntityArmorStand['Armor Stand'/12394924, l='MpServer', x=14.59, y=100.00, z=-9.63], EntityArmorStand['Armor Stand'/12394927, l='MpServer', x=14.38, y=99.50, z=-9.88], EntityArmorStand['Armor Stand'/12394926, l='MpServer', x=14.38, y=99.28, z=-10.28], EntityArmorStand['Armor Stand'/12394921, l='MpServer', x=14.38, y=99.81, z=-9.72], EntityArmorStand['Armor Stand'/12394920, l='MpServer', x=14.38, y=100.13, z=-9.56], EntityArmorStand['Armor Stand'/12394923, l='MpServer', x=14.59, y=100.19, z=-9.72], EntityArmorStand['Armor Stand'/12394922, l='MpServer', x=14.59, y=99.84, z=-9.72], EntityArmorStand['Armor Stand'/12394914, l='MpServer', x=-9.50, y=101.00, z=58.50], EntityArmorStand['Armor Stand'/12394908, l='MpServer', x=-33.50, y=101.00, z=58.50], EntityArmorStand['Armor Stand'/12394897, l='MpServer', x=-1.50, y=101.00, z=66.50], EntityArmorStand['Armor Stand'/12394891, l='MpServer', x=-17.50, y=101.00, z=58.50], EntityArmorStand['Armor Stand'/12394885, l='MpServer', x=-25.50, y=99.66, z=8.50], EntityArmorStand['Armor Stand'/12394886, l='MpServer', x=6.50, y=101.00, z=58.50], EntityArmorStand['Armor Stand'/12395005, l='MpServer', x=4.59, y=99.72, z=-1.22], EntityArmorStand['Armor Stand'/12395004, l='MpServer', x=4.44, y=100.13, z=0.28], EntityArmorStand['Armor Stand'/12395007, l='MpServer', x=-25.50, y=101.00, z=58.50], EntityArmorStand['Armor Stand'/12395006, l='MpServer', x=4.59, y=99.38, z=-1.22], EntityArmorStand['Armor Stand'/12395001, l='MpServer', x=4.22, y=100.13, z=-0.53], EntityArmorStand['Armor Stand'/12395000, l='MpServer', x=4.44, y=98.91, z=-1.22], EntityArmorStand['Armor Stand'/12395003, l='MpServer', x=5.34, y=99.50, z=-0.84], EntityArmorStand['Armor Stand'/12395002, l='MpServer', x=4.78, y=100.13, z=-0.75], EntityArmorStand['Armor Stand'/12394997, l='MpServer', x=4.44, y=99.41, z=0.28], EntityArmorStand['Armor Stand'/12394996, l='MpServer', x=4.66, y=100.00, z=0.34], EntityArmorStand['Armor Stand'/12394999, l='MpServer', x=4.44, y=98.28, z=-1.22], EntityArmorStand['Armor Stand'/12394998, l='MpServer', x=4.44, y=99.84, z=0.28], EntityArmorStand['Armor Stand'/12394993, l='MpServer', x=4.66, y=100.00, z=-1.41], EntityArmorStand['Armor Stand'/12394992, l='MpServer', x=4.66, y=100.00, z=-0.09], EntityArmorStand['Armor Stand'/12394995, l='MpServer', x=4.66, y=100.00, z=-0.53], EntityArmorStand['Armor Stand'/12394994, l='MpServer', x=4.66, y=100.00, z=-0.97], EntityArmorStand['Armor Stand'/12394989, l='MpServer', x=4.22, y=100.00, z=-0.53], EntityArmorStand['Armor Stand'/12394988, l='MpServer', x=4.22, y=100.00, z=-0.09], EntityArmorStand['Armor Stand'/12394991, l='MpServer', x=4.22, y=100.00, z=-1.41], EntityArmorStand['Armor Stand'/12394990, l='MpServer', x=4.22, y=100.00, z=-0.97], EntityArmorStand['Armor Stand'/12394985, l='MpServer', x=-2.25, y=106.19, z=2.22], EntityArmorStand['Armor Stand'/12394984, l='MpServer', x=-1.72, y=106.47, z=1.59], EntityArmorStand['Armor Stand'/12394987, l='MpServer', x=4.22, y=100.00, z=0.34], EntityArmorStand['Armor Stand'/12394986, l='MpServer', x=-13.50, y=95.66, z=55.50], EntityArmorStand['Armor Stand'/12394983, l='MpServer', x=-1.72, y=105.00, z=1.63], EntityArmorStand['Armor Stand'/12394982, l='MpServer', x=-1.72, y=105.00, z=1.63], EntityArmorStand['Armor Stand'/12394976, l='MpServer', x=-1.50, y=101.00, z=58.50], EntityOtherPlayerMP['88se3al5sa'/12395017, l='MpServer', x=5.00, y=100.00, z=2.00], EntityArmorStand['Armor Stand'/12394975, l='MpServer', x=13.50, y=96.00, z=47.50], EntityArmorStand['Armor Stand'/12394974, l='MpServer', x=1.50, y=96.00, z=23.50], EntityArmorStand['Armor Stand'/12394969, l='MpServer', x=-10.50, y=96.00, z=59.50], EntityArmorStand['Armor Stand'/12394959, l='MpServer', x=-25.50, y=101.00, z=66.50], EntityArmorStand['Armor Stand'/12394953, l='MpServer', x=-16.50, y=96.00, z=59.50], EntityArmorStand['Armor Stand'/12394952, l='MpServer', x=-1.09, y=106.19, z=2.44], EntityArmorStand['Armor Stand'/12394954, l='MpServer', x=-41.50, y=101.00, z=66.50], EntityArmorStand['Armor Stand'/12394949, l='MpServer', x=-0.56, y=105.00, z=1.84], EntityArmorStand['Armor Stand'/12394948, l='MpServer', x=13.50, y=96.00, z=11.50], EntityArmorStand['Armor Stand'/12394951, l='MpServer', x=-0.56, y=106.47, z=1.81], EntityArmorStand['Armor Stand'/12394950, l='MpServer', x=-0.56, y=105.00, z=1.84], EntityArmorStand['Armor Stand'/12394945, l='MpServer', x=14.59, y=100.00, z=-9.81], EntityArmorStand['Armor Stand'/12394944, l='MpServer', x=14.59, y=99.66, z=-9.81], EntityArmorStand['Armor Stand'/12394947, l='MpServer', x=7.50, y=96.00, z=17.50], EntityArmorStand['Armor Stand'/12394946, l='MpServer', x=14.59, y=100.19, z=-9.81], EntityArmorStand[' e lCLICK'/12395320, l='MpServer', x=6.50, y=99.75, z=2.50], EntityArmorStand[' bSam'/12395319, l='MpServer', x=6.50, y=100.00, z=2.50], EntityOtherPlayerMP[' bSam '/12395318, l='MpServer', x=6.50, y=100.00, z=2.50], EntityArmorStand[' aHub Island'/12395273, l='MpServer', x=18.00, y=100.56, z=17.50], EntityArmorStand[' bTravel to:'/12395272, l='MpServer', x=18.00, y=100.94, z=17.50], EntityArmorStand[' e lCLICK'/12395269, l='MpServer', x=5.50, y=99.84, z=2.50], EntityArmorStand['Jerry'/12395268, l='MpServer', x=5.50, y=100.09, z=2.50], EntityArmorStand[' c?  cNo Destination'/12395271, l='MpServer', x=1.50, y=98.44, z=1.50], EntityArmorStand[' d?  aWarp To  7TOP'/12395270, l='MpServer', x=15.50, y=94.44, z=-4.50], EntityArmorStand[' e lCLICK'/12395265, l='MpServer', x=5.00, y=99.75, z=2.00], EntityArmorStand[' cCamille'/12395264, l='MpServer', x=5.00, y=100.00, z=2.00], EntityArmorStand[' 6 lNEW UPDATE'/12395267, l='MpServer', x=5.50, y=100.34, z=2.50], EntityArmorStand[' 7?  aWarp To  dMINONS'/12395266, l='MpServer', x=15.50, y=98.44, z=2.50], EntityArmorStand['Armor Stand'/12394879, l='MpServer', x=-17.50, y=101.00, z=66.50], EntityVillager['Villager'/12394878, l='MpServer', x=5.50, y=100.00, z=2.50]]
    Retry entities: 0 total; []
    Server brand: Hypixel BungeeCord (1.3.22) <- vanilla
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:402)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    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:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    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:497)
    at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
    at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:173)
    at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:117)
    at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:147)
    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:497)
    at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:293)
    at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
    at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:26)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1450337408 bytes (1383 MB) / 3198156800 bytes (3050 MB) up to 10230431744 bytes (9756 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10976m -Xms256m
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_M6_pre2 19 mods loaded, 19 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                                                   |
    | ------ | --------------------- | --------------------- | -------------------------------------------------------- |
    | UCHIJA | mcp                   | 9.19                  | minecraft.jar                                            |
    | UCHIJA | FML                   | 8.0.99.99             | forge-1.8.9-11.15.1.2318-1.8.9.jar                       |
    | UCHIJA | Forge                 | 11.15.1.2318          | forge-1.8.9-11.15.1.2318-1.8.9.jar                       |
    | UCHIJA | Endgame               | 1.0                   | MelodyHarp1.3.jar                                        |
    | UCHIJA | essential             | 1.0.0                 | Essential (forge_1.8.9).jar                              |
    | UCHIJA | oneconfig             | 0.2.0-alpha180        | OneConfig (1.8.9-forge).jar                              |
    | UCHIJA | autoskyblockrejoin    | 1.1.3                 | autoskyblockrejoin-1.8.9-forge-1.1.3.jar                 |
    | UCHIJA | BazaarNotifier        | 1.6.1                 | BazaarNotifier-1.6.1.jar                                 |
    | UCHIJA | cowlection            | 1.8.9-0.16.0          | Cowlection-1.8.9-0.16.0.jar                              |
    | UCHIJA | dungeonrooms          | 3.3.2                 | Dungeon_Rooms-3.3.2.jar                                  |
    | UCHIJA | FpsReducer            | mc1.8.9-1.10.3        | FpsReducer-mc1.8.9-1.10.3.jar                            |
    | UCHIJA | Danker's Skyblock Mod | 2.1                   | MC.1.8.9.Danker.s.Skyblock.Mod.-.2.1.jar                 |
    | UCHIJA | notenoughupdates      | 2.1.1-PRE             | NotEnoughUpdates-2.1.1-Pre-3.jar                         |
    | UCHIJA | patcher               | 1.8.6                 | patcher-1.8.9.jar                                        |
    | UCHIJA | realtimeclock         | 1.8.8-0.4             | RealTimeClock-1.8.9-0.5.jar                              |
    | UCHIJA | text_overflow_scroll  | 1.4.0                 | Scrollable Tooltips-1.4 (1.8.9).jar                      |
    | UCHIJA | skyblockaddons        | 1.7.2                 | SkyblockAddons-for-MC-1.8.9.jar                          |
    | UCHIJA | skyguide              | 1.2.1+oneconfig-beta1 | SkyGuide%20%281.8.9-forge%29-1.2.1%2Boneconfig-beta1.jar |
    | UCHIJA | skytils               | 1.7.4                 | Skytils-1.7.4.jar                                        |

    Loaded coremods (and transformers): 
FMLLoadingPlugin (Scrollable Tooltips-1.4 (1.8.9).jar)
  club.sk1er.mods.scrollabletooltips.forge.ClassTransformer
PatcherTweaker (patcher-1.8.9.jar)
  club.sk1er.patcher.tweaker.ClassTransformer
SkyblockAddonsLoadingPlugin (SkyblockAddons-for-MC-1.8.9.jar)
  codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
ModTweaker (patcher-1.8.9.jar)
  club.sk1er.patcher.tweaker.other.ModClassTransformer
Skytils On Top (Skytils-1.7.4.jar)
  gg.skytils.skytilsmod.asm.SkytilsTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 536.67' Renderer: 'NVIDIA GeForce GTX 1650/PCIe/SSE2'
    Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
    Launched Version: forge-11.15.1.2318
    LWJGL: 2.9.4
    OpenGL: NVIDIA GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.67, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs:  b lFurfSky  f lReborn  8 lFULL.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
    OptiFine Version: OptiFine_1.8.9_HD_U_M6_pre2
    OptiFine Build: 20211101-204933
    Render Distance Chunks: 9
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 536.67
    OpenGlRenderer: NVIDIA GeForce GTX 1650/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Add the full crash-report or latest.log (logs-folder) with sites like https://mclo.gs/ and paste the link to it here
    • When i install a mod pack and open it it opens minecraft but it goes to the forge loading screen at the start and loads for a second  then crashes idk why i checked my logs and these are the errors i got, [01:25:24] [main/ERROR]:Mixin config mixins.satin.client.json does not specify "minVersion" property [01:25:24] [main/ERROR]:Mixin config palladiumcore-common.mixins.json does not specify "minVersion" property [01:25:24] [main/ERROR]:Mixin config palladiumcore.mixins.json does not specify "minVersion" property [01:25:24] [main/ERROR]:Mixin config vc_gliders-common.mixins.json does not specify "minVersion" property [01:25:24] [main/ERROR]:Mixin config vc_gliders.mixins.json does not specify "minVersion" property [01:25:24] [main/ERROR]:Mixin config mixins.astrological.json does not specify "minVersion" property [01:25:24] [main/ERROR]:Mixin config entity_model_features.mixins.json does not specify "minVersion" property [01:25:24] [main/ERROR]:Mixin config azurepaxels.mixins.json does not specify "minVersion" property   and these are the warnings  [01:25:24] [main/WARN]:Embeddium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS] [01:25:24] [main/WARN]:This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver. [01:25:24] [main/WARN]:Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.mixins.json could not be read. If this is a development environment you can ignore this message [01:25:24] [main/WARN]:Reference map 'harvest_with_ease.refmap.json' for harvest_with_ease.forge.mixins.json could not be read. If this is a development environment you can ignore this message [01:25:24] [main/WARN]:Reference map 'puzzlesaccessapi.common.refmap.json' for puzzlesaccessapi.common.mixins.json could not be read. If this is a development environment you can ignore this message   please help
    • It is an issue with open-parties-and-claims-forge Looks like this mod is trying to load an invalid or missing Spain language file If your Launcher or System is set to this language, make a test with changing it in the Launcher Or remove open-parties-and-claims-forge  
    • Hi, I have this error, once i enter to my world, close windows and this error appears. I appreciate any kind of help. thks. ---- Minecraft Crash Report ---- // Embeddium instance tainted by mods: [oculus] // Please do not reach out for Embeddium support without removing these mods first. // ------- // Surprise! Haha. Well, this is awkward. Time: 2025-04-28 17:09:12 Description: Exception in server tick loop java.lang.RuntimeException: Error loading the default OPAC server localization!     at xaero.pac.common.server.player.localization.ServerTranslationLoader.loadFromResources(ServerTranslationLoader.java:50) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.server.ServerData.onServerResourcesReload(ServerData.java:142) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.server.ServerDataInitializer.init(ServerDataInitializer.java:276) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.event.CommonEvents.onServerAboutToStart(CommonEvents.java:110) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     at xaero.pac.common.event.CommonEventsForge.onServerAboutToStart(CommonEventsForge.java:88) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading,pl:eventbus:A}     at xaero.pac.common.event.__CommonEventsForge_onServerAboutToStart_ServerAboutToStartEvent.invoke(.dynamic) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading,pl:eventbus:B}     at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2387!/:?] {}     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {}     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {}     at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:98) ~[forge-1.20.1-47.4.0-universal.jar%23463!/:?] {re:classloading}     at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:mixin,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:runtimedistcleaner:A,re:classloading,xf:fml:openpartiesandclaims:xaero_pac_integratedserver_tickpaused,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope_IntegratedServer,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_FixDefaultOpPermissionLevel,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_IntegratedServerManager,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_minecraftserverclass,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:saturn.mixins.json:allocations.server_directory.MinecraftServerMixin,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}     at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin} Caused by: java.io.FileNotFoundException: openpartiesandclaims:lang/es_esp.json     at net.minecraft.server.packs.resources.ResourceProvider.m_215590_(ResourceProvider.java:21) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:classloading,re:mixin}     at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] {re:mixin}     at net.minecraft.server.packs.resources.ResourceProvider.m_215593_(ResourceProvider.java:21) ~[client-1.20.1-20230612.114412-srg.jar%23458!/:?] {re:classloading,re:mixin}     at xaero.pac.common.server.player.localization.ServerTranslationLoader.loadFromResources(ServerTranslationLoader.java:44) ~[open-parties-and-claims-forge-1.20.1-0.24.0.jar%23417!/:0.24.0] {re:classloading}     ... 13 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.20.1     Minecraft Version ID: 1.20.1     Operating System: Windows 11 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1170532328 bytes (1116 MiB) / 6710886400 bytes (6400 MiB) up to 8589934592 bytes (8192 MiB)     CPUs: 12     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 5 5600X 6-Core Processor                  Identifier: AuthenticAMD Family 25 Model 33 Stepping 0     Microarchitecture: Zen 3     Frequency (GHz): 3.70     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 12     Graphics card #0 name: NVIDIA GeForce RTX 4060     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2882     Graphics card #0 versionInfo: DriverVersion=32.0.15.7602     Memory slot #0 capacity (MB): 16384.00     Memory slot #0 clockSpeed (GHz): 3.20     Memory slot #0 type: DDR4     Virtual memory max (MB): 36774.50     Virtual memory used (MB): 25931.35     Swap memory total (MB): 20480.00     Swap memory used (MB): 1270.96     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     Loaded Shaderpack: (off) (fallback)     Server Running: true     Player Count: 0 / 8; []     Data Packs: vanilla, mod:kuma_api, mod:blue_skies (incompatible), mod:geckolib, mod:playeranimator (incompatible), mod:botarium (incompatible), mod:naturalist (incompatible), mod:immersive_aircraft (incompatible), mod:sophisticatedcore (incompatible), mod:cookingforblockheads, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:mixinextras (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:balm, mod:fpsreducer, mod:carryon (incompatible), mod:jeresources, mod:paraglider (incompatible), mod:cloth_config (incompatible), mod:dragonmounts, mod:sawmill (incompatible), mod:dummmmmmy (incompatible), mod:konkrete (incompatible), mod:structure_gel, mod:advancementplaques (incompatible), mod:mcwbridges, mod:farmersdelight, mod:ambientsounds, mod:mcwfences, mod:simplylight (incompatible), mod:resourcefulconfig (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:collective, mod:camera, mod:advancednetherite, mod:measurements, mod:betterthirdperson, mod:elevatorid, mod:ftbultimine (incompatible), mod:tombstone, mod:resourcefullib (incompatible), mod:constructionwand, mod:mcwroofs, mod:inventoryprofilesnext (incompatible), mod:deeperdarker, mod:architectury (incompatible), mod:mcwfurnitures, mod:cupboard (incompatible), mod:adorn (incompatible), mod:flib, mod:jadeaddons (incompatible), mod:inventoryessentials, mod:framework, mod:fallingtree (incompatible), mod:smallships (incompatible), mod:tradingpost, mod:mcwlights, mod:betteradvancements (incompatible), mod:quarkoddities, mod:trashslot, mod:ftblibrary (incompatible), mod:amendments (incompatible), mod:sophisticatedstorage (incompatible), mod:jei, mod:nameless_trinkets (incompatible), mod:graveyard (incompatible), mod:goblintraders (incompatible), mod:caelus (incompatible), mod:waystones, mod:clumps (incompatible), mod:comforts (incompatible), mod:naturescompass, mod:storagenetwork, mod:configured (incompatible), mod:compactmachines (incompatible), mod:glitchcore (incompatible), mod:sereneseasons, mod:farmingforblockheads, mod:midnightlib (incompatible), mod:explorerscompass, mod:ars_nouveau (incompatible), mod:puzzlesaccessapi, mod:dungeons_arise_seven_seas, mod:forge, mod:mcwpaths, mod:dungeons_arise, mod:craftingtweaks, mod:alexscaves, mod:voicechat (incompatible), mod:trade_cycling, mod:simplyswords (incompatible), mod:libipn (incompatible), mod:enchdesc (incompatible), mod:terrablender, mod:biomesoplenty, mod:moonlight (incompatible), mod:bettercombat (incompatible), mod:toolbelt (incompatible), mod:mixinsquared (incompatible), mod:jade (incompatible), mod:creativecore, mod:spectrelib (incompatible), mod:roughlyenoughitems (incompatible), mod:betterfpsdist (incompatible), mod:kotlinforforge (incompatible), mod:easy_villagers, mod:iceberg (incompatible), mod:flywheel, mod:ponder (incompatible), mod:create, mod:ecologics, mod:polymorph (incompatible), mod:securitycraft, mod:sit, mod:zeta (incompatible), mod:quark (incompatible), mod:supplementaries, mod:inventoryhud (incompatible), mod:immediatelyfast (incompatible), mod:appleskin (incompatible), mod:puzzleslib, mod:justzoom (incompatible), mod:betterf3, mod:aquaculture, mod:immersive_melodies (incompatible), mod:expandability (incompatible), mod:cosmeticarmorreworked, mod:ad_astra (incompatible), Sawmill Sawmill Recipes, Supplementaries Generated Pack, create:dynamic_data, mod:colytra (incompatible), mod:freecam (incompatible), mod:elytraslot (incompatible), mod:spawnermod (incompatible), mod:simpleplanes (incompatible), mod:trenzalore (incompatible), mod:minecraftcapes (incompatible), mod:hangglider, mod:corail_woodcutter, mod:cfm, mod:globalxp, mod:darkmodeeverywhere (incompatible), mod:obsidianboat, mod:car, mod:paintings (incompatible), mod:searchlight (incompatible), mod:xaeroworldmap (incompatible), mod:xaerominimap (incompatible), mod:openpartiesandclaims (incompatible), mod:mcwdoors, mod:saturn (incompatible), mod:canary, mod:essential (incompatible), mod:embeddium, mod:oculus     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Type: Integrated Server (map_client.txt)     Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'     Launched Version: 1.20.1-forge-47.4.0     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.4.0.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20.1-47.4.0.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          minecraft@1.0         kotlinforforge@4.11.0         javafml@null         lowcodefml@null     Mod List:          saturn-mc1.20.1-0.1.3.jar                         |Saturn                        |saturn                        |0.1.3               |DONE      |Manifest: NOSIGNATURE         kuma-api-forge-20.1.10+1.20.1.jar                 |KumaAPI                       |kuma_api                      |20.1.10             |DONE      |Manifest: NOSIGNATURE         blue_skies-1.20.1-1.3.31.jar                      |Blue Skies                    |blue_skies                    |1.3.31              |DONE      |Manifest: NOSIGNATURE         open-parties-and-claims-forge-1.20.1-0.24.0.jar   |Open Parties and Claims       |openpartiesandclaims          |0.24.0              |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.20.1-4.7.1.2.jar                 |GeckoLib 4                    |geckolib                      |4.7.1.2             |DONE      |Manifest: NOSIGNATURE         player-animation-lib-forge-1.0.2-rc1+1.20.jar     |Player Animator               |playeranimator                |1.0.2-rc1+1.20      |DONE      |Manifest: NOSIGNATURE         botarium-forge-1.20.1-2.3.4.jar                   |Botarium                      |botarium                      |2.3.4               |DONE      |Manifest: NOSIGNATURE         naturalist-5.0pre2+forge-1.20.1.jar               |Naturalist                    |naturalist                    |5.0pre2             |DONE      |Manifest: NOSIGNATURE         immersive_aircraft-1.2.2+1.20.1-forge.jar         |Immersive Aircraft            |immersive_aircraft            |1.2.2+1.20.1        |DONE      |Manifest: NOSIGNATURE         sophisticatedcore-1.20.1-1.2.38.936.jar           |Sophisticated Core            |sophisticatedcore             |1.2.38.936          |DONE      |Manifest: NOSIGNATURE         XaerosWorldMap_1.39.4_Forge_1.20.jar              |Xaero's World Map             |xaeroworldmap                 |1.39.4              |DONE      |Manifest: NOSIGNATURE         cookingforblockheads-forge-1.20.1-16.0.13.jar     |CookingForBlockheads          |cookingforblockheads          |16.0.13             |DONE      |Manifest: NOSIGNATURE         citadel-2.6.1-1.20.1.jar                          |Citadel                       |citadel                       |2.6.1               |DONE      |Manifest: NOSIGNATURE         alexsmobs-1.22.9.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.9              |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0-beta.8.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.8        |DONE      |Manifest: NOSIGNATURE         spawnermod-1.20.1-1.9.3+Forge.jar                 |Enhanced Mob Spawners         |spawnermod                    |1.9.3               |DONE      |Manifest: NOSIGNATURE         Bookshelf-Forge-1.20.1-20.2.13.jar                |Bookshelf                     |bookshelf                     |20.2.13             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         sophisticatedbackpacks-1.20.1-3.23.8.1215.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |3.23.8.1215         |DONE      |Manifest: NOSIGNATURE         simpleplanes-1.20.1-5.3.3.jar                     |Simple Planes                 |simpleplanes                  |1.20.1-5.3.3        |DONE      |Manifest: NOSIGNATURE         mcw-doors-1.1.2-mc1.20.1forge.jar                 |Macaw's Doors                 |mcwdoors                      |1.1.2               |DONE      |Manifest: NOSIGNATURE         balm-forge-1.20.1-7.3.27-all.jar                  |Balm                          |balm                          |7.3.27              |DONE      |Manifest: NOSIGNATURE         FpsReducer2-forge-1.20-2.5.jar                    |FPS Reducer                   |fpsreducer                    |1.20-2.5            |DONE      |Manifest: NOSIGNATURE         carryon-forge-1.20.1-2.1.2.7.jar                  |Carry On                      |carryon                       |2.1.2.7             |DONE      |Manifest: NOSIGNATURE         JustEnoughResources-1.20.1-1.4.0.247.jar          |Just Enough Resources         |jeresources                   |1.4.0.247           |DONE      |Manifest: NOSIGNATURE         Paraglider-forge-20.1.3.jar                       |Paraglider                    |paraglider                    |20.1.3              |DONE      |Manifest: NOSIGNATURE         cloth-config-11.1.136-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.136            |DONE      |Manifest: NOSIGNATURE         dragonmounts-1.20.1-1.2.3-beta.jar                |Dragon Mounts: Legacy         |dragonmounts                  |1.2.3-beta          |DONE      |Manifest: NOSIGNATURE         sawmill-1.20-1.4.6.jar                            |Universal Sawmill             |sawmill                       |1.20-1.4.6          |DONE      |Manifest: NOSIGNATURE         dummmmmmy-1.20-2.0.6.jar                          |MmmMmmMmmmmm                  |dummmmmmy                     |1.20-2.0.6          |DONE      |Manifest: NOSIGNATURE         trenzalore-forge-3.3.10+mc1.20.1-all.jar          |Trenzalore                    |trenzalore                    |3.3.10              |DONE      |Manifest: NOSIGNATURE         konkrete_forge_1.8.0_MC_1.20-1.20.1.jar           |Konkrete                      |konkrete                      |1.8.0               |DONE      |Manifest: NOSIGNATURE         embeddium-0.3.31+mc1.20.1.jar                     |Embeddium                     |embeddium                     |0.3.31+mc1.20.1     |DONE      |Manifest: NOSIGNATURE         structure_gel-1.20.1-2.16.2.jar                   |Structure Gel API             |structure_gel                 |2.16.2              |DONE      |Manifest: NOSIGNATURE         AdvancementPlaques-1.20.1-forge-1.6.9.jar         |Advancement Plaques           |advancementplaques            |1.6.9               |DONE      |Manifest: NOSIGNATURE         mcw-bridges-3.0.0-mc1.20.1forge.jar               |Macaw's Bridges               |mcwbridges                    |3.0.0               |DONE      |Manifest: NOSIGNATURE         FarmersDelight-1.20.1-1.2.7.jar                   |Farmer's Delight              |farmersdelight                |1.20.1-1.2.7        |DONE      |Manifest: NOSIGNATURE         AmbientSounds_FORGE_v6.1.6_mc1.20.1.jar           |AmbientSounds                 |ambientsounds                 |6.1.6               |DONE      |Manifest: NOSIGNATURE         mcw-fences-1.2.0-1.20.1forge.jar                  |Macaw's Fences and Walls      |mcwfences                     |1.2.0               |DONE      |Manifest: NOSIGNATURE         MinecraftCapes Forge 1.20.1-12.3.7.jar            |MinecraftCapes                |minecraftcapes                |12.3.7              |DONE      |Manifest: NOSIGNATURE         simplylight-1.20.1-1.4.6-build.50.jar             |Simply Light                  |simplylight                   |1.20.1-1.4.6-build.5|DONE      |Manifest: NOSIGNATURE         resourcefulconfig-forge-1.20.1-2.1.3.jar          |Resourcefulconfig             |resourcefulconfig             |2.1.3               |DONE      |Manifest: NOSIGNATURE         HangGlider-v8.0.1-1.20.1-Forge.jar                |Hang Glider                   |hangglider                    |8.0.1               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         curios-forge-5.12.1+1.20.1.jar                    |Curios API                    |curios                        |5.12.1+1.20.1       |DONE      |Manifest: NOSIGNATURE         Patchouli-1.20.1-84.1-FORGE.jar                   |Patchouli                     |patchouli                     |1.20.1-84.1-FORGE   |DONE      |Manifest: NOSIGNATURE         corail_woodcutter-1.20.1-3.0.6.jar                |Corail Woodcutter             |corail_woodcutter             |3.0.6               |DONE      |Manifest: NOSIGNATURE         oculus-mc1.20.1-1.8.0.jar                         |Oculus                        |oculus                        |1.8.0               |DONE      |Manifest: NOSIGNATURE         collective-1.20.1-8.1.jar                         |Collective                    |collective                    |8.1                 |DONE      |Manifest: NOSIGNATURE         camera-forge-1.20.1-1.0.19.jar                    |Camera Mod                    |camera                        |1.20.1-1.0.19       |DONE      |Manifest: NOSIGNATURE         advancednetherite-forge-2.1.3-1.20.1.jar          |Advanced Netherite            |advancednetherite             |2.1.3               |DONE      |Manifest: NOSIGNATURE         Measurements-forge-1.20.1-2.0.0.jar               |Measurements                  |measurements                  |2.0.0               |DONE      |Manifest: NOSIGNATURE         BetterThirdPerson-Forge-1.20-1.9.0.jar            |Better Third Person           |betterthirdperson             |1.9.0               |DONE      |Manifest: NOSIGNATURE         elevatorid-1.20.1-lex-1.9.jar                     |Elevator Mod                  |elevatorid                    |1.20.1-lex-1.9      |DONE      |Manifest: NOSIGNATURE         ftb-ultimine-forge-2001.1.5.jar                   |FTB Ultimine                  |ftbultimine                   |2001.1.5            |DONE      |Manifest: NOSIGNATURE         tombstone-1.20.1-8.9.2.jar                        |Corail Tombstone              |tombstone                     |8.9.2               |DONE      |Manifest: NOSIGNATURE         resourcefullib-forge-1.20.1-2.1.29.jar            |Resourceful Lib               |resourcefullib                |2.1.29              |DONE      |Manifest: NOSIGNATURE         constructionwand-1.20.1-2.11.jar                  |Construction Wand             |constructionwand              |1.20.1-2.11         |DONE      |Manifest: NOSIGNATURE         mcw-roofs-2.3.1-mc1.20.1forge.jar                 |Macaw's Roofs                 |mcwroofs                      |2.3.1               |DONE      |Manifest: NOSIGNATURE         InventoryProfilesNext-forge-1.20-1.10.14.jar      |Inventory Profiles Next       |inventoryprofilesnext         |1.10.14             |DONE      |Manifest: NOSIGNATURE         deeperdarker-forge-1.20.1-1.3.3.jar               |Deeper and Darker             |deeperdarker                  |1.3.3               |DONE      |Manifest: NOSIGNATURE         cfm-forge-1.20.1-7.0.0-pre36.jar                  |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre36         |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         architectury-9.2.14-forge.jar                     |Architectury                  |architectury                  |9.2.14              |DONE      |Manifest: NOSIGNATURE         mcw-furniture-3.3.0-mc1.20.1forge.jar             |Macaw's Furniture             |mcwfurnitures                 |3.3.0               |DONE      |Manifest: NOSIGNATURE         globalxp-forge-1.20.1-1.12.jar                    |Global XP                     |globalxp                      |1.12                |DONE      |Manifest: NOSIGNATURE         cupboard-1.20.1-2.7.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.7          |DONE      |Manifest: NOSIGNATURE         Adorn-5.0.1+1.20.1-forge.jar                      |Adorn                         |adorn                         |5.0.1+1.20.1        |DONE      |Manifest: NOSIGNATURE         flib-1.20.1-0.0.15.jar                            |flib                          |flib                          |0.0.15              |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed         JadeAddons-1.20.1-Forge-5.5.0.jar                 |Jade Addons                   |jadeaddons                    |5.5.0+forge         |DONE      |Manifest: NOSIGNATURE         inventoryessentials-forge-1.20.1-8.2.7.jar        |Inventory Essentials          |inventoryessentials           |8.2.7               |DONE      |Manifest: NOSIGNATURE         framework-forge-1.20.1-0.7.12.jar                 |Framework                     |framework                     |0.7.12              |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         FallingTree-1.20.1-4.3.4.jar                      |FallingTree                   |fallingtree                   |4.3.4               |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29         smallships-forge-1.20.1-2.0.0-b1.4.jar            |Small Ships                   |smallships                    |2.0.0-b1.4          |DONE      |Manifest: NOSIGNATURE         TradingPost-v8.0.2-1.20.1-Forge.jar               |Trading Post                  |tradingpost                   |8.0.2               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         mcw-lights-1.1.0-mc1.20.1forge.jar                |Macaw's Lights and Lamps      |mcwlights                     |1.1.0               |DONE      |Manifest: NOSIGNATURE         DarkModeEverywhere-1.20.1-1.2.3.jar               |DarkModeEverywhere            |darkmodeeverywhere            |1.20.1-1.2.3        |DONE      |Manifest: NOSIGNATURE         Essential (forge_1.20.1).jar                      |Essential                     |essential                     |1.3.5.12            |DONE      |Manifest: NOSIGNATURE         BetterAdvancements-Forge-1.20.1-0.4.2.25.jar      |Better Advancements           |betteradvancements            |0.4.2.25            |DONE      |Manifest: NOSIGNATURE         elytraslot-forge-6.4.4+1.20.1.jar                 |Elytra Slot                   |elytraslot                    |6.4.4+1.20.1        |DONE      |Manifest: NOSIGNATURE         QuarkOddities-1.20.1.jar                          |Quark Oddities                |quarkoddities                 |1.20.1              |DONE      |Manifest: NOSIGNATURE         trashslot-forge-1.20-15.1.2.jar                   |TrashSlot                     |trashslot                     |15.1.2              |DONE      |Manifest: NOSIGNATURE         ftb-library-forge-2001.2.9.jar                    |FTB Library                   |ftblibrary                    |2001.2.9            |DONE      |Manifest: NOSIGNATURE         amendments-1.20-1.2.19.jar                        |Amendments                    |amendments                    |1.20-1.2.19         |DONE      |Manifest: NOSIGNATURE         sophisticatedstorage-1.20.1-1.3.22.1104.jar       |Sophisticated Storage         |sophisticatedstorage          |1.3.22.1104         |DONE      |Manifest: NOSIGNATURE         jei-1.20.1-forge-15.20.0.106.jar                  |Just Enough Items             |jei                           |15.20.0.106         |DONE      |Manifest: NOSIGNATURE         Nameless Trinkets-1.20.1-1.9.0.jar                |Nameless Trinkets             |nameless_trinkets             |1.20.1-1.8.5        |DONE      |Manifest: NOSIGNATURE         The_Graveyard_3.1_(FORGE)_for_1.20.1.jar          |The Graveyard                 |graveyard                     |3.1                 |DONE      |Manifest: NOSIGNATURE         goblintraders-forge-1.20.1-1.9.3.jar              |Goblin Traders                |goblintraders                 |1.9.3               |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         caelus-forge-3.2.0+1.20.1.jar                     |Caelus API                    |caelus                        |3.2.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         colytra-forge-6.2.2+1.20.1.jar                    |Colytra                       |colytra                       |6.2.2+1.20.1        |DONE      |Manifest: NOSIGNATURE         waystones-forge-1.20.1-14.1.11.jar                |Waystones                     |waystones                     |14.1.11             |DONE      |Manifest: NOSIGNATURE         Clumps-forge-1.20.1-12.0.0.4.jar                  |Clumps                        |clumps                        |12.0.0.4            |DONE      |Manifest: NOSIGNATURE         comforts-forge-6.4.0+1.20.1.jar                   |Comforts                      |comforts                      |6.4.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         NaturesCompass-1.20.1-1.11.2-forge.jar            |Nature's Compass              |naturescompass                |1.20.1-1.11.2-forge |DONE      |Manifest: NOSIGNATURE         SimpleStorageNetwork-1.20.1-1.12.2.jar            |Simple Storage Network        |storagenetwork                |1.12.2              |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed         configured-forge-1.20.1-2.2.3.jar                 |Configured                    |configured                    |2.2.3               |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         compactmachines-forge-6.0.3.jar                   |Compact Machines              |compactmachines               |6.0.3               |DONE      |Manifest: NOSIGNATURE         GlitchCore-forge-1.20.1-0.0.1.1.jar               |GlitchCore                    |glitchcore                    |0.0.1.1             |DONE      |Manifest: NOSIGNATURE         SereneSeasons-forge-1.20.1-9.1.0.1.jar            |Serene Seasons                |sereneseasons                 |9.1.0.1             |DONE      |Manifest: NOSIGNATURE         farmingforblockheads-forge-1.20.1-14.0.2.jar      |Farming for Blockheads        |farmingforblockheads          |14.0.2              |DONE      |Manifest: NOSIGNATURE         midnightlib-1.4.2-forge.jar                       |MidnightLib                   |midnightlib                   |1.4.2               |DONE      |Manifest: NOSIGNATURE         ExplorersCompass-1.20.1-1.3.3-forge.jar           |Explorer's Compass            |explorerscompass              |1.20.1-1.3.3-forge  |DONE      |Manifest: NOSIGNATURE         ars_nouveau-1.20.1-4.12.6-all.jar                 |Ars Nouveau                   |ars_nouveau                   |4.12.6              |DONE      |Manifest: NOSIGNATURE         puzzlesaccessapi-forge-20.1.1.jar                 |Puzzles Access Api            |puzzlesaccessapi              |20.1.1              |DONE      |Manifest: NOSIGNATURE         DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar     |When Dungeons Arise: Seven Sea|dungeons_arise_seven_seas     |1.0.2               |DONE      |Manifest: NOSIGNATURE         mcw-paths-1.1.0forge-mc1.20.1.jar                 |Macaw's Paths and Pavings     |mcwpaths                      |1.1.0               |DONE      |Manifest: NOSIGNATURE         DungeonsArise-1.20.x-2.1.58-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.58-1.20.x       |DONE      |Manifest: NOSIGNATURE         craftingtweaks-forge-1.20.1-18.2.5.jar            |CraftingTweaks                |craftingtweaks                |18.2.5              |DONE      |Manifest: NOSIGNATURE         alexscaves-2.0.2.jar                              |Alex's Caves                  |alexscaves                    |2.0.2               |DONE      |Manifest: NOSIGNATURE         voicechat-forge-1.20.1-2.5.29.jar                 |Simple Voice Chat             |voicechat                     |1.20.1-2.5.29       |DONE      |Manifest: NOSIGNATURE         trade-cycling-forge-1.20.1-1.0.17.jar             |Trade Cycling                 |trade_cycling                 |1.20.1-1.0.17       |DONE      |Manifest: NOSIGNATURE         simplyswords-forge-1.56.0-1.20.1.jar              |Simply Swords                 |simplyswords                  |1.56.0-1.20.1       |DONE      |Manifest: NOSIGNATURE         libIPN-forge-1.20-4.0.2.jar                       |libIPN                        |libipn                        |4.0.2               |DONE      |Manifest: NOSIGNATURE         EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar  |EnchantmentDescriptions       |enchdesc                      |17.1.19             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5         TerraBlender-forge-1.20.1-3.0.1.10.jar            |TerraBlender                  |terrablender                  |3.0.1.10            |DONE      |Manifest: NOSIGNATURE         BiomesOPlenty-forge-1.20.1-19.0.0.96.jar          |Biomes O' Plenty              |biomesoplenty                 |19.0.0.96           |DONE      |Manifest: NOSIGNATURE         moonlight-1.20-2.13.81-forge.jar                  |Moonlight Library             |moonlight                     |1.20-2.13.81        |DONE      |Manifest: NOSIGNATURE         bettercombat-forge-1.8.6+1.20.1.jar               |Better Combat                 |bettercombat                  |1.8.6+1.20.1        |DONE      |Manifest: NOSIGNATURE         ToolBelt-1.20.1-1.20.02.jar                       |Tool Belt                     |toolbelt                      |1.20.02             |DONE      |Manifest: NOSIGNATURE         mixinsquared-forge-0.1.2-beta.6.jar               |MixinSquared                  |mixinsquared                  |0.1.2-beta.6        |DONE      |Manifest: NOSIGNATURE         Jade-1.20.1-Forge-11.13.1.jar                     |Jade                          |jade                          |11.13.1+forge       |DONE      |Manifest: NOSIGNATURE         CreativeCore_FORGE_v2.12.32_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.12.32             |DONE      |Manifest: NOSIGNATURE         spectrelib-forge-0.13.17+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.17+1.20.1      |DONE      |Manifest: NOSIGNATURE         forge-3.1.4+mc1.20.1.jar                          |Obsidian Boat                 |obsidianboat                  |3.1.4               |DONE      |Manifest: NOSIGNATURE         RoughlyEnoughItems-12.1.785-forge.jar             |Roughly Enough Items (REI)    |roughlyenoughitems            |12.1.785            |DONE      |Manifest: NOSIGNATURE         car-forge-1.20.1-1.0.34.jar                       |Ultimate Car Mod              |car                           |1.20.1-1.0.34       |DONE      |Manifest: NOSIGNATURE         betterfpsdist-1.20.1-6.0.jar                      |betterfpsdist mod             |betterfpsdist                 |1.20.1-6.0          |DONE      |Manifest: NOSIGNATURE         kffmod-4.11.0.jar                                 |Kotlin For Forge              |kotlinforforge                |4.11.0              |DONE      |Manifest: NOSIGNATURE         Paintings-forge-1.20.1-11.0.0.2.jar               |Paintings ++                  |paintings                     |11.0.0.2            |DONE      |Manifest: NOSIGNATURE         forge-1.20.1-47.4.0-universal.jar                 |Forge                         |forge                         |47.4.0              |DONE      |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         client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |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         easy-villagers-forge-1.20.1-1.1.24.jar            |Easy Villagers                |easy_villagers                |1.20.1-1.1.24       |DONE      |Manifest: NOSIGNATURE         Iceberg-1.20.1-forge-1.1.25.jar                   |Iceberg                       |iceberg                       |1.1.25              |DONE      |Manifest: NOSIGNATURE         flywheel-forge-1.20.1-1.0.2.jar                   |Flywheel                      |flywheel                      |1.0.2               |DONE      |Manifest: NOSIGNATURE         Ponder-Forge-1.20.1-1.0.52.jar                    |Ponder                        |ponder                        |1.0.52              |DONE      |Manifest: NOSIGNATURE         create-1.20.1-6.0.4.jar                           |Create                        |create                        |6.0.4               |DONE      |Manifest: NOSIGNATURE         ecologics-forge-1.20.1-2.2.0.jar                  |Ecologics                     |ecologics                     |2.2.0               |DONE      |Manifest: NOSIGNATURE         Xaeros_Minimap_25.2.0_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |25.2.0              |DONE      |Manifest: NOSIGNATURE         polymorph-forge-0.49.9+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.9+1.20.1       |DONE      |Manifest: NOSIGNATURE         [1.20.1] SecurityCraft v1.9.12.jar                |SecurityCraft                 |securitycraft                 |1.9.12              |DONE      |Manifest: NOSIGNATURE         sit-1.20.1-1.3.5.jar                              |Sit                           |sit                           |1.3.5               |DONE      |Manifest: NOSIGNATURE         Zeta-1.0-29.jar                                   |Zeta                          |zeta                          |1.0-29              |DONE      |Manifest: NOSIGNATURE         Quark-4.0-461.jar                                 |Quark                         |quark                         |4.0-461             |DONE      |Manifest: NOSIGNATURE         supplementaries-1.20-3.1.24.jar                   |Supplementaries               |supplementaries               |1.20-3.1.24         |DONE      |Manifest: NOSIGNATURE         searchlight-1.20-forge-1.1.11.jar                 |Searchlight                   |searchlight                   |1.1.11              |DONE      |Manifest: NOSIGNATURE         freecam-forge-1.2.1+1.20.jar                      |Freecam                       |freecam                       |1.2.1+1.20          |DONE      |Manifest: NOSIGNATURE         canary-mc1.20.1-0.3.3.jar                         |Canary                        |canary                        |0.3.3               |DONE      |Manifest: NOSIGNATURE         inventoryhud.forge.1.20.1-3.4.26.jar              |Inventory HUD+                |inventoryhud                  |3.4.26              |DONE      |Manifest: NOSIGNATURE         ImmediatelyFast-Forge-1.5.0+1.20.4.jar            |ImmediatelyFast               |immediatelyfast               |1.5.0+1.20.4        |DONE      |Manifest: NOSIGNATURE         appleskin-forge-mc1.20.1-2.5.1.jar                |AppleSkin                     |appleskin                     |2.5.1+mc1.20.1      |DONE      |Manifest: NOSIGNATURE         PuzzlesLib-v8.1.32-1.20.1-Forge.jar               |Puzzles Lib                   |puzzleslib                    |8.1.32              |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a         justzoom_forge_2.1.1_MC_1.20.1.jar                |Just Zoom                     |justzoom                      |2.1.1               |DONE      |Manifest: NOSIGNATURE         BetterF3-7.0.2-Forge-1.20.1.jar                   |BetterF3                      |betterf3                      |7.0.2               |DONE      |Manifest: NOSIGNATURE         Aquaculture-1.20.1-2.5.5.jar                      |Aquaculture 2                 |aquaculture                   |2.5.5               |DONE      |Manifest: NOSIGNATURE         immersive_melodies-0.4.0+1.20.1-forge.jar         |Immersive Melodies            |immersive_melodies            |0.4.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         expandability-9.0.4.jar                           |ExpandAbility                 |expandability                 |9.0.4               |DONE      |Manifest: NOSIGNATURE         cosmeticarmorreworked-1.20.1-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.20.1-v1a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53         ad_astra-forge-1.20.1-1.15.20.jar                 |Ad Astra                      |ad_astra                      |1.15.20             |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: b94b2f51-d054-43fe-b3bc-b9bbe6ed2bb0     FML: 47.4     Forge: net.minecraftforge:47.4.0     Flywheel Backend: flywheel:indirect
  • Topics

×
×
  • Create New...

Important Information

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