Jump to content

Game Crashing after creating Modpack


Cinatass

Recommended Posts

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2023-03-05 13:51:25
Description: Exception ticking world

java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3231 failed
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
    at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    at net.minecraft.class_3898$class_3208.<init>(class_3898.java:1389)
    at net.minecraft.class_3898.method_18701(class_3898.java:1206)
    at net.minecraft.class_3215.method_18755(class_3215.java:482)
    at net.minecraft.class_3218$class_5526.method_31436(class_3218.java:1547)
    at net.minecraft.class_3218$class_5526.method_31798(class_3218.java:1525)
    at net.minecraft.class_5579.method_31847(class_5579.java:217)
    at net.minecraft.class_5579.method_31820(class_5579.java:187)
    at net.minecraft.class_5579.method_31818(class_5579.java:168)
    at net.minecraft.class_3218.method_14175(class_3218.java:900)
    at net.minecraft.class_3218.method_8649(class_3218.java:851)
    at net.minecraft.class_1540.method_40005(class_1540.java:90)
    at net.minecraft.class_2346.method_9588(class_2346.java:44)
    at net.minecraft.class_4970$class_4971.method_26192(class_4970.java:975)
    at net.minecraft.class_3218.method_14189(class_3218.java:717)
    at net.minecraft.class_6757.method_39390(class_6757.java:215)
    at net.minecraft.class_6757.method_39377(class_6757.java:98)
    at net.minecraft.class_3218.method_18765(class_3218.java:312)
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:886)
    at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:830)
    at net.minecraft.class_1132.method_3748(class_1132.java:99)
    at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:264)
    at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
    ... 27 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [cammies-minecart-tweaks.mixins.json:EntityTrackerEntryMixin from mod minecarttweaks] from phase [DEFAULT] in config [cammies-minecart-tweaks.mixins.json] FAILED during APPLY
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
    ... 30 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/class_3231::minecarttweaks$sendLinkingInitData with priority 1000 cannot inject into net/minecraft/class_3231::method_18760(Lnet/minecraft/class_3222;)V merged by qouteall.imm_ptl.core.mixin.common.entity_sync.MixinServerEntity with priority 1200 [PREINJECT Applicator Phase -> cammies-minecart-tweaks.mixins.json:EntityTrackerEntryMixin from mod minecarttweaks -> Prepare Injections ->  -> handler$cco000$minecarttweaks$sendLinkingInitData(Lnet/minecraft/class_3222;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Prepare]
    at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305)
    at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240)
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421)
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1338)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
    ... 30 more


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

-- Head --
Thread: Server thread
Stacktrace:
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
    at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
    at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
    at net.minecraft.class_3898$class_3208.<init>(class_3898.java:1389)
    at net.minecraft.class_3898.method_18701(class_3898.java:1206)
    at net.minecraft.class_3215.method_18755(class_3215.java:482)
    at net.minecraft.class_3218$class_5526.method_31436(class_3218.java:1547)
    at net.minecraft.class_3218$class_5526.method_31798(class_3218.java:1525)
    at net.minecraft.class_5579.method_31847(class_5579.java:217)
    at net.minecraft.class_5579.method_31820(class_5579.java:187)
    at net.minecraft.class_5579.method_31818(class_5579.java:168)
    at net.minecraft.class_3218.method_14175(class_3218.java:900)
    at net.minecraft.class_3218.method_8649(class_3218.java:851)
    at net.minecraft.class_1540.method_40005(class_1540.java:90)
    at net.minecraft.class_2346.method_9588(class_2346.java:44)
    at net.minecraft.class_4970$class_4971.method_26192(class_4970.java:975)
    at net.minecraft.class_3218.method_14189(class_3218.java:717)
    at net.minecraft.class_6757.method_39390(class_6757.java:215)
    at net.minecraft.class_6757.method_39377(class_6757.java:98)
    at net.minecraft.class_3218.method_18765(class_3218.java:312)

-- Affected level --
Details:
    All players: 0 total; []
    Chunk stats: 2209
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,113,0), Section: (at 0,1,0 in 0,7,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Level time: 2 game time, 2 day time
    Level name: New World
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 101566 (now: false), thunder time: 51962 (now: false)
    Known server brands: fabric
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:886)
    at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:830)
    at net.minecraft.class_1132.method_3748(class_1132.java:99)
    at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
    at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:264)
    at java.base/java.lang.Thread.run(Thread.java:833)

-- System Details --
Details:
    Minecraft Version: 1.19.3
    Minecraft Version ID: 1.19.3
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 1284146176 bytes (1224 MiB) / 2747269120 bytes (2620 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 16
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
    Identifier: Intel64 Family 6 Model 158 Stepping 13
    Microarchitecture: Coffee Lake
    Frequency (GHz): 3.60
    Number of physical packages: 1
    Number of physical CPUs: 8
    Number of logical CPUs: 16
    Graphics card #0 name: NVIDIA GeForce RTX 3080
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x2216
    Graphics card #0 versionInfo: DriverVersion=31.0.15.2756
    Memory slot #0 capacity (MB): 16384.00
    Memory slot #0 clockSpeed (GHz): 3.20
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 16384.00
    Memory slot #1 clockSpeed (GHz): 3.20
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 34729.50
    Virtual memory used (MB): 21657.39
    Swap memory total (MB): 2048.00
    Swap memory used (MB): 87.35
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
    Fabric Mods: 
        actuallyunbreaking: Actually Unbreaking 1.19.3-0.1.1
        architectury: Architectury 7.1.70
        auditory: Auditory 0.0.5-1.19.3
        axesareweapons: Axes Are Weapons 1.6.5
        betterf3: BetterF3 5.1.0
        blur: Blur (Fabric) 2.6.1
            satin: Satin 1.10.0
        bookshelf: Bookshelf 17.0.3
        borderlessmining: Borderless Mining 1.1.6+1.19.3
        bypass_anvil_restriction: Bypass Anvil Restriction 1.0.2+1.19.3
            ch_skyfy_tomlconfiglib_toml-config-lib: toml-config-lib 1.0.2
            io_github_microutils_kotlin-logging-jvm: kotlin-logging-jvm 3.0.4
            net_peanuuutz_tomlkt-jvm: tomlkt-jvm 0.1.7
        cleancut: CleanCut 1.19.3-5.2-fabric
        cloth-config: Cloth Config v9 9.0.94
            cloth-basic-math: cloth-basic-math 0.6.1
        collective: Collective 6.48
        completeconfig: CompleteConfig 2.3.0
            coat: Coat 1.0.0-beta.19+mc1.19.3
            completeconfig-base: completeconfig-base 2.3.0
            completeconfig-gui-cloth: completeconfig-gui-cloth 2.3.0
            completeconfig-gui-coat: completeconfig-gui-coat 2.3.0
            completeconfig-gui-yacl: completeconfig-gui-yacl 2.3.0
        creativecore: CreativeCore (Fabric) 2.10.4
            net_minecraftforge_eventbus: eventbus 6.0.4
        darkpaintings: DarkPaintings 14.0.2
        dogslie: Let Sleeping Dogs Lie 1.2.0
        eatinganimationid: Eating Animation 1.9.2
        entityculling: EntityCulling-Fabric 1.6.1-mc1.19.3
        fabric-api: Fabric API 0.75.1+1.19.3
            fabric-api-base: Fabric API Base 0.4.21+70be179c85
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.20+49abcf7e85
            fabric-biome-api-v1: Fabric Biome API (v1) 12.1.1+b5d379b085
            fabric-block-api-v1: Fabric Block API (v1) 1.0.5+e022e5d185
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.31+928d44d585
            fabric-client-tags-api-v1: Fabric Client Tags 1.0.12+1134c5b885
            fabric-command-api-v1: Fabric Command API (v1) 1.2.22+f71b366f85
            fabric-command-api-v2: Fabric Command API (v2) 2.2.1+3fc4752e85
            fabric-commands-v0: Fabric Commands (v0) 0.2.39+df3654b385
            fabric-containers-v0: Fabric Containers (v0) 0.1.47+df3654b385
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.1+1d37d50285
            fabric-convention-tags-v1: Fabric Convention Tags 1.2.2+8e4e694f85
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.14+aeb40ebe85
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 11.3.1+40dc7a9485
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.42+00a2eb1085
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.7+b83334a085
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.40+3baeb27a85
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.44+df3654b385
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.30+99f9db8085
            fabric-item-api-v1: Fabric Item API (v1) 2.1.10+312c329485
            fabric-item-group-api-v1: Fabric Item Group API (v1) 2.1.12+1134c5b885
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.31+bc01e09785
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.29+df3654b385
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.10+23a79c8a85
            fabric-loot-api-v2: Fabric Loot API (v2) 1.1.20+75e9821185
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.24+9e7660c685
            fabric-message-api-v1: Fabric Message API (v1) 5.1.0+c85585f885
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.31+49abcf7e85
            fabric-models-v0: Fabric Models (v0) 0.3.27+11ba9c3b85
            fabric-networking-api-v1: Fabric Networking API (v1) 1.2.17+4017a8cb85
            fabric-networking-v0: Fabric Networking (v0) 0.3.34+df3654b385
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 5.4.1+eb2a3ba985
            fabric-particles-v1: Fabric Particles (v1) 1.0.20+f1e4495b85
            fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+5176f73d85
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.1.0+f7b4d36485
            fabric-renderer-api-v1: Fabric Renderer API (v1) 2.2.2+3a95925a85
            fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+3a95925a85
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.30+df3654b385
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.25+afca2f3e85
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.18+f1e4495b85
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.33+df3654b385
            fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+eb2a3ba985
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.0+e63306e085
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.10.5+a91e48b785
            fabric-screen-api-v1: Fabric Screen API (v1) 1.0.41+f1e4495b85
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.13+99f9db8085
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.8+75e9821185
            fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.15+ccd377ba85
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 2.3.1+40dc7a9485
        fabric-language-kotlin: Fabric Language Kotlin 1.9.1+kotlin.1.8.10
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.10
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.19.0
            org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
            org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
            org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
            org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
        fabricloader: Fabric Loader 0.14.17
        fallingleaves: Falling Leaves 1.14.5+1.19.3
        fallingtree: FallingTree 3.11.2
        geophilic-fabric: Geophilic 1.19-1.2.0
        grindenchantments: Grind Enchantments 2.0.0+1.19.3
        immersive_portals: Immersive Portals 2.5.1
            imm_ptl_core: Immersive Portals Core 2.5.1
            q_misc_util: QMiscUtil 2.5.1
        inventoryhud: Inventory HUD + 3.4.7
        iris: Iris 1.5.2
            io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre9
            org_anarres_jcpp: jcpp 1.4.14
            org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
        itemphysic: ItemPhysic (Fabric) 1.6.7
        java: OpenJDK 64-Bit Server VM 17
        jei: Just Enough Items 12.3.0.18
        journeymap: Journeymap 5.9.3
            journeymap-api-fabric: JourneyMap API 1.19.3-1.9-fabric-SNAPSHOT
        kiwi: Kiwi Lib 9.1.1
        mcwbridges: Macaw's Bridges 2.0.6
        mendable_anvils: Mendable Anvils 1.0.0
        midnightlib: MidnightLib 1.1.0
        minecarttweaks: Cammie's Minecart Tweaks 1.8
        minecraft: Minecraft 1.19.3
        modmenu: Mod Menu 5.0.2
        notenoughanimations: NotEnoughAnimations 1.6.2
        preciseblockplacing: PreciseBlockPlacing 2.0.0
        shulkerdropstwo: Shulker Drops Two 3.1
        skinlayers: 3d Skin Layers 1.5.2-mc1.19.3
        smoothswapping: Smooth Swapping 0.6.1
        snowrealmagic: Snow! Real Magic! 7.2.0
        sodium: Sodium 0.4.9+build.23
        sound_physics_remastered: Sound Physics Remastered 1.19.3-1.1.0
        vanillatweaks: VanillaTweaks 1.5.64
        visuality: Visuality 0.6.1
        xaerominimap: Xaero's Minimap 23.2.0
        xaeroworldmap: Xaero's World Map 1.29.1
        yet-another-config-lib: YetAnotherConfigLib 2.2.0
        zoomify: Zoomify 2.9.2
            com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.3.0
            com_github_llamalad7_mixinextras: mixinextras 0.1.1
            dev_isxander_settxi_settxi-core: settxi-core 2.10.6
            dev_isxander_settxi_settxi-gui: settxi-gui 2.10.6
            dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6
            settxi-gui-yacl: Settxi Gui (YetAnotherConfigLib) 2.10.6
    Loaded Shaderpack: (off)
    NEC status: No NEC detected
    Server Running: true
    Player Count: 0 / 8; []
    Data Packs: vanilla, fabric
    Enabled Feature Flags: minecraft:vanilla
    World Generation: Stable
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Launched Version: fabric-loader-0.14.17-1.19.3

Link to comment
Share on other sites

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

    • They are heartless scammers, they ruined my life, by making me develop an interest in investing my hard-earned money. I deposited 67,000 USD which was later turned into 110,450 USD including my payout bonus, there was an impressive improvement in a few weeks, later I had an emergency and needed money to pay my insurance fee, I tried reaching out to them to collect the money I invested, they cut the live chats and got me harassed then I realized that I was being scammed. I just wanted my money back! I was advised by a friend to seek help from a recovery firm to assist me in recovering my invested funds, God was so kind I came across some great positive reviews about BETAFORT ONLINE on how they helped scammed victims like me to recover their lost cryptocurrency assets, I took no delay and got in touch with BETAFORT ONLINE, the Expert immediately looked into my case and after providing all the required information they need, and it took them less then a day to recover all my funds. And now I really feel obligated to recommend BETAFORT ONLINE and their team, their recovery strategies, and for working relentlessly to help me recover my funds. Feel free to reach out to BETAFORT ONLINE via google search and they will guide you on how to recover your invested funds, I advise everyone to be careful with these heartless cryptocurrency scammers.  
    • yeah I believe so, its been something deep with the modpack I'm guessing. ill fix each error it states if its saying to replace or download a mod but I'm not sure where to go from here. I have been spending days and have yet to find the issue    
    • It worked, thank you very much 😭
    • https://spark.lucko.me/0ZaR1OAi2F I use spark mod to do a scan and send it here to search for help and if someone know about this issue I dont know to much about, but one thing i see in the record of the minecraft launcher when i play says: can't keep up server overloaded and etc, etc.  I assign 6GB ram to minecraft from the 16 GB of my pc, and fps is not a problem...(no to much) its something about tic rate/second and i am in SINGLE PLAYER. The funny thing is, minecraft vanilla (No mods) works normaly. My mods list (130): https://imgur.com/a/kY3yQr1  Datapacks: https://imgur.com/CTDBe7D ResourcePacks: https://imgur.com/AztTOOw so plis, is someone help me T_T a work  a loot of time in downloading and trying to all mods work but i dont know what to do anymore. Last thing  I SPEAK SPANISH so... sorry if my english is a little scuff or ... werever... bad. Thanks :3
    • Whenever I try to create an world my game crashes. I´ve tried to figure it out myself but wasnt able to do it.   Here are the logs
  • Topics

×
×
  • Create New...

Important Information

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