Jump to content

Recommended Posts

Posted

Hello,
I installed some mods in minecraft 1.14.4 that I already used modified, but it gives me this error and it doesn't start 

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 04/05/20 10.20
Description: Rendering overlay

java.lang.NullPointerException: Rendering overlay
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132) ~[?:1.14.4-6.0.0] {re:classloading}
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60) ~[?:1.14.4-6.0.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_115_Register_registerTextures_Pre.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:28.1] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader$$Lambda$2515/1708990865.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
    at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPre(ForgeHooksClient.java:172) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.texture.AtlasTexture.func_215254_a(AtlasTexture.java:96) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:170) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:143) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:46) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:17) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?] {re:classloading}
    at net.minecraft.client.resources.ReloadListener$$Lambda$2633/497378142.get(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1582) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1574) ~[?: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] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.populateGeometryData(BasicDrawerModel.java:132)
    at com.jaquadro.minecraft.storagedrawers.client.model.BasicDrawerModel$Register.registerTextures(BasicDrawerModel.java:60)
    at net.minecraftforge.eventbus.ASMEventHandler_115_Register_registerTextures_Pre.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
    at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
    at net.minecraftforge.fml.ModLoader$$Lambda$2515/1708990865.accept(Unknown Source)
    at java.util.HashMap.forEach(HashMap.java:1280)
    at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:544)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    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:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$410/638525764.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.14.4
    Minecraft Version ID: 1.14.4
    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: 1384163184 bytes (1320 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.90
    FML Language Providers: 
        javafml@28.1
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {minecraft@1.14.4 CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.3 CREATE_REGISTRIES}
        Notes-1.14.4-1.2.0.jar Notes {notes@1.14.4-1.2.0 CREATE_REGISTRIES}
        AdFinders-1.14.4-3.0.0.0-build.0040.jar Advanced Finders {adfinders@1.14.4-3.0.0.0 ERROR}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {blood_particles@1.0.0 CREATE_REGISTRIES}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {trashslot@10.4.5 CREATE_REGISTRIES}
        compactores-1.14.4-1.2.2.jar Compact Ores {compactores@1.2.2 CREATE_REGISTRIES}
        Floocraft+1.14.4-1.9.7.jar Floocraft {floocraftft@1.9.7 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {valhelsia_structures@14.0.3 CREATE_REGISTRIES}
        adventurepack-1.0.jar Adventure Tools {adventurepack@1.14.4-1.0 CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 CREATE_REGISTRIES}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {worleycaves@1.14.4-1.6.0 CREATE_REGISTRIES}
        prefab-1.4.0.7.jar Prefab {prefab@1.4.0.7 CREATE_REGISTRIES}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {morecharcoal@1.14.4-1.0.3 CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {forgeendertech@5.2.2.1 CREATE_REGISTRIES}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {adlods@2.0.0.1 CREATE_REGISTRIES}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {gravelminer@8.1.6 CREATE_REGISTRIES}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.3 CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {storagedrawers@1.14.4-6.0.0 CREATE_REGISTRIES}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {naturescompass@1.14.4-1.8.3 CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.40 CREATE_REGISTRIES}
        decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 CREATE_REGISTRIES}
        structurize-0.10.178-ALPHA.jar Structurize {structurize@0.10.178-ALPHA CREATE_REGISTRIES}
        minecolonies-0.10.415-ALPHA-universal.jar Minecolonies {minecolonies@0.10.415-ALPHA CREATE_REGISTRIES}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre3 CREATE_REGISTRIES}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {mcwfurnitures@1.0.0 CREATE_REGISTRIES}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {snowvariants@1.14.4-1.1.1 CREATE_REGISTRIES}
        FpsReducer-mc1.14.4-1.12.4.jar FPS Reducer {fpsreducer@mc1.14.4-1.12.4 CREATE_REGISTRIES}
        forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 CREATE_REGISTRIES}
        ruins-1.14.4.1.jar Ruins {ruins@1.14.3.3 CREATE_REGISTRIES}
        corpse-1.14.4-1.0.2.jar Corpse {corpse@1.14.4-1.0.2 CREATE_REGISTRIES}
        farlanders-1.14.4-1.0.1.jar The Farlanders {farlanders@1.0.1 CREATE_REGISTRIES}
    Launched Version: 1.14.4-forge-28.1.90
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 615 GL version 4.5.0 - Build 24.20.100.6287, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    CPU: 4x Intel(R) Pentium(R) CPU 4415Y @ 1.60GHz

Posted (edited)

Sorry,
google automatically translates the page and I got confused
I hope the file is there

I copy the file because I can't insert it, sorry

  Reveal hidden contents

 

Edited by diesieben07
spoiler
Posted

First of all, sorry if I didn't answer before but I couldn't post the delog file
In the meantime, I managed to find the correspondence between the two mods you told me
The problem now is that after a few minutes the game has started it closes

 

---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 05/05/20 22.48
Description: Exception in server tick loop

java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerEntity.getEntityData()Lnet/minecraft/nbt/CompoundNBT;
    at net.blay09.mods.trashslot.TrashHelper.getTrashItem(TrashHelper.java:19) ~[?:10.4.5] {re:classloading}
    at net.blay09.mods.trashslot.TrashSlot.onPlayerOpenContainer(TrashSlot.java:89) ~[?:10.4.5] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_44_TrashSlot_onPlayerOpenContainer_Open.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraft.entity.player.ServerPlayerEntity.func_213829_a(ServerPlayerEntity.java:825) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.block.ChestBlock.func_220051_a(SourceFile:191) ~[?:?] {re:classloading}
    at net.minecraft.block.BlockState.func_215687_a(BlockState.java:274) ~[?:?] {re:classloading,xf:fml:forgeendertech:randomTickBlock}
    at net.minecraft.server.management.PlayerInteractionManager.func_219441_a(PlayerInteractionManager.java:322) ~[?:?] {re:classloading}
    at net.minecraft.network.play.ServerPlayNetHandler.func_184337_a(ServerPlayNetHandler.java:847) ~[?:?] {re:classloading}
    at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:36) ~[?:?] {re:classloading}
    at net.minecraft.network.play.client.CPlayerTryUseItemOnBlockPacket.func_148833_a(SourceFile:10) ~[?:?] {re:classloading}
    at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading}
    at net.minecraft.network.PacketThreadUtil$$Lambda$4433/1770997598.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:678) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:626) [?:?] {re:classloading,pl:accesstransformer:B}
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


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

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    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: 1267510920 bytes (1208 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.1.90.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.90
    FML Language Providers: 
        javafml@28.1
        minecraft@1
    Mod List: 
        forge-1.14.4-28.1.90-client.jar Minecraft {minecraft@1.14.4 DONE}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.3 DONE}
        Notes-1.14.4-1.2.0.jar Notes {notes@1.14.4-1.2.0 DONE}
        MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.13 DONE}
        blood-particles-1.14.4-1.0.0.jar Blood Particles {blood_particles@1.0.0 DONE}
        TrashSlot_1.14.4-10.4.5.jar TrashSlot {trashslot@10.4.5 DONE}
        compactores-1.14.4-1.2.2.jar Compact Ores {compactores@1.2.2 DONE}
        Floocraft+1.14.4-1.9.7.jar Floocraft {floocraftft@1.9.7 DONE}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 DONE}
        valhelsia_structures-14.0.3.jar Valhelsia Structures {valhelsia_structures@14.0.3 DONE}
        adventurepack-1.0.jar Adventure Tools {adventurepack@1.14.4-1.0 DONE}
        jei-1.14.4-6.0.0.13.jar Just Enough Items {jei@6.0.0.13 DONE}
        worleycaves-1.14.4-1.6.0.jar Worley's Caves {worleycaves@1.14.4-1.6.0 DONE}
        simplefarming-1.14.4-1.1.4c.jar Simple Farming {simplefarming@1.14.4-1.1.4 DONE}
        morecharcoal-1.14.4-1.0.3.jar More Charcoal {morecharcoal@1.14.4-1.0.3 DONE}
        ForgeEndertech-1.14.4-5.2.2.0-build.0082.jar Forge Endertech {forgeendertech@5.2.2.0 DONE}
        AdFinders-1.14.4-3.0.5.0-build.0082.jar Advanced Finders {adfinders@3.0.5.0 DONE}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {adlods@2.0.0.1 DONE}
        GravelMiner_1.14.4-8.1.6.jar GravelMiner {gravelminer@8.1.6 DONE}
        XaerosWorldMap_1.5.3_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.3 DONE}
        StorageDrawers-1.14.4-6.0.0.jar Storage Drawers {storagedrawers@1.14.4-6.0.0 DONE}
        NaturesCompass-1.14.4-1.8.3.jar Nature's Compass {naturescompass@1.14.4-1.8.3 DONE}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.40 DONE}
        decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 DONE}
        furniture-7.0.0-pre3-1.14.4.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre3 DONE}
        mcw-furnitures-1.0.0-mc1.14.4.jar Macaw's Furniture {mcwfurnitures@1.0.0 DONE}
        snowvariants-1.14.4-1.1.1.jar Snow Variants {snowvariants@1.14.4-1.1.1 DONE}
        forge-1.14.4-28.1.90-universal.jar Forge {forge@28.1.90 DONE}
        ruins-1.14.4.1.jar Ruins {ruins@1.14.3.3 DONE}
        corpse-1.14.4-1.0.2.jar Corpse {corpse@1.14.4-1.0.2 DONE}
    Player Count: 1 / 8; [ServerPlayerEntity['AlierrisBrisingr'/41, l='Bussole', x=-508.15, y=67.00, z=82.70]]
    Data Packs: vanilla, CompactOres dynamic resources, mod:adfinders, mod:adlods, mod:adventurepack, mod:blood_particles, mod:blur, mod:cfm, mod:compactores, mod:corpse, mod:decorative_blocks, mod:floocraftft, mod:forge, mod:forgeendertech, mod:gravelminer, mod:jei, mod:mcwbridges, mod:mcwfurnitures, mod:morecharcoal, mod:mousetweaks, mod:naturescompass, mod:notes, mod:ruins, mod:sereneseasons, mod:simplefarming, mod:snowvariants, mod:storagedrawers, mod:trashslot, mod:valhelsia_structures, mod:worleycaves, mod:xaeroworldmap
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'

 

 

 

Posted (edited)

Minecraft-France is a repost site. You should not download mods from it.

Please check out https://stopmodreposts.org.

Edited by DavidM

Some tips:

  Reveal hidden contents

 

Posted
  On 5/6/2020 at 8:47 AM, DavidM said:

Minecraft-France è un sito repost. Non devi scaricare mod da esso.

Dai un'occhiata a stopmodrepost.org

Expand  

I use minecraft-france only because it is written in French
When I download mods I do it only if I'm on curseforge
is a repost site also curseforge?

Posted (edited)
  On 5/6/2020 at 11:27 AM, AlierrisBrisingr said:

But I would need some advice on why minecraft doesn't work

Expand  

To conclude your issue: stop downloading from repost sites like Minecraft-France.

Only download your mods from CurseForge or an official page.

In this case, TrashSlot is causing the problem. Remove your copy of it and download the latest version from CurseForge.

Edited by DavidM

Some tips:

  Reveal hidden contents

 

Posted

I am happy to make everything work, thanks to everyone
I wanted to ask you one last thing
I'd like to install Instant Structures Mod (ISM) for Minecraft by MaggiCraft, but every time it tells me that a file is missing
Can you help me in this discussion or do I have to open a new topic?
Thanks again

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



×
×
  • Create New...

Important Information

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