Jump to content

"Error: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType"


Recommended Posts

Posted (edited)
  Quote

The game crashed whilst initializing game
Error: java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
Exit Code: -1

Expand  

I would appreciate any help I can get for this. I'm attempting to launch a small custom modpack on Minecraft version 1.16.3 using the CurseForge Beta launcher (Forge version 34.1.42), but I've run into this error a few times now, in which the game crashes after scanning all the mod files and attempting to load them all.

 

I've done a small bit of research, and I think it's something to do with the files themselves (I have no experience with this whatsoever, I'm just attempting to find out what's wrong), but I don't know how to fix it. The modpack had worked yesterday, but I added several new mods today so I'm thinking it's one of those.

 

I think CurseForge Beta had an update today, but I don't know how related that is.

The old mods that worked fine before were:

  • Biomes O' Plenty
  • Just Enough Items
  • Doggy Talents 2
  • Curios API
  • Botania
  • Patchouli
  • Gravestone Mod
  • Citadel
  • AutoRegLib
  • Ice and Fire: Dragons
  • Psi
  • Quark

 

The new mods I had added today are:

  • Goblin Traders
  • Enchanted Book Redesign
  • Quark Oddities
  • JEI Integration
  • Xaero's Minimap
  • Xaero's World Map
  • Leap
  • Waystones
  • Controlling
  • Polymorph
  • Nature's Compass
  • Artifacts
  • Bookshelf
  • Botany Pots
  • Botany Trees
  • HWYLA
  • Carry On
  • Just Enough Resources
  • COFH Core
  • Archer's Paradox


Crash Report:

  Quote

---- Minecraft Crash Report ----
// There are four lights!

Time: 12/22/20 10:59 AM
Description: Initializing game

java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.16.3
    Minecraft Version ID: 1.16.3
    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: 440382344 bytes (419 MB) / 1473773568 bytes (1405 MB) up to 3817865216 bytes (3641 MB)
    CPUs: 4
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m -XX:PermSize=256m
    ModLauncher: 8.0.6+85+master.325de55
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.2.jar mixin PLUGINSERVICE 
        /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
        /forge-1.16.3-34.1.42.jar fml TRANSFORMATIONSERVICE 
    FML: 34.1
    Forge: net.minecraftforge:34.1.42
    FML Language Providers: 
        javafml@34.1
        minecraft@1
    Mod List: 
        forge-1.16.3-34.1.42-client.jar                   |Minecraft                     |minecraft                     |1.16.3              |CREATE_REG|NOSIGNATURE
        enchantedbookredesign-3.1.jar                     |Enchanted Book Redesign       |enchantedbookredesign         |3.1                 |CREATE_REG|NOSIGNATURE
        QuarkOddities-1.16.3.jar                          |Quark Oddities                |quarkoddities                 |1.16.3              |CREATE_REG|NOSIGNATURE
        TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |CREATE_REG|NOSIGNATURE
        BiomesOPlenty-1.16.3-12.0.0.417-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.16.3-12.0.0.416   |CREATE_REG|NOSIGNATURE
        jei-1.16.3-7.6.0.51.jar                           |Just Enough Items             |jei                           |7.6.0.50            |CREATE_REG|NOSIGNATURE
        DoggyTalents-1.16.3-2.0.1.0.jar                   |Doggy Talents 2               |doggytalents                  |2.0.1.0             |CREATE_REG|NOSIGNATURE
        goblintraders-1.2.2-1.16.3.jar                    |Goblin Traders                |goblintraders                 |1.2.2               |CREATE_REG|NOSIGNATURE
        jeiintegration_1.16.3-6.0.0.8.jar                 |JEI Integration               |jeiintegration                |6.0.0.8             |CREATE_REG|NOSIGNATURE
        curios-forge-1.16.4-4.0.3.0.jar                   |Curios API                    |curios                        |1.16.4-4.0.3.0      |CREATE_REG|NOSIGNATURE
        Botania-1.16.3-409.jar                            |Botania                       |botania                       |1.16.3-409          |CREATE_REG|NOSIGNATURE
        Patchouli-1.16.2-47.jar                           |Patchouli                     |patchouli                     |1.16.2-47           |CREATE_REG|NOSIGNATURE
        Xaeros_Minimap_20.26.0_Forge_1.16.3.jar           |Xaero's Minimap               |xaerominimap                  |20.26.0             |CREATE_REG|NOSIGNATURE
        Waystones_1.16.3-7.3.1.jar                        |Waystones                     |waystones                     |7.3.1               |CREATE_REG|NOSIGNATURE
        leap-1.16.3-1.0.1.jar                             |Leap                          |leap                          |1.0.1               |CREATE_REG|NOSIGNATURE
        gravestone-1.16.3-2.0.4.jar                       |Gravestone Mod                |gravestone                    |1.16.3-2.0.4        |CREATE_REG|NOSIGNATURE
        XaerosWorldMap_1.11.0_Forge_1.16.3.jar            |Xaero's World Map             |xaeroworldmap                 |1.11.0              |CREATE_REG|NOSIGNATURE
        Controlling-7.0.0.9.jar                           |Controlling                   |controlling                   |7.0.0.9             |CREATE_REG|NOSIGNATURE
        polymorph-forge-1.16.3-0.16.jar                   |Polymorph                     |polymorph                     |1.16.3-0.16         |CREATE_REG|NOSIGNATURE
        citadel-1.4.1.jar                                 |Citadel                       |citadel                       |1.4.1               |CREATE_REG|NOSIGNATURE
        AutoRegLib-1.6-47.jar                             |AutoRegLib                    |autoreglib                    |1.6-47              |CREATE_REG|NOSIGNATURE
        NaturesCompass-1.16.3-1.8.5.jar                   |Nature's Compass              |naturescompass                |1.16.3-1.8.5        |CREATE_REG|NOSIGNATURE
        Artifacts-1.16.3-2.6.1.jar                        |Artifacts                     |artifacts                     |1.16.3-2.6.1        |CREATE_REG|NOSIGNATURE
        Bookshelf-1.16.3-8.7.20.jar                       |Bookshelf                     |bookshelf                     |8.7.20              |CREATE_REG|NOSIGNATURE
        BotanyPots-1.16.3-5.1.15.jar                      |BotanyPots                    |botanypots                    |5.1.15              |CREATE_REG|NOSIGNATURE
        BotanyTrees-1.16.3-1.0.7.jar                      |BotanyTrees                   |botanytrees                   |1.0.7               |CREATE_REG|NOSIGNATURE
        iceandfire-2.1.1-1.16.3.jar                       |Ice and Fire                  |iceandfire                    |2.0.3-1.16.3        |ERROR     |NOSIGNATURE
        Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |CREATE_REG|NOSIGNATURE
        carryon-1.16.3-1.15.1.7.jar                       |Carry On                      |carryon                       |1.15.1.7            |CREATE_REG|8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        JustEnoughResources-1.16.3-0.12.0.102.jar         |Just Enough Resources         |jeresources                   |0.12.0.102          |CREATE_REG|NOSIGNATURE
        forge-1.16.3-34.1.42-universal.jar                |Forge                         |forge                         |34.1.42             |CREATE_REG|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        Psi 1.16-88.jar                                   |Psi                           |psi                           |1.16-88             |CREATE_REG|NOSIGNATURE
        Quark-r2.4-280.jar                                |Quark                         |quark                         |r2.4-280            |ERROR     |NOSIGNATURE
        cofh_core-1.16.3-1.0.4.jar                        |CoFH Core                     |cofh_core                     |1.0.4               |CREATE_REG|NOSIGNATURE
        archers_paradox-1.16.3-1.0.0.jar                  |Archer's Paradox              |archers_paradox               |1.0.0               |CREATE_REG|NOSIGNATURE
    Crash Report UUID: da1c2ae3-8576-47d4-a36f-e5f11e9a8edd
    Launched Version: forge-34.1.42
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics 520 GL version 4.6.0 - Build 27.20.100.8681, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz

Expand  

 

Edited by kyusei
Specificity
Posted

@diesieben07 I think I found it? Is this the correct one?

  Quote

[12:34:19] [main/INFO]: ModLauncher running: args [--username, JosieDearly, --version, forge-34.1.42, --gameDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK, --assetsDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Install\assets, --assetIndex, 1.16, --uuid, 525fc8dc41764fc0ae391cbe76a9c29a, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1920, --height, 1080, --launchTarget, fmlclient, --fml.forgeVersion, 34.1.42, --fml.mcVersion, 1.16.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20201025.185957]
[12:34:19] [main/INFO]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_51 by Oracle Corporation
[12:34:19] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED
[12:34:19] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[12:34:19] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/User/AppData/Roaming/.minecraft/mods/Install/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=CLIENT
[12:34:21] [main/WARN]: Mod file Mod File: C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK\mods\charm-fabric-1.16.3-2.0.3-hotfix2.jar is missing mods.toml file
[12:34:21] [main/WARN]: File C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK\mods\charm-fabric-1.16.3-2.0.3-hotfix2.jar has been ignored - it is invalid
[12:34:23] [main/INFO]: Successfully loaded Mixin Connector [vazkii.botania.common.MixinConnector]
[12:34:23] [main/INFO]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[12:34:23] [main/ERROR]: Mixin config assets/patchouli/patchouli.mixins.json does not specify "minVersion" property
[12:34:23] [main/INFO]: Launching target 'fmlclient' with arguments [--version, forge-34.1.42, --gameDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK, --assetsDir, C:\Users\User\AppData\Roaming\.minecraft\mods\Install\assets, --uuid, 525fc8dc41764fc0ae391cbe76a9c29a, --username, JosieDearly, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1920, --height, 1080]
[12:34:37] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[12:34:37] [Render thread/INFO]: Setting user: JosieDearly
[12:34:38] [Render thread/INFO]: Backend library: LWJGL version 3.2.2 build 10
[12:34:40] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:34:40] [Render thread/INFO]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[12:34:40] [modloading-worker-0/ERROR]: No data fixer registered for goblintraders:goblin_trader
[12:34:40] [modloading-worker-0/ERROR]: No data fixer registered for goblintraders:vein_goblin_trader
[12:34:41] [modloading-worker-1/ERROR]: No data fixer registered for botany_pot
[12:34:41] [modloading-worker-2/INFO]: Forge mod loading, version 34.1.42, for MC 1.16.3 with MCP 20201025.185957
[12:34:41] [modloading-worker-2/INFO]: MinecraftForge v34.1.42 Initialized
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hydra_multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for cylcops_multipart
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_egg
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_arrow
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for dragon_skull
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for fire_dragon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for ice_dragon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for lightning_dragon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for fire_dragon_charge
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for ice_dragon_charge
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for lightning_dragon_charge
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hippogryph_egg
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hippogryph
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for stone_statue
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for gorgon
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for pixie
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for cyclops
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for siren
[12:34:42] [modloading-worker-1/ERROR]: No data fixer registered for hippocampus
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for deathworm
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for deathworm_egg
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for cockatrice
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for cockatrice_egg
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for stymphalian_bird
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for stymphalian_feather
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for stymphalian_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for troll
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_worker
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_soldier
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_sentinel
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_royal
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_queen
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_egg
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for amphithere
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for amphithere_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for sea_serpent
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for sea_serpent_bubbles
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for sea_serpent_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for chain_tie
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for pixie_charge
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for myrmex_swarmer
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for tide_trident
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for mob_skull
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_thrall
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_ghoul
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_beast
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_scuttler
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_lich
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_lich_skull
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_knight
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for dread_horse
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for hydra
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for hydra_breath
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for hydra_arrow
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for ghost
[12:34:43] [modloading-worker-1/ERROR]: No data fixer registered for ghost_sword
[12:34:43] [modloading-worker-2/FATAL]: Mixin apply failed enchantedbookredesign.mixins.json:ItemRendererMixin -> net.minecraft.client.renderer.ItemRenderer: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on capturestack could not find any targets matching 'renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;)V' in net.minecraft.client.renderer.ItemRenderer. No refMap loaded. [PREINJECT Applicator Phase -> enchantedbookredesign.mixins.json:ItemRendererMixin -> Prepare Injections ->  -> handler$zza000$capturestack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on capturestack could not find any targets matching 'renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;)V' in net.minecraft.client.renderer.ItemRenderer. No refMap loaded. [PREINJECT Applicator Phase -> enchantedbookredesign.mixins.json:ItemRendererMixin -> Prepare Injections ->  -> handler$zza000$capturestack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:275) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at sun.reflect.GeneratedConstructorAccessor24.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) [mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) [modlauncher-8.0.6.jar:8.0.6+85+master.325de55]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) [modlauncher-8.0.6.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [?:1.8.0_51]
    at net.minecraft.client.renderer.RenderType.<clinit>(SourceFile:381) [?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.resolveRenderTypes(RenderLayerHandler.java:66) [?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderTypeClient(RenderLayerHandler.java:50) [?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.lambda$null$0(RenderLayerHandler.java:23) [?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler$$Lambda$3805/834225845.run(Unknown Source) [?:r2.4-280]
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:125) [?:?]
    at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:109) [?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderType(RenderLayerHandler.java:22) [?:r2.4-280]
    at vazkii.quark.base.block.QuarkVineBlock.<init>(QuarkVineBlock.java:35) [?:r2.4-280]
    at vazkii.quark.content.building.block.BurntVineBlock.<init>(BurntVineBlock.java:25) [?:r2.4-280]
    at vazkii.quark.content.building.module.BurnVinesModule.construct(BurnVinesModule.java:34) [?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader$$Lambda$3800/2121713952.accept(Unknown Source) [?:r2.4-280]
    at java.util.HashMap$Values.forEach(HashMap.java:972) [?:1.8.0_51]
    at vazkii.quark.base.module.ModuleLoader.dispatch(ModuleLoader.java:87) [?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader.start(ModuleLoader.java:25) [?:r2.4-280]
    at vazkii.quark.base.proxy.CommonProxy.start(CommonProxy.java:37) [?:r2.4-280]
    at vazkii.quark.base.proxy.ClientProxy.start(ClientProxy.java:42) [?:r2.4-280]
    at vazkii.quark.base.Quark.<init>(Quark.java:30) [?:1.16.3-266]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3035/1715606187.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3120/465427162.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[12:34:43] [modloading-worker-2/ERROR]: Failed to create mod instance. ModID: quark, class vazkii.quark.base.Quark
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:223) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:121) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:131) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.0.6.jar:8.0.6+85+master.325de55]
    at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.6.jar:?]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.6.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
    at net.minecraft.client.renderer.RenderType.<clinit>(SourceFile:381) ~[?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.resolveRenderTypes(RenderLayerHandler.java:66) ~[?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderTypeClient(RenderLayerHandler.java:50) ~[?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler.lambda$null$0(RenderLayerHandler.java:23) ~[?:r2.4-280]
    at vazkii.quark.base.handler.RenderLayerHandler$$Lambda$3805/834225845.run(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:125) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:109) ~[?:?]
    at vazkii.quark.base.handler.RenderLayerHandler.setRenderType(RenderLayerHandler.java:22) ~[?:r2.4-280]
    at vazkii.quark.base.block.QuarkVineBlock.<init>(QuarkVineBlock.java:35) ~[?:r2.4-280]
    at vazkii.quark.content.building.block.BurntVineBlock.<init>(BurntVineBlock.java:25) ~[?:r2.4-280]
    at vazkii.quark.content.building.module.BurnVinesModule.construct(BurnVinesModule.java:34) ~[?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader$$Lambda$3800/2121713952.accept(Unknown Source) ~[?:?]
    at java.util.HashMap$Values.forEach(HashMap.java:972) ~[?:1.8.0_51]
    at vazkii.quark.base.module.ModuleLoader.dispatch(ModuleLoader.java:87) ~[?:r2.4-280]
    at vazkii.quark.base.module.ModuleLoader.start(ModuleLoader.java:25) ~[?:r2.4-280]
    at vazkii.quark.base.proxy.CommonProxy.start(CommonProxy.java:37) ~[?:r2.4-280]
    at vazkii.quark.base.proxy.ClientProxy.start(ClientProxy.java:42) ~[?:r2.4-280]
    at vazkii.quark.base.Quark.<init>(Quark.java:30) ~[?:1.16.3-266]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3035/1715606187.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3120/465427162.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [enchantedbookredesign.mixins.json:ItemRendererMixin] from phase [DEFAULT] in config [enchantedbookredesign.mixins.json] FAILED during APPLY
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:594) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    ... 43 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on capturestack could not find any targets matching 'renderItem(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;)V' in net.minecraft.client.renderer.ItemRenderer. No refMap loaded. [PREINJECT Applicator Phase -> enchantedbookredesign.mixins.json:ItemRendererMixin -> Prepare Injections ->  -> handler$zza000$capturestack(Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/model/ItemCameraTransforms$TransformType;ZLcom/mojang/blaze3d/matrix/MatrixStack;Lnet/minecraft/client/renderer/IRenderTypeBuffer;IILnet/minecraft/client/renderer/model/IBakedModel;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findMethods(InjectionInfo.java:572) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:288) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:275) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:267) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at sun.reflect.GeneratedConstructorAccessor24.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:140) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:624) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1247) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1033) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:388) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown]
    ... 43 more
[12:34:43] [modloading-worker-1/ERROR]: Failed to register automatic subscribers. ModID: iceandfire, class com.github.alexthe666.iceandfire.IceAndFire
java.lang.NoClassDefFoundError: net.minecraft.client.renderer.RenderType
    at com.github.alexthe666.iceandfire.client.render.tile.RenderDreadPortal.lambda$static$0(RenderDreadPortal.java:26) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.client.render.tile.RenderDreadPortal$$Lambda$4009/1220025547.apply(Unknown Source) ~[?:?]
    at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250) ~[?:1.8.0_51]
    at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110) ~[?:1.8.0_51]
    at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[?:1.8.0_51]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_51]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_51]
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_51]
    at com.github.alexthe666.iceandfire.client.render.tile.RenderDreadPortal.<clinit>(RenderDreadPortal.java:27) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.client.render.tile.IceAndFireTEISR.<init>(IceAndFireTEISR.java:26) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.ClientProxy$$Lambda$3999/974204171.call(Unknown Source) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.unsafeCallWhenOn(DistExecutor.java:72) ~[?:?]
    at net.minecraftforge.fml.DistExecutor.callWhenOn(DistExecutor.java:65) ~[?:?]
    at net.minecraft.item.Item.<init>(Item.java:82) ~[?:?]
    at com.github.alexthe666.iceandfire.item.ItemGorgonHead.<init>(ItemGorgonHead.java:45) ~[?:2.1.1-1.16.3]
    at com.github.alexthe666.iceandfire.item.IafItemRegistry.<clinit>(IafItemRegistry.java:194) ~[?:2.1.1-1.16.3]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75) ~[?:?]
    at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$3141/586498204.accept(Unknown Source) ~[?:?]
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51]
    at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62) ~[?:?]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:91) [?:34.1]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3035/1715606187.run(Unknown Source) [?:34.1]
    at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:110) [?:?]
    at net.minecraftforge.fml.ModContainer$$Lambda$3120/465427162.run(Unknown Source) [?:?]
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) [?:1.8.0_51]
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
[12:34:43] [Render thread/FATAL]: Failed to complete lifecycle event CONSTRUCT, 2 errors found
[12:34:43] [Render thread/ERROR]: Cowardly refusing to send event net.minecraftforge.client.event.sound.SoundLoadEvent to a broken mod state
[12:34:43] [Render thread/FATAL]: Preparing crash report with UUID c5351194-7a3b-4a4c-a355-37f3900f6fa5
[12:34:44] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: ---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 12/22/20 12:34 PM
Description: Initializing game

java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.client.renderer.RenderType
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.gui.fonts.EmptyGlyph.<init>(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.Font.<clinit>(SourceFile:27) ~[?:?] {re:classloading}
    at net.minecraft.client.gui.fonts.FontResourceManager.<init>(SourceFile:48) ~[?:?] {re:classloading}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:438) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:149) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.3-34.1.42.jar:34.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/2089104518.call(Unknown Source) [forge-1.16.3-34.1.42.jar:34.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.16.3
    Minecraft Version ID: 1.16.3
    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: 1137818712 bytes (1085 MB) / 1582825472 bytes (1509 MB) up to 3817865216 bytes (3641 MB)
    CPUs: 4
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m -XX:PermSize=256m
    ModLauncher: 8.0.6+85+master.325de55
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.2.jar mixin PLUGINSERVICE 
        /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.16.3-34.1.42.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
        /forge-1.16.3-34.1.42.jar fml TRANSFORMATIONSERVICE 
    FML: 34.1
    Forge: net.minecraftforge:34.1.42
    FML Language Providers: 
        javafml@34.1
        minecraft@1
    Mod List: 
        forge-1.16.3-34.1.42-client.jar                   |Minecraft                     |minecraft                     |1.16.3              |CREATE_REG|NOSIGNATURE
        enchantedbookredesign-3.1.jar                     |Enchanted Book Redesign       |enchantedbookredesign         |3.1                 |CREATE_REG|NOSIGNATURE
        QuarkOddities-1.16.3.jar                          |Quark Oddities                |quarkoddities                 |1.16.3              |CREATE_REG|NOSIGNATURE
        TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |CREATE_REG|NOSIGNATURE
        BiomesOPlenty-1.16.3-12.0.0.417-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.16.3-12.0.0.416   |CREATE_REG|NOSIGNATURE
        jei-1.16.3-7.6.0.51.jar                           |Just Enough Items             |jei                           |7.6.0.50            |CREATE_REG|NOSIGNATURE
        DoggyTalents-1.16.3-2.0.1.0.jar                   |Doggy Talents 2               |doggytalents                  |2.0.1.0             |CREATE_REG|NOSIGNATURE
        goblintraders-1.2.2-1.16.3.jar                    |Goblin Traders                |goblintraders                 |1.2.2               |CREATE_REG|NOSIGNATURE
        jeiintegration_1.16.3-6.0.0.8.jar                 |JEI Integration               |jeiintegration                |6.0.0.8             |CREATE_REG|NOSIGNATURE
        curios-forge-1.16.4-4.0.3.0.jar                   |Curios API                    |curios                        |1.16.4-4.0.3.0      |CREATE_REG|NOSIGNATURE
        Botania-1.16.3-409.jar                            |Botania                       |botania                       |1.16.3-409          |CREATE_REG|NOSIGNATURE
        Patchouli-1.16.2-47.jar                           |Patchouli                     |patchouli                     |1.16.2-47           |CREATE_REG|NOSIGNATURE
        Xaeros_Minimap_20.26.0_Forge_1.16.3.jar           |Xaero's Minimap               |xaerominimap                  |20.26.0             |CREATE_REG|NOSIGNATURE
        Waystones_1.16.3-7.3.1.jar                        |Waystones                     |waystones                     |7.3.1               |CREATE_REG|NOSIGNATURE
        leap-1.16.3-1.0.1.jar                             |Leap                          |leap                          |1.0.1               |CREATE_REG|NOSIGNATURE
        gravestone-1.16.3-2.0.4.jar                       |Gravestone Mod                |gravestone                    |1.16.3-2.0.4        |CREATE_REG|NOSIGNATURE
        XaerosWorldMap_1.11.0_Forge_1.16.3.jar            |Xaero's World Map             |xaeroworldmap                 |1.11.0              |CREATE_REG|NOSIGNATURE
        Controlling-7.0.0.9.jar                           |Controlling                   |controlling                   |7.0.0.9             |CREATE_REG|NOSIGNATURE
        polymorph-forge-1.16.3-0.16.jar                   |Polymorph                     |polymorph                     |1.16.3-0.16         |CREATE_REG|NOSIGNATURE
        citadel-1.4.1.jar                                 |Citadel                       |citadel                       |1.4.1               |CREATE_REG|NOSIGNATURE
        AutoRegLib-1.6-47.jar                             |AutoRegLib                    |autoreglib                    |1.6-47              |CREATE_REG|NOSIGNATURE
        NaturesCompass-1.16.3-1.8.5.jar                   |Nature's Compass              |naturescompass                |1.16.3-1.8.5        |CREATE_REG|NOSIGNATURE
        Artifacts-1.16.3-2.6.1.jar                        |Artifacts                     |artifacts                     |1.16.3-2.6.1        |CREATE_REG|NOSIGNATURE
        Bookshelf-1.16.3-8.7.20.jar                       |Bookshelf                     |bookshelf                     |8.7.20              |CREATE_REG|NOSIGNATURE
        BotanyPots-1.16.3-5.1.15.jar                      |BotanyPots                    |botanypots                    |5.1.15              |CREATE_REG|NOSIGNATURE
        BotanyTrees-1.16.3-1.0.7.jar                      |BotanyTrees                   |botanytrees                   |1.0.7               |CREATE_REG|NOSIGNATURE
        iceandfire-2.1.1-1.16.3.jar                       |Ice and Fire                  |iceandfire                    |2.0.3-1.16.3        |ERROR     |NOSIGNATURE
        Hwyla-forge-1.10.11-B78_1.16.2.jar                |Waila                         |waila                         |1.10.11-B78_1.16.2  |CREATE_REG|NOSIGNATURE
        carryon-1.16.3-1.15.1.7.jar                       |Carry On                      |carryon                       |1.15.1.7            |CREATE_REG|8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        JustEnoughResources-1.16.3-0.12.0.102.jar         |Just Enough Resources         |jeresources                   |0.12.0.102          |CREATE_REG|NOSIGNATURE
        forge-1.16.3-34.1.42-universal.jar                |Forge                         |forge                         |34.1.42             |CREATE_REG|22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        Psi 1.16-88.jar                                   |Psi                           |psi                           |1.16-88             |CREATE_REG|NOSIGNATURE
        Quark-r2.4-280.jar                                |Quark                         |quark                         |r2.4-280            |ERROR     |NOSIGNATURE
        cofh_core-1.16.3-1.0.4.jar                        |CoFH Core                     |cofh_core                     |1.0.4               |CREATE_REG|NOSIGNATURE
        archers_paradox-1.16.3-1.0.0.jar                  |Archer's Paradox              |archers_paradox               |1.0.0               |CREATE_REG|NOSIGNATURE
    Crash Report UUID: c5351194-7a3b-4a4c-a355-37f3900f6fa5
    Launched Version: forge-34.1.42
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics 520 GL version 4.6.0 - Build 27.20.100.8681, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 4x Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz
[12:34:44] [Render thread/INFO]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\User\AppData\Roaming\.minecraft\mods\Instances\HEY PLEASE WORK\crash-reports\crash-2020-12-22_12.34.44-client.txt

Expand  

 

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • New users at Temu receive a $100 discount on orders over $100 Use the code [aci789589] during checkout to get Temu Coupon Code $100 off For New Users. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. Temu 100% Off coupon code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. You can get a$100 bonus plus 30% off any purchase at Temu with the$100 Coupon Bundle at Temu if you sign up with the referral code [aci789589] and make a first purchase of$50 or more. The Temu $100 Off coupon code (aci789589) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes Temu offers $100 Off Coupon Code “aci789589” for First Time Users. Yes, Temu offers $100 off coupon code {aci789589} for first-time users. You can get a $100 bonus plus 100% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [aci789589] and make a first purchase of $100 or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (aci789589) and get $100 off on your purchase with Temu. You can get a $100 discount with Temu coupon code {aci789589}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {aci789589} at checkout to avail of the discount. You can use the code {aci789589} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (aci789589) to get a $100 discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code $100 first time user(aci789589) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping. Temu $100% Off Coupon Code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Temu coupon code$100off-{aci789589} Temu coupon code -{aci789589} Temu coupon code$50 off-{aci789589} Temu Coupon code [aci789589] for existing users can get up to 50% discount on product during checkout. Temu Coupon Codes for Existing Customers-aci789589 Temu values its loyal customers and offers various promo codes, including the Legit Temu Coupon Code (aci789589]) or (aci789589), which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.
    • New users at Temu receive a $100 discount on orders over $100 Use the code [aci789589] during checkout to get Temu Coupon Code $100 off For New Users. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. Temu 100% Off coupon code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. You can get a$100 bonus plus 30% off any purchase at Temu with the$100 Coupon Bundle at Temu if you sign up with the referral code [aci789589] and make a first purchase of$50 or more. The Temu $100 Off coupon code (aci789589) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes Temu offers $100 Off Coupon Code “aci789589” for First Time Users. Yes, Temu offers $100 off coupon code {aci789589} for first-time users. You can get a $100 bonus plus 100% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [aci789589] and make a first purchase of $100 or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (aci789589) and get $100 off on your purchase with Temu. You can get a $100 discount with Temu coupon code {aci789589}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {aci789589} at checkout to avail of the discount. You can use the code {aci789589} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (aci789589) to get a $100 discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code $100 first time user(aci789589) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping. Temu $100% Off Coupon Code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Temu coupon code$100off-{aci789589} Temu coupon code -{aci789589} Temu coupon code$50 off-{aci789589} Temu Coupon code [aci789589] for existing users can get up to 50% discount on product during checkout. Temu Coupon Codes for Existing Customers-aci789589 Temu values its loyal customers and offers various promo codes, including the Legit Temu Coupon Code (aci789589]) or (aci789589), which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.
    • New users at Temu receive a $100 discount on orders over $100 Use the code [aci789589] during checkout to get Temu Coupon Code $100 off For New Users. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. Temu 100% Off coupon code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers $100 off coupon code “aci789589” for first-time users. You can get a$100 bonus plus 30% off any purchase at Temu with the$100 Coupon Bundle at Temu if you sign up with the referral code [aci789589] and make a first purchase of$50 or more. The Temu $100 Off coupon code (aci789589) will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Yes Temu offers $100 Off Coupon Code “aci789589” for First Time Users. Yes, Temu offers $100 off coupon code {aci789589} for first-time users. You can get a $100 bonus plus 100% off any purchase at Temu with the $100 Coupon Bundle if you sign up with the referral code [aci789589] and make a first purchase of $100 or more. If you are who wish to join Temu, then you should use this exclusive Temu coupon code $100 off (aci789589) and get $100 off on your purchase with Temu. You can get a $100 discount with Temu coupon code {aci789589}. This exclusive offer is for existing customers and can be used for a $100 reduction on your total purchase. Enter coupon code {aci789589} at checkout to avail of the discount. You can use the code {aci789589} to get a $100 off Temu coupon as a new customer. Apply this Temu coupon code $100 off (aci789589) to get a $100 discount on your shopping with Temu. If you’re a first-time user and looking for a Temu coupon code $100 first time user(aci789589) then using this code will give you a flat $100 Off and a 90% discount on your Temu shopping. Temu $100% Off Coupon Code "aci789589" will save you $100 on your order. To get a discount, click on the item to purchase and enter the code. Temu coupon code$100off-{aci789589} Temu coupon code -{aci789589} Temu coupon code$50 off-{aci789589} Temu Coupon code [aci789589] for existing users can get up to 50% discount on product during checkout. Temu Coupon Codes for Existing Customers-aci789589 Temu values its loyal customers and offers various promo codes, including the Legit Temu Coupon Code (aci789589]) or (aci789589), which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.
    • "Looking to save big on your next shopping spree? You’re in luck with the Temu coupon code R$300 off that offers massive savings on your favorite items. Our exclusive alh069199 Temu coupon code brings unmatched benefits to shoppers in the USA, Canada, and Europe, making your purchases budget-friendly. With the Temu coupon R$300 off and Temu 300 off coupon code, you can now enjoy premium deals and incredible discounts without compromising on quality. [h]What Is The Coupon Code For Temu R$300 Off?[/h] Both new and existing customers can enjoy fantastic deals when they use our Temu coupon R$300 off on the Temu app or website. Unlock great savings with the R$300 off Temu coupon and shop guilt-free. alh069199: Enjoy a flat R$300 off your total purchase instantly. alh069199: Access a R$300 coupon pack with multiple use vouchers. alh069199: New users receive a R$300 discount on their first purchase. alh069199: Existing users can get an extra R$300 in promo codes. alh069199: Special R$300 coupon for users in the USA and Canada. Temu Coupon Code R$300 Off For New Users In 2025 New to Temu? You can receive maximum benefits by using our code on your very first purchase. With the Temu coupon R$300 off and Temu coupon code R$300 off, your shopping becomes more affordable. alh069199: Flat R$300 discount for all new Temu users. alh069199: A R$300 coupon bundle with versatile offers. alh069199: Get up to R$300 in coupon value for multiple purchases. alh069199: Enjoy free shipping to over 68 countries worldwide. alh069199: Receive an extra 30% off on your first-time order. How To Redeem The Temu Coupon R$300 Off For New Customers? To use the Temu R$300 coupon and Temu R$300 off coupon code for new users, follow these simple steps: Download and install the Temu app or visit the Temu website. Create a new user account using your email or social login. Go to the ""Coupons"" section in your account settings. Enter the code alh069199 and tap ""Apply."" Shop your favorite items and enjoy a R$300 discount on your total. Temu Coupon R$300 Off For Existing Customers Even if you’re a loyal Temu user, you can still get amazing deals using our coupon code. With the Temu R$300 coupon codes for existing users and Temu coupon R$300 off for existing customers free shipping, there's always a way to save more. alh069199: Claim a R$300 extra discount exclusively for existing users. alh069199: Unlock a R$300 coupon pack for multiple transactions. alh069199: Enjoy a free gift and express shipping in the USA and Canada. alh069199: Get an additional 30% off, even on already discounted items. alh069199: Access free shipping to 68 global destinations. How To Use The Temu Coupon Code R$300 Off For Existing Customers? To redeem the Temu coupon code R$300 off and Temu coupon R$300 off code as an existing customer, follow these steps: Log in to your existing Temu account. Navigate to the ""Coupons"" or ""Promo Codes"" section. Enter alh069199 into the code field and apply. Browse and add items to your cart. Checkout with your discount automatically applied. Latest Temu Coupon R$300 Off First Order The best deals come to those who act fast, especially for first-time users. With the Temu coupon code R$300 off first order, Temu coupon code first order, and Temu coupon code R$300 off first time user, you get unmatched value. alh069199: Flat R$300 discount on your first-ever purchase. alh069199: Unlock a R$300 Temu coupon pack for your first order. alh069199: Get multiple-use coupons adding up to R$300. alh069199: Enjoy free shipping to 68 countries. alh069199: Benefit from an extra 30% off on your first order. How To Find The Temu Coupon Code R$300 Off? Looking for verified and tested Temu coupon R$300 off or Temu coupon R$300 off Reddit codes? Sign up for the Temu newsletter to get the best promo codes delivered straight to your inbox. Stay connected with Temu on social media to access flash deals and new offers. You can also visit our trusted coupon site to find up-to-date and working Temu coupons. Is Temu R$300 Off Coupon Legit? Yes, the Temu R$300 Off Coupon Legit offers are 300% valid and trustworthy. Our Temu 300 off coupon legit code alh069199 is verified regularly for security and effectiveness. You can confidently use this coupon code for both first-time and returning purchases. It works globally and doesn’t have an expiration date, making it your go-to shopping companion. How Does Temu R$300 Off Coupon Work? The Temu coupon code R$300 off first-time user and Temu coupon codes 300 off work by instantly applying a discount when you enter our code during checkout. Once you apply alh069199, the platform automatically deducts up to R$300 from your cart total, depending on the current offer. This code can be reused for different types of discounts, including bundles, flat discounts, and free gifts. No minimum purchase amount is required, making it versatile for all types of orders. How To Earn Temu R$300 Coupons As A New Customer? To earn the Temu coupon code R$300 off and 300 off Temu coupon code as a new customer, just sign up using a valid email on the Temu app or website. Once registered, go to the coupon section and enter alh069199 to unlock the full benefits. You’ll receive a combination of flat discounts, percentage-based savings, and free shipping offers across multiple purchases. What Are The Advantages Of Using The Temu Coupon R$300 Off? Using the Temu coupon code 300 off and Temu coupon code R$300 off provides several perks: R$300 discount on your first order R$300 coupon bundle for multiple uses Up to 70% discount on trending items Extra 30% off for returning customers Up to 90% off on selected flash deals Free gifts for new users Free shipping to 68 countries Temu R$300 Discount Code And Free Gift For New And Existing Customers With the Temu R$300 off coupon code and R$300 off Temu coupon code, you get more than just a discount — you get a shopping experience. alh069199: Save R$300 on your first purchase. alh069199: Enjoy an additional 30% off on all items. alh069199: Receive a complimentary gift as a new user. alh069199: Unlock up to 70% discount on selected products. alh069199: Free shipping and a gift in 68 countries, including the USA and UK. Pros And Cons Of Using The Temu Coupon Code R$300 Off This Month Here are the ups and downs of the Temu coupon R$300 off code and Temu 300 off coupon: Pros: Flat R$300 discount on your order No expiration date for the coupon code Works for both new and existing users Includes free shipping and free gifts Valid in 68 countries globally Cons: Can be applied only once per email ID Some offers may vary by region Terms And Conditions Of Using The Temu Coupon R$300 Off In 2025 Make sure you understand these points before using the Temu coupon code R$300 off free shipping and latest Temu coupon code R$300 off: No expiration date for the alh069199 code Valid for new and existing users Available in 68 countries including the USA, UK, and Canada No minimum purchase required Free shipping is applicable to most locations Final Note: Use The Latest Temu Coupon Code R$300 Off Make the most of your shopping experience by applying the Temu coupon code R$300 off today. Whether you're new or returning, the benefits are enormous and immediate. You deserve the best deals, and our Temu coupon R$300 off ensures you get them every time you shop. Act now and save big! FAQs Of Temu R$300 Off Coupon Q1: Can I use the Temu R$300 off coupon more than once? No, each email/account can only redeem the coupon once. However, the code offers multiple coupons within one pack. Q2: Is the Temu coupon code valid for existing users? Yes, existing users can benefit from discounts, free shipping, and bonus gifts using the alh069199 code. Q3: Do I need a minimum purchase to use the R$300 Temu coupon? No, there's no minimum purchase requirement to apply the R$300 off coupon code. Q4: How can I get the Temu R$300 coupon code for free? Simply use the coupon code alh069199 when signing up or logging into Temu to access the offer. Q5: Is the R$300 off Temu coupon code available worldwide? Yes, the code is valid in 68 countries including the USA, UK, and Canada with no region-based restrictions."
    • yeah its the same crash when ever i load into a world, if TileEntity cant solve this one then i fear ill have to do it the long way of disabling and enable mods :'{ as i feared 
  • Topics

×
×
  • Create New...

Important Information

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