Crash Lan

  • Auteur de la discussion Auteur de la discussion Wiloun
  • Date de début Date de début

Wiloun

Aventurier
24 Mars 2021
2
0
1
22
Bonjour, j'ai un monde minecraft modé et je faisait régulièrement un Lan pour jouer avec mon frère sur la même connexion, jusqu'à la aucun problème, tout ce passe bien pendant quelques mois.
Et depuis peu de temps à chaque fois qu'il essaie de rejoindre le monde, il se connecte, moi je le vois rejoindre la partie (Message dans le tchat) et puis sur son ordi ça charge pendant un certain temps et d'un coup il s'affiche "sauvegarde du monde" et minecraft crash avec un message d'erreur. Je vous envoie le message d'erreur ci-dessous car je ne m'y connait pas du tout.
J'aimerais beaucoup que quelqu'un me dise de ou pourrait venir le problème. Merci beaucoup d'avance !

Code:
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 3/24/21 8:05 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
    at net.mcreator.boss_tools.procedures.RocketOverlyYMoonmainProcedure.executeProcedure(RocketOverlyYMoonmainProcedure.java:34) ~[?:1.0] {re:classloading}
    at net.mcreator.boss_tools.gui.overlay.RocketOverlyYMoonOverlay.eventHandler(RocketOverlyYMoonOverlay.java:46) ~[?:1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_1290_RocketOverlyYMoonOverlay_eventHandler_RenderGameOverlayEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.1-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.1-service.jar:?] {}
    at net.minecraftforge.client.gui.ForgeIngameGui.post(ForgeIngameGui.java:831) ~[?:?] {re:classloading}
    at net.minecraftforge.client.gui.ForgeIngameGui.renderHelmet(ForgeIngameGui.java:296) ~[?:?] {re:classloading}
    at net.minecraftforge.client.gui.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:135) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:750) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:fairylights:GameRendererTransformer}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:kubejs.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:kubejs.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading}
    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.15.2-31.2.49.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$484/1213461906.call(Unknown Source) [forge-1.15.2-31.2.49.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.mcreator.boss_tools.procedures.RocketOverlyYMoonmainProcedure.executeProcedure(RocketOverlyYMoonmainProcedure.java:34)
    at net.mcreator.boss_tools.gui.overlay.RocketOverlyYMoonOverlay.eventHandler(RocketOverlyYMoonOverlay.java:46)
    at net.minecraftforge.eventbus.ASMEventHandler_1290_RocketOverlyYMoonOverlay_eventHandler_RenderGameOverlayEvent.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.client.gui.ForgeIngameGui.post(ForgeIngameGui.java:831)
    at net.minecraftforge.client.gui.ForgeIngameGui.renderHelmet(ForgeIngameGui.java:296)
    at net.minecraftforge.client.gui.ForgeIngameGui.func_175180_a(ForgeIngameGui.java:135)

-- Affected level --
Details:
    All players: 2 total; [ClientPlayerEntity['Magnetoo'/47868, l='MpServer', x=1582.75, y=66.00, z=4313.48], RemoteClientPlayerEntity['Wiloun'/229, l='MpServer', x=1607.29, y=70.00, z=4300.18]]
    Chunk stats: Client Chunk Cache: 1089, 781
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: -6297183917437051603
    Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (224,64,-224), Chunk: (at 0,4,0 in 14,-14; contains blocks 224,0,-224 to 239,255,-209), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 1580811 game time, 2275687 day time
    Known server brands: 
    Level was modded: false
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Server brand: forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:611)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:572)
    at net.minecraft.client.main.Main.main(SourceFile:204)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$484/1213461906.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.15.2
    Minecraft Version ID: 1.15.2
    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: 1857063640 bytes (1771 MB) / 5800198144 bytes (5531 MB) up to 7486832640 bytes (7140 MB)
    CPUs: 8
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8032m -Xms256m -XX:PermSize=256m
    ModLauncher: 5.1.2+70+master.2845bb9
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.2.jar mixin PLUGINSERVICE 
        /eventbus-2.2.1-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.49.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.49.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.49.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.49.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
        /preview_OptiFine_1.15.2_HD_U_G6_pre5.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.15.2-31.2.49.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.5.jar mixinbootstrap TRANSFORMATIONSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.49
    FML Language Providers: 
        [email protected]
        minecraft@1
        [email protected]
        [email protected]
    Mod List: 
        AdditionalEnchantedMiner-1.15.2-15.3.3.jar QuarryPlus {[email protected] DONE}
        aiotbotania-1.15.2-1.2.3.jar AIOT Botania {[email protected] DONE}
        scenic-1.15.2-1.0.2.jar Scenic {[email protected] DONE}
        refinedpipes-0.4.2.jar Refined Pipes {[email protected] DONE}
        mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] DONE}
        SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {[email protected]+59 DONE}
        Neat 1.6-22.jar Neat {[email protected] DONE}
        essentials-1.15.2-2.7.4.jar Essentials {[email protected] DONE}
        BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {[email protected] DONE}
        XaerosWorldMap_1.11.4_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
        CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
        Controlling-6.1.5.6.jar Controlling {[email protected] DONE}
        ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] DONE}
        Placebo-1.15.2-3.1.0.jar Placebo {[email protected] DONE}
        citadel-1.1.11.jar Citadel {[email protected] DONE}
        Powah-1.15.2-1.1.15.jar Powah {[email protected] DONE}
        mightyarchitect-mc1.15.2_v0.5.jar The Mighty Architect {[email protected] DONE}
        Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE}
        u_team_core-1.15.2-3.0.2.169.jar U Team Core {[email protected] DONE}
        randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] DONE}
        DarkUtilities-1.15.2-3.1.9.jar Dark Utilities {[email protected] DONE}
        Apotheosis-1.15.2-3.3.8.jar Apotheosis {[email protected] DONE}
        ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] DONE}
        mcw-doors-1.0.1fix-mc1.15.1-2.jar Macaw's Doors {[email protected] DONE}
        MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE}
        Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
        JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE}
        mysticallib-1.15.2-2.0.1.jar Mystical Lib {[email protected] DONE}
        absentbydesign-1.15.2-1.1.1.jar Absent By Design Mod {[email protected] DONE}
        refinedstorage-1.8.8.jar Refined Storage {[email protected] DONE}
        structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] DONE}
        PackMenu-1.15.2-1.2.8.jar Pack Menu {[email protected] DONE}
        mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
        lightestlamp-3.4.3.jar Lightest Lamps {[email protected] DONE}
        industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
        useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {[email protected] DONE}
        torchmaster-2.2.2.jar Torchmaster {[email protected] DONE}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] DONE}
        BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] DONE}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 DONE}
        MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] DONE}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] DONE}
        Lollipop-1.15.2-1.0.16.jar Lollipop {[email protected] DONE}
        toughnessbar-5.0.jar Toughness Bar {[email protected] DONE}
        mcw-trapdors-1.0.0fix-mc1.15.2.jar Macaw's Trapdoors {[email protected] DONE}
        SilentGear-1.15.2-1.11.4+187.jar Silent Gear {[email protected]+187 DONE}
        simplefarming-1.15.2-1.3.4.jar Simple Farming {[email protected] DONE}
        fairylights-3.0.15-1.15.2.jar Fairy Lights {[email protected] DONE}
        SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {[email protected] DONE}
        curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] DONE}
        Botania-r1.15-388.jar Botania {[email protected] DONE}
        Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] DONE}
        collective-1.15.2-2.1.jar Collective {[email protected] DONE}
        extlights-2.1.jar Extended Lights {[email protected] DONE}
        config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
        libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE}
        elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] DONE}
        obfuscate-0.5.0-1.15.2.jar Obfuscate {[email protected] DONE}
        neoncraft-1.1.jar Neon Craft {[email protected] DONE}
        MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] DONE}
        mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] DONE}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
        curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
        cc-tweaked-1.15.2-1.94.0.jar CC: Tweaked {[email protected] DONE}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] DONE}
        mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE}
        cherishedworlds-FORGE-1.15.2-3.0.0.1.jar Cherished Worlds {[email protected] DONE}
        BetterBurning-1.15.2-1.3.4.jar BetterBurning {[email protected] DONE}
        YAMDA-5.0.3.jar YAMDA {[email protected] DONE}
        incubation-1.0.4-1.15.2.jar Incubation {[email protected] DONE}
        FastLeafDecay-v22.1.jar FastLeafDecay {[email protected] DONE}
        CodeChickenLib-1.15.2-3.3.5.407-universal.jar CodeChicken Lib {[email protected] DONE}
        ServerTabInfo-1.15.2-1.2.8.jar Server Tab Info {[email protected] DONE}
        BetterMineshaftsForge-1.15.2-1.3.1.jar YUNG's Better Mineshafts {[email protected] DONE}
        SimpleDiscordRichPresence-1.15.2-1.2.7.jar Simple Discord Rich Presence {[email protected] DONE}
        leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {[email protected] DONE}
        BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] DONE}
        QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
        rhino-1.7.13.9.jar Rhino {[email protected] DONE}
        TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] DONE}
        torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] DONE}
        EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 DONE}
        mining-helmet-1.15.2-1.0.9.jar Mining Helmet {[email protected] DONE}
        spiders-2.0-1.15.2-1.0.4.jar Spiders 2.0 {[email protected] DONE}
        treeharvester_1.15.2-2.4.jar Tree Harvester {[email protected] DONE}
        OldJavaWarning-1.15.2-3.0.2.jar OldJavaWarning {[email protected] DONE}
        Druidcraft-1.15-0.4.45.jar Druidcraft {[email protected] DONE}
        AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] DONE}
        the-conjurer-1.15.2-1.0.13.jar The Conjurer {[email protected] DONE}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
        Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] DONE}
        goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] DONE}
        Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE}
        caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
        Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] DONE}
        WAWLA-1.15.2-3.0.4.jar WAWLA {[email protected] DONE}
        Space-Bosstools-1.15.2-4.3d.jar Space-Bosstools {[email protected] DONE}
        create-mc1.15.2_v0.3.jar Create {[email protected]_v0.3+custom DONE}
        Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
        Clumps-5.0.2.6.jar Clumps {[email protected] DONE}
        light-overlay-4.7.2.jar Light Overlay Forge {lightoverlay-forge@NONE DONE}
        comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] DONE}
        appliedenergistics2-7.0.5.jar Applied Energistics 2 {[email protected] DONE}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
        FruitTrees-1.15.2-1.7.0.jar Fruit Trees {[email protected] DONE}
        Kiwi-1.15.2-2.8.5.jar Kiwi {[email protected] DONE}
        SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] DONE}
        decorative_blocks-1.15.2-1.7.jar Decorative Blocks {[email protected] DONE}
        BotanyPots-1.15.2-2.0.29.jar BotanyPots {[email protected] DONE}
        curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE}
        betteranimalsplus-1.15.2-10.1.0.jar Better Animals Plus {[email protected] DONE}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {[email protected] DONE}
        BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] DONE}
        mcjtylib-1.15-4.1.13.jar McJtyLib {[email protected] DONE}
        rftoolsbase-1.15-1.1.10.jar RFToolsBase {[email protected] DONE}
        xnet-1.15-2.1.14.jar XNet {[email protected] DONE}
        rftoolsstorage-1.15-1.1.13.jar RFToolsStorage {[email protected] DONE}
        rftoolscontrol-1.15-3.0.9.jar RFToolsControl {[email protected] DONE}
        mapperbase-1.15.2-1.1.1.0.jar Mapper Base {[email protected] DONE}
        embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {[email protected] DONE}
        trash-1.15.2-0.2.0.jar Trash {[email protected] DONE}
        ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] DONE}
        JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] DONE}
        mininggadgets-1.3.6.jar Mining Gadgets {[email protected] DONE}
        EnderStorage-1.15.2-2.5.2.164-universal.jar EnderStorage {[email protected] DONE}
        rftoolspower-1.15-2.2.6.jar RFToolsPower {[email protected] DONE}
        mysticalworld-1.15.2-2.1.3.jar Mystical World {[email protected] DONE}
        extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] DONE}
        Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE DONE}
        forge-1.15.2-31.2.49-universal.jar Forge {[email protected] DONE}
        Atum-1.15.2-2.1.12.jar Atum 2 {[email protected] DONE}
        Waddles-1.15.2-0.8.6.jar Waddles {[email protected] DONE}
        WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] DONE}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
        CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] DONE}
        forge-1.15.2-31.2.49-client.jar Minecraft {[email protected] DONE}
        cofh_core-1.15.2-1.0.2.jar CoFH Core {[email protected] DONE}
        ensorcellation-1.15.2-1.0.0.jar Ensorcellation {[email protected] DONE}
        The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
        rftoolsutility-1.15-2.1.20.jar RFToolsUtility {[email protected] DONE}
        swingthroughgrass-1.15.2-1.4.1.jar SwingThroughGrass {[email protected] DONE}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
        ToolBelt-1.15.2-1.14.2.jar Tool Belt {[email protected] DONE}
        titanium-1.15.2-2.4.2.jar Titanium {[email protected] DONE}
        Psi r1.2-84.jar Psi {[email protected] DONE}
        ImmersiveEngineering-1.15.2-4.1.1-125.jar Immersive Engineering {[email protected] DONE}
        SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 DONE}
        forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {[email protected] DONE}
        archers_paradox-1.15.2-1.0.0.jar Archer's Paradox {[email protected] DONE}
        ChickenChunks-1.15.2-2.5.1.79-universal.jar ChickenChunks {[email protected] DONE}
        Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] DONE}
        rftoolsbuilder-1.15-2.1.16.jar RFToolsBuilder {[email protected] DONE}
        paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] DONE}
        jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {[email protected] DONE}
        Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] DONE}
        Xaeros_Minimap_20.29.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
        ftb-backups-2.1.0.2.jar FTB Utilities: Backups {[email protected] DONE}
        serverconfigupdater-1.1.jar ServerConfig Updater {[email protected] DONE}
        FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] DONE}
        autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] DONE}
        polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] DONE}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
        AkashicTome-1.3-13.jar Akashic Tome {[email protected] DONE}
        Quark-r2.1-245.jar Quark {[email protected] DONE}
        Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 DONE}
        StorageDrawers-1.15.2-7.0.3.jar Storage Drawers {[email protected] DONE}
        FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {[email protected] DONE}
        performant-1.15-3.14m.jar Performant {[email protected] DONE}
        midnight-0.5.11.jar The Midnight {[email protected] DONE}
        TerraForged-1.15.2-0.0.15.jar TerraForged {[email protected] DONE}
        jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] DONE}
        kubejs-1502.3.0.19.jar KubeJS {[email protected] DONE}
        JEIEnchantmentInfo-1.16.1-1.2.0.jar JEI Enchantment Info {[email protected] DONE}
        InventoryHud_1.15.2.forge-3.1.4.jar Inventory HUD+(Forge edition) {[email protected] DONE}
        structurize-0.13.109-ALPHA-universal.jar Structurize {[email protected] DONE}
        minecolonies-0.13.644-BETA-universal.jar MineColonies {[email protected] DONE}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
        AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE}
        engineersdecor-1.15.2-1.1.4.jar Engineer's Decor {[email protected] DONE}
        Aquaculture-1.15.2-2.0.23.jar Aquaculture 2 {[email protected] DONE}
        refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] DONE}
        SolarGeneration-1.15.2-1.2.2.jar Solar Generation {[email protected] DONE}
        CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
        overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] DONE}
        OpenLoader-1.15.2-4.0.5.jar OpenLoader {[email protected] DONE}
        DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] DONE}
    Kiwi Modules: 
        fruittrees:cherry
        fruittrees:fruittrees
        fruittrees:hybridization
        kiwi:contributors
        kiwi:data
    [Psi] Active spell: None
    Patchouli open book context: n/a
    Launched Version: forge-31.2.49
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 461.40, NVIDIA Corporation
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: Français (France)
    CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
    OptiFine Version: OptiFine_1.15.2_HD_U_G6_pre5
    OptiFine Build: 20201230-034123
    Render Distance Chunks: 10
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 461.40
    OpenGlRenderer: GeForce GTX 1070/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8
 

Fichiers joints

Dernière édition par un modérateur: