Jump to content

I need help with this crash


kaths

Recommended Posts

This is the text of the crash.

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
  AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  DCASMPlugin (HeatAndClimateLib_1.12.2-3.4.1.jar)
  ForgelinPlugin (Forgelin-1.8.3.jar)
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  FutureMC (future-mc-1.12.2-0.2.2.jar)
  BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
  Quark Plugin (Quark-r1.6-178.jar)
  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  BlurPlugin (Blur-1.0.4-14.jar)
  ItemPatchingLoader (ItemPhysic_Full_1.4.34_mc1.12.2.jar)
  ColytraLoadingPlugin (colytra-1.12.2-1.2.0.3.jar)
  LoadingPlugin (ChunkAnimator-Mod-1.12.2.jar)
  CharmLoadingPlugin (Charm-1.12.2-1.3.6.jar)
  CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.jar)
  Controllable (controllable-1.12.2-0.5.2.jar)
Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 10/24/20 5:07 AM
Description: Initializing game

java.lang.RuntimeException: Duplicate stat id: "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.demon.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" and "TranslatableComponent{key='stat.entityKill', args=[TranslatableComponent{key='entity.demon.name', args=[], siblings=[], style=Style{hasParent=true, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}" at id stat.killEntity.demon
    at net.minecraft.stats.StatBase.func_75971_g(SourceFile:41)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.registerStatistics(EntityEntryBuilder.java:285)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.access$100(EntityEntryBuilder.java:57)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry.addedToRegistry(EntityEntryBuilder.java:335)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:509)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:500)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:350)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
    at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
    at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154)
    at mod.mcreator.divine_objects.registerEntities(divine_objects.java:160)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1594_divine_objects_registerEntities_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.stats.StatBase.func_75971_g(SourceFile:41)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.registerStatistics(EntityEntryBuilder.java:285)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder.access$100(EntityEntryBuilder.java:57)
    at net.minecraftforge.fml.common.registry.EntityEntryBuilder$BuiltEntityEntry.addedToRegistry(EntityEntryBuilder.java:335)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:509)
    at net.minecraftforge.registries.GameData$EntityCallbacks.onAdd(GameData.java:500)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:350)
    at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
    at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
    at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154)
    at mod.mcreator.divine_objects.registerEntities(divine_objects.java:160)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1594_divine_objects_registerEntities_Register.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:857)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.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: 134279680 bytes (128 MB) / 2013265920 bytes (1920 MB) up to 53687091200 bytes (51200 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx50G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2854 246 mods loaded, 246 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                    | Version              | Source                                              | Signature                                |
    |:----- |:--------------------- |:-------------------- |:--------------------------------------------------- |:---------------------------------------- |
    | LCH   | minecraft             | 1.12.2               | minecraft.jar                                       | None                                     |
    | LCH   | mcp                   | 9.42                 | minecraft.jar                                       | None                                     |
    | LCH   | FML                   | 8.0.99.99            | forge-1.12.2-14.23.5.2854.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                 | 14.23.5.2854         | forge-1.12.2-14.23.5.2854.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | creativecoredummy     | 1.0.0                | minecraft.jar                                       | None                                     |
    | LCH   | dcs_asm               | 2.1.0                | minecraft.jar                                       | 4cd12b92959105443b7b694fffe0cea9ed004886 |
    | LCH   | itemphysic            | 1.4.0                | minecraft.jar                                       | None                                     |
    | LCH   | controllable          | 0.5.2                | controllable-1.12.2-0.5.2.jar                       | None                                     |
    | LCH   | torchbowmod           | 1.4                  | [1.12-1.12.2]TorchBowMod_v1.4.jar                   | None                                     |
    | LCH   | securitycraft         | v1.8.14              | [1.12.2]+SecurityCraft+v1.8.14.jar                  | None                                     |
    | LCH   | organiccreepers       | 1.12.2               | [1.12.2]OrganicCreepers-1.2.5.jar                   | None                                     |
    | LCH   | fistful_of_hay        | 1.0.1                | a_fistful_of_hay-1.0.1.jar                          | None                                     |
    | LCH   | absentbydesign        | 1.12.2-1.0.3         | absentbydesign-1.12.2-1.0.3.jar                     | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
    | LCH   | advanced-fishing      | 1.3.3                | Advanced-Fishing-1.12.2-1.3.3.jar                   | None                                     |
    | LCH   | adventurepack         | 1.6.0                | adventurepack-1.6.2.jar                             | None                                     |
    | LCH   | creativecore          | 1.10.0               | CreativeCore_v1.10.9_mc1.12.2.jar                   | None                                     |
    | LCH   | ambientsounds         | 3.0                  | AmbientSounds_v3.0.14_mc1.12.2.jar                  | None                                     |
    | LCH   | animalcrops           | 1.12.2-0.2.0         | AnimalCrops-1.12.2-0.2.0.jar                        | None                                     |
    | LCH   | animalnet             | 0.1                  | animalnet-1.3.jar                                   | None                                     |
    | LCH   | tammodized            | 0.15.6               | TamModized-1.12.2-0.15.6.jar                        | None                                     |
    | LCH   | aov                   | 0.11.5               | AoV-1.12-0.11.5.jar                                 | None                                     |
    | LCH   | applecore             | 3.4.0                | AppleCore-mc1.12.2-3.4.0.jar                        | None                                     |
    | LCH   | jei                   | 4.16.1.301           | jei_1.12.2-4.16.1.301.jar                           | None                                     |
    | LCH   | appleskin             | 1.0.9                | AppleSkin-mc1.12-1.0.9.jar                          | None                                     |
    | LCH   | aquaculture           | 1.6.8                | Aquaculture-1.12.2-1.6.8.jar                        | None                                     |
    | LCH   | aquaticarmors         | 1.0                  | aquaticarmors-1.0.1.jar                             | None                                     |
    | LCH   | thedragonlib          | 1.12.2-5.3.0         | thedragonlib-1.12.2-5.3.0.jar                       | None                                     |
    | LCH   | armorplus             | 1.12.2-11.22.0.58    | armorplus-1.12.2-11.22.0.58.jar                     | None                                     |
    | LCH   | artemislib            | 1.0.6                | ArtemisLib-1.12.2-v1.0.6.jar                        | None                                     |
    | LCH   | astikorcarts          | 1.12.2-0.1.2.7       | astikorcarts-1.12.2-0.1.2.7.jar                     | None                                     |
    | LCH   | placebo               | 1.6.0                | Placebo-1.12.2-1.6.0.jar                            | None                                     |
    | LCH   | attaineddrops2        | 3.7.3                | Attained+Drops-1.12.2-3.7.3.jar                     | None                                     |
    | LCH   | attributefix          | 1.0.9                | AttributeFix-1.12.2-1.0.9.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | quark                 | r1.6-178             | Quark-r1.6-178.jar                                  | None                                     |
    | LCH   | autoreglib            | 1.3-32               | AutoRegLib-1.3-32.jar                               | None                                     |
    | LCH   | axolotl_12            | V4 1.12.2            | Axolotls+V4+1.12.2.jar                              | None                                     |
    | LCH   | get_back_to_home      | 1.5                  | BackToHome-1.5.jar                                  | None                                     |
    | LCH   | ichunutil             | 7.2.2                | iChunUtil-1.12.2-7.2.2.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCH   | backtools             | 7.0.1                | BackTools-1.12.2-7.0.1.jar                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCH   | basketcase            | 1.0.31               | Basketcase-v1.0.31-mc1.12.2.jar                     | None                                     |
    | LCH   | baubles               | 1.5.2                | Baubles-1.12-1.5.2.jar                              | None                                     |
    | LCH   | betternether          | 0.1.8.6              | betternether-0.1.8.6.jar                            | None                                     |
    | LCH   | bettersprinting       | 3.0.1                | BetterSprinting-1.12.2-v3.0.1.jar                   | None                                     |
    | LCH   | betterthanbunnies     | 1.12.1-1.1.0         | BetterThanBunnies-1.12.1-1.1.0.jar                  | None                                     |
    | LCH   | betterthanllamas      | 1.12.1-1.0.0         | BetterThanLlamas-1.12.1-1.0.0.jar                   | None                                     |
    | LCH   | bettertitlescreen     | 1.4b                 | BetterTitleScreen-Mod-1.12.2.jar                    | None                                     |
    | LCH   | biomeinfo             | v1.2.1               | biomeinfo-1.12.x-v1.2.1.jar                         | None                                     |
    | LCH   | blocklings            | 6.0.0                | Blocklings+6.0.0+-+1.12.2.jar                       | None                                     |
    | LCH   | blur                  | 1.0.4-14             | Blur-1.0.4-14.jar                                   | None                                     |
    | LCH   | bonsaitrees           | 1.1.3                | bonsaitrees-1.1.3-b156.jar                          | None                                     |
    | LCH   | bookshelf             | 2.3.557              | Bookshelf-1.12.2-2.3.557.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | bookworm              | 1.12.2-2.2.0         | bookworm+-+2.2.0+(1.12.2).jar                       | None                                     |
    | LCH   | botania               | r1.10-363            | Botania+r1.10-363.jar                               | None                                     |
    | LCH   | bouncing_balls        | 4.0.1                | BouncingBalls-1.12-4.0.1.jar                        | None                                     |
    | LCH   | lampblock             | 1.12.2               | branders-lamp-block-1.12.2.jar                      | None                                     |
    | LCH   | camera                | 1.0.9                | camera-1.0.9.jar                                    | None                                     |
    | LCH   | carbonado             | 1.5.2                | carbonado-1.5.2-mc1.12.x.jar                        | None                                     |
    | LCH   | ceilingtorch          | v1.3                 | ceilingtorch-1.12.2-v1.3.jar                        | None                                     |
    | LCH   | ceramics              | 1.12-1.3.7           | Ceramics-1.12-1.3.7.jar                             | None                                     |
    | LCH   | chameleon             | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                            | None                                     |
    | LCH   | charm                 | 1.12.2-1.3.6         | Charm-1.12.2-1.3.6.jar                              | None                                     |
    | LCH   | chunkanimator         | 1.2                  | ChunkAnimator-Mod-1.12.2.jar                        | None                                     |
    | LCH   | classiccombat         | 1.0.1                | ClassicCombat-1.0.1.jar                             | None                                     |
    | LCH   | coffeespawner         | 1.0.2                | Coffee-Spawner-Mod-1.12.2.jar                       | None                                     |
    | LCH   | colytra               | 1.2.0.3              | colytra-1.12.2-1.2.0.3.jar                          | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LCH   | comforts              | 1.4.1.2              | comforts-1.12.2-1.4.1.2.jar                         | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LCH   | cyclopscore           | 1.6.0                | CyclopsCore-1.12.2-1.6.0.jar                        | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | commoncapabilities    | 2.4.5                | CommonCapabilities-1.12.2-2.4.5.jar                 | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCH   | statues               | 0.8.9                | statues-1.12.X-0.8.9.jar                            | None                                     |
    | LCH   | crafttweaker          | 4.1.20               | CraftTweaker2-1.12-4.1.20.jar                       | None                                     |
    | LCH   | cookingforblockheads  | 6.4.71               | CookingForBlockheads_1.12.2-6.4.71.jar              | None                                     |
    | LCH   | craftablesaddles      | 1.3                  | Craftable+Saddles[1.12]-1.3.jar                     | None                                     |
    | LCH   | craftablehorsearmour  | 1.3                  | CraftableHorseArmour-1.3.0-1.12.jar                 | None                                     |
    | LCH   | ctgui                 | 1.0.0                | CraftTweaker2-1.12-4.1.20.jar                       | None                                     |
    | LCH   | crafttweakerjei       | 2.0.3                | CraftTweaker2-1.12-4.1.20.jar                       | None                                     |
    | LCH   | creativefirework      | 1.0.2                | creativefirework-1.0.2.jar                          | None                                     |
    | LCH   | creeperconfetti       | 1.4.2                | creeperconfetti-1.4.2.jar                           | None                                     |
    | LCH   | croparia              | 2.4                  | Croparia-2.5.jar                                    | None                                     |
    | LCH   | ctdcore               | 1.4.2                | CTD-Core-1.12.2-1.4.2.jar                           | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
    | LCH   | cucumber              | 1.1.3                | Cucumber-1.12.2-1.1.3.jar                           | None                                     |
    | LCH   | culinaryconstruct     | 1.3.4                | culinaryconstruct-1.3.4.jar                         | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LCH   | cyclicmagic           | 1.19.19              | Cyclic-1.12.2-1.19.19.jar                           | None                                     |
    | LCH   | diaernum              | 1.6                  | diaernum-1.6.jar                                    | None                                     |
    | LCH   | divine_objects        | 1.0.6                | Divine_Objects-1.12.2-1.0.6.jar                     | None                                     |
    | LCH   | doggytalents          | 1.15.0.6             | DoggyTalents-1.12.2-1.15.0.6-universal.jar          | None                                     |
    | LCH   | ebwizardry            | 4.3                  | ElectroblobsWizardry-4.3-MC1.12.2.jar               | None                                     |
    | LCH   | rcraft                | 2.1.2                | dotHack+Weapons-2.1.2.jar                           | None                                     |
    | LCH   | doubleslabs           | 0.2.1                | DoubleSlabs-1.12-0.2.1.jar                          | None                                     |
    | LCH   | dynamictrees          | 1.12.2-0.9.18        | DynamicTrees-1.12.2-0.9.18.jar                      | None                                     |
    | LCH   | easterrabbits         | 1.0                  | easterrabbits-1.12.2-v1.0.jar                       | None                                     |
    | LCH   | elevatorid            | 1.3.11               | ElevatorMod-1.12.2-1.3.11.jar                       | None                                     |
    | LCH   | eplus                 | 5.0.168              | EnchantingPlus-1.12.2-5.0.168.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | enchdesc              | 1.1.15               | EnchantmentDescriptions-1.12.2-1.1.15.jar           | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | endores               | 1.12.2-r1            | End+Ores-1.12.2-r1.jar                              | None                                     |
    | LCH   | endercompass          | 1.2.6.2              | EnderCompass-1.12-1.2.6.2.jar                       | None                                     |
    | LCH   | endermail             | 1.1.3                | EnderMail-1.12.2-1.1.3.jar                          | None                                     |
    | LCH   | essentials            | 1.12.2-1.2.1         | essentials-1.12.2-1.2.1.jar                         | None                                     |
    | LCH   | exoticbirds           | 1.0                  | Exotic+Birds+1.12.2-3.2.0.jar                       | None                                     |
    | LCH   | extrabows             | v1.12.2 b10          | extrabows-v1.12.2+b10.jar                           | None                                     |
    | LCH   | fencejumper           | 1.0.5                | fencejumper-1.12-1.0.5.jar                          | None                                     |
    | LCH   | fertilization         | 1.0.7                | Fertilization_1.12.2-1.0.7.jar                      | None                                     |
    | LCH   | findme                | 1.1.0                | findme-1.12.2-1.1.0-8.jar                           | None                                     |
    | LCH   | flying_things         | 1.5.2                | flying_things-1.5.2-1.12.jar                        | None                                     |
    | LCH   | farmory               | 1.2.12               | Forge-Your-World-1.2.12.jar                         | None                                     |
    | LCH   | fdecostuff            | 1.2.12               | Forge-Your-World-1.2.12.jar                         | None                                     |
    | LCH   | ffactory              | 1.2.12               | Forge-Your-World-1.2.12.jar                         | None                                     |
    | LCH   | ffoods                | 1.2.12               | Forge-Your-World-1.2.12.jar                         | None                                     |
    | LCH   | fmagic                | 1.2.12               | Forge-Your-World-1.2.12.jar                         | None                                     |
    | LCH   | fresource             | 1.2.12               | Forge-Your-World-1.2.12.jar                         | None                                     |
    | LCH   | forgelin              | 1.8.3                | Forgelin-1.8.3.jar                                  | None                                     |
    | LCH   | forgivingvoid         | 1.0.23               | ForgivingVoid_1.12.2-1.0.23.jar                     | None                                     |
    | LCH   | fm                    | 1.8                  | FunMod+1.8+Archery.jar                              | None                                     |
    | LCH   | silentlib             | 3.0.13               | SilentLib-1.12.2-3.0.13+167.jar                     | None                                     |
    | LCH   | funores               | 1.6.3                | FunOres-1.12.2-1.6.3-124.jar                        | None                                     |
    | LCH   | cfm                   | 4.1.5                | furniture-4.1.5-1.12.jar                            | None                                     |
    | LCH   | futuremc              | 0.2.2                | future-mc-1.12.2-0.2.2.jar                          | None                                     |
    | LCH   | gm                    | 1.1.3                | Gems+And+Crystals-1.12.2-1.1.3.jar                  | None                                     |
    | LCH   | giacomos_exp          | 1.2.2                | GiacomosExperienceSeedling-1.12.2-1.2.2.jar         | None                                     |
    | LCH   | glassential           | 1.0.0                | glassential-1.12.2-1.0.0.jar                        | None                                     |
    | LCH   | gb                    | 1.1.206              | Gobber-1.12.2_1.1.207.jar                           | None                                     |
    | LCH   | goodnightsleep        | 0.2.2                | good-nights-sleep-1.12.2-v0.2.2.jar                 | None                                     |
    | LCH   | gravestone            | 1.10.3               | gravestone-1.10.3.jar                               | None                                     |
    | LCH   | dcs_lib               | 3.4.1                | HeatAndClimateLib_1.12.2-3.4.1.jar                  | 4cd12b92959105443b7b694fffe0cea9ed004886 |
    | LCH   | dcs_climate           | 3.0.5                | HeatAndClimateMod_1.12.2-3.0.5.jar                  | None                                     |
    | LCH   | hgp                   | Release              | Horizontal-Glass-Panes-Mod-1.12.2.jar               | None                                     |
    | LCH   | infernalmobs          | 1.7.6                | InfernalMobs-1.12.1.jar                             | None                                     |
    | LCH   | japaricraftmod        | 5.5.0                | japaricraftmod-1.12.2-5.5.0.jar                     | None                                     |
    | LCH   | jjmeteor              | 1.0.10               | JJ+Meteor+1.12-1.12.2-v1.0.10.jar                   | None                                     |
    | LCH   | journeymap            | 1.12.2-5.7.0         | journeymap-1.12.2-5.7.0.jar                         | None                                     |
    | LCH   | jph                   | 1.0                  | jph_1.12-1.0.jar                                    | None                                     |
    | LCH   | jarm                  | 1.1.2                | Just-A-Raft-Mod-1.12.2.jar                          | None                                     |
    | LCH   | earthenbounty         | 2.1.0                | just_a_few_more_ores-2.1.0.jar                      | None                                     |
    | LCH   | reborncore            | 3.6.0.181            | RebornCore-1.12.2-3.6.0.181-universal.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | LCH   | justsleep             | 1.0.0.1              | JustSleep-1.0.0.1.jar                               | None                                     |
    | LCH   | letmesleep            | 1.0                  | LetMeSleep-v1.0-1.12.2.jar                          | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
    | LCH   | lightingwand          | 1.0.4                | LightingWand-1.0.4.jar                              | None                                     |
    | LCH   | mankini               | 1.3.3                | Mankini-1.12.2-1.3.3.1.jar                          | None                                     |
    | LCH   | mca                   | 6.1.0                | MCA-1.12.2-6.1.0-universal.jar                      | None                                     |
    | LCH   | mcwbridges            | 1.0.4                | mcw-bridges-1.0.4-mc1.12.2.jar                      | None                                     |
    | LCH   | mcwfurnitures         | 1.0                  | mcw-furnitures-1.0.0-mc1.12.2.jar                   | None                                     |
    | LCH   | mcwwindows            | 1.0                  | mcw-windows-1.0.0-mc1.12.2.jar                      | None                                     |
    | LCH   | minecraftboom         | 1.4.3                | minecraftboom-1.12.2-1.4.3-universal.jar            | None                                     |
    | LCH   | minetraps             | 1.0.4                | MineTraps-1.12.2-(v.1.0.4).jar                      | None                                     |
    | LCH   | minicoal              | 1.0                  | minicoal-1.12.2-1.0.jar                             | None                                     |
    | LCH   | moglowstone           | 1.5.6                | Mo-Glowstone-1.12.2-1.5.6.jar                       | b50fe22651b9d97d9d6631514a6a57cd6174b0dc |
    | LCH   | moarboats             | 4.1.2.1              | moarboats-1.12.2-4.1.2.1.jar                        | None                                     |
    | LCH   | mobends               | 1.0.0-beta-20.06.20  | MoBends_1.12.2-1.0.0-beta-20.06.20.jar              | None                                     |
    | LCH   | moderncreater         | 1.3.0                | modern-creator-1.3.0.jar                            | None                                     |
    | LCH   | modnametooltip        | 1.10.1               | modnametooltip_1.12.2-1.10.1.jar                    | None                                     |
    | LCH   | morecauldrons         | 1.4.3                | More-Cauldrons-1.4.3.jar                            | None                                     |
    | LCH   | morebuckets           | 1.0.3                | MoreBuckets-1.12.2-1.0.3.jar                        | None                                     |
    | LCH   | morecharcoal          | 1.12.2-1.0.9         | morecharcoal-1.12.2-1.0.9.jar                       | None                                     |
    | LCH   | morefuelsmod          | 1.6.2                | morefuelsmod-1.12.x-v1.6.2.jar                      | None                                     |
    | LCH   | moreoverlays          | 1.15.1               | moreoverlays-1.15.1-mc1.12.2.jar                    | None                                     |
    | LCH   | guilib                | $version             | morepaintings-paintings-1.12.2-5.0.1.2.jar          | None                                     |
    | LCH   | paintingselgui        | $version             | morepaintings-paintings-1.12.2-5.0.1.2.jar          | None                                     |
    | LCH   | morepaintings         | $version             | morepaintings-paintings-1.12.2-5.0.1.2.jar          | None                                     |
    | LCH   | survivalplus          | 0.1.1                | SurvivalPlus-1.12.2-0.1.1.jar                       | None                                     |
    | LCH   | morethanapickaxe      | 0.1.0                | MoreThanAPickaxe-1.12.2-0.1.0.jar                   | None                                     |
    | LCH   | moveboats             | 1.1                  | moveboats_1.12-1.1.jar                              | None                                     |
    | LCH   | llibrary              | 1.7.19               | llibrary-1.7.19-1.12.2.jar                          | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCH   | mowziesmobs           | 1.5.4                | mowziesmobs-1.5.4.jar                               | None                                     |
    | LCH   | mubble                | 1.3                  | Mubble-1.3-(1.12.2).jar                             | None                                     |
    | LCH   | zaraklib              | 0.0.4                | ZarakLIB[0.0.6R].jar                                | None                                     |
    | LCH   | multibags             | 0.0.4                | MultiBags-0.0.5.jar                                 | None                                     |
    | LCH   | mutantbeasts          | 1.12.2-1.0.1         | MutantBeasts-1.12.2-1.0.1.jar                       | 25e0dcff5b5a7325d7c28898af41ff8b0ba41b77 |
    | LCH   | mysticalagriculture   | 1.7.5                | MysticalAgriculture-1.12.2-1.7.5.jar                | None                                     |
    | LCH   | mysticalwildlife      | 1.3.0.1              | mysticalwildlife-1.12.2-1.3.0.1.jar                 | None                                     |
    | LCH   | mysticalworld         | 1.12.2-1.4.7         | MysticWorld-1.12.2-1.4.7.jar                        | None                                     |
    | LCH   | naturescompass        | 1.5.0                | Natures-Compass-Mod-1.12.2.jar                      | None                                     |
    | LCH   | neat                  | 1.4-17               | Neat+1.4-17.jar                                     | None                                     |
    | LCH   | netherportalfix       | 5.3.13               | NetherPortalFix_1.12.1-5.3.13.jar                   | None                                     |
    | LCH   | nifty                 | 1.5                  | nifty-1.12.2-1.5.jar                                | None                                     |
    | LCH   | yurtmod               | 9.5.2                | NomadicTents-1.12.2-9.5.2.jar                       | None                                     |
    | LCH   | notenoughcats         | 1.1                  | NotEnoughCats-1.12.2-1.1.jar                        | None                                     |
    | LCH   | neid                  | 1.5.4.4              | NotEnoughIDs-1.5.4.4.jar                            | None                                     |
    | LCH   | obsidiantools         | 1.8.2                | ObsidianTools-1.8.2.jar                             | None                                     |
    | LCH   | overpoweredarmorbar   | @VERSION@            | overloadedarmorbar-1.0.4g.jar                       | None                                     |
    | LCH   | paintingmod           | 2.1.0                | PaintingMod-MC1.12.2-2.1.0.jar                      | None                                     |
    | LCH   | paraglider            | 1.0.1.5              | Paraglider-1.12.2-1.0.1.5.jar                       | None                                     |
    | LCH   | parry                 | 1.0                  | parry-1.0-hotfix.jar                                | None                                     |
    | LCH   | patchouli             | 1.0-22               | Patchouli-1.0-22.jar                                | None                                     |
    | LCH   | pattysmorestuff       | @VERSION@            | PattysMoreStuff-stable-1.1.8.jar                    | None                                     |
    | LCH   | pattysmoretools       | 1.12.2-1.7           | PattysMoreTools-1.12.2-1.7.jar                      | None                                     |
    | LCH   | petrock               | 0.3.1                | petrock-0.3.1.jar                                   | ac38a3286ab9f4777b0023f0f6280caa9369d575 |
    | LCH   | petslow               | 0.1.13               | petslow-0.1.13.jar                                  | ac38a3286ab9f4777b0023f0f6280caa9369d575 |
    | LCH   | plants2               | 2.10.6               | Plants-1.12.2-2.10.6.jar                            | None                                     |
    | LCH   | planttech2            | 1.0.8                | planttech2-1.0.9.jar                                | None                                     |
    | LCH   | shetiphiancore        | 3.5.9                | shetiphiancore-1.12.0-3.5.9.jar                     | None                                     |
    | LCH   | platforms             | 1.4.6                | platforms-1.12.0-1.4.6.jar                          | None                                     |
    | LCH   | playerhopper          | 1.12-0.2             | playerhopper-1.12-0.2.jar                           | None                                     |
    | LCH   | playerplates          | 1.12.2-1.3.1.1       | playerplates-1.12.2-1.3.1.1.jar                     | None                                     |
    | LCH   | rainbowmods           | 2.7.5                | RainbowMods1.12.2vAT_Armour.jar                     | None                                     |
    | LCH   | randomenchantments    | @VERSION@            | randomenchants-0.1.4.jar                            | None                                     |
    | LCH   | realistictorches      | 2.1.1                | RealisticTorches-1.12.2-2.1.1.jar                   | None                                     |
    | LCH   | realtimeclock         | 1.12.2-1.2           | RealTimeClock-1.12.2-1.2.jar                        | None                                     |
    | LCH   | reap                  | 1.5.3                | reap-1.5.3.jar                                      | None                                     |
    | LCH   | refinedstorage        | 1.6.15               | refinedstorage-1.6.15.jar                           | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | LCH   | xreliquary            | 1.12.2-1.3.4.796     | Reliquary-1.12.2-1.3.4.796.jar                      | None                                     |
    | LCH   | reptilemod            | 3.8.4                | reptilemod-1.12.2-3.8.4-89.jar                      | None                                     |
    | LCH   | rhodonite             | 1.12.2-0.10-DEV      | rhodonite-1.12.2-0.10-DEV.jar                       | None                                     |
    | LCH   | ricardo               | 0.0.1                | Ricardo+0.0.1.jar                                   | None                                     |
    | LCH   | sandyores             | 1.4.0                | SandyOres+1.12.2+1.4.jar                            | None                                     |
    | LCH   | sbmbeartrap           | 1.0.0.20190505195026 | SBM-BearTrap-1.12.2-1.0.0b20190505195030.jar        | None                                     |
    | LCH   | bonetorch             | 0.0.1.12             | SBM-BoneTorch-1.12.2-0.0.1b12.jar                   | None                                     |
    | LCH   | sereneseasons         | 1.2.18               | SereneSeasons-1.12.2-1.2.18-universal.jar           | None                                     |
    | LCH   | sfm                   | 1.0                  | sfm_1.12-1.0.jar                                    | None                                     |
    | LCH   | spartanshields        | 1.5.4                | SpartanShields-1.12.2-1.5.4.jar                     | None                                     |
    | LCH   | shinygear             | 1.5                  | shinygear-1.5.jar                                   | None                                     |
    | LCH   | signbutton            | 1.0.1                | SignButton-1.12.2-1.0.1.jar                         | None                                     |
    | LCH   | simplecorn            | 2.5.8                | SimpleCorn1.12-2.5.8.jar                            | None                                     |
    | LCH   | lteleporters          | 1.12.2-3.0.2         | simpleteleporters-1.12.2-3.0.2.jar                  | None                                     |
    | LCH   | sipl                  | 1.0                  | Simply-Platinum-Mod-1.12.2.jar                      | None                                     |
    | LCH   | simplytea             | 1.4                  | Simply-Tea-Mod-1.12.2.jar                           | None                                     |
    | LCH   | simplylight           | 0.7.0                | simplylight-0.7.0.jar                               | None                                     |
    | LCH   | skltlamp              | 0.2.1MudField        | SkeletonLamps0.2.1-1.12.2.jar                       | None                                     |
    | LCH   | flammpfeil.slashblade | mc1.12-r32           | SlashBlade-mc1.12-r32.jar                           | None                                     |
    | LCH   | slurpiesdongles       | 2.17.6               | Slurpie's+Dongles-1.12,+1.12.1,++1.12.2-2.17.6a.jar | None                                     |
    | LCH   | snowvariants          | 1.12.2-1.3.0         | snowvariants-1.12.2-1.3.0.jar                       | None                                     |
    | LCH   | solarflux             | 4.35r                | SolarFluxReborn_1.12.2-4.35r.jar                    | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LCH   | soundfilters          | 0.12_for_1.12        | SoundFilters-0.12_for_1.12.jar                      | None                                     |
    | LCH   | spiderstpo            | 1.0.2                | spiders-2.0-1.12.2-1.0.2.jar                        | None                                     |
    | LCH   | squash                | 1.12.2-1.0.0         | Squash-1.12.2-1.0.0.jar                             | None                                     |
    | LCH   | storagedrawers        | 1.12.2-5.4.1         | StorageDrawers-1.12.2-5.4.1.jar                     | None                                     |
    | LCH   | stupidthings          | 1.1.5                | Stupid+Things-1.12.X-1.1.5.jar                      | None                                     |
    | LCH   | swanboat              | 1.12.2-1.0.1         | swanboat+-+1.0.1+(1.12.2).jar                       | None                                     |
    | LCH   | terraqueous           | 1.4.17               | terraqueous-1.12.2-1.4.17b.jar                      | None                                     |
    | LCH   | tlm                   | 0.0                  | Thomas'+Lighter+Mod-1.3.jar                         | None                                     |
    | LCH   | thutcore              | 5.21.0               | thutcore-1.12.2-5.21.0.jar                          | None                                     |
    | LCH   | thutcore_compat       | 1.0                  | thutcore-1.12.2-5.21.0.jar                          | None                                     |
    | LCH   | thuttech              | 6.1.6                | thuttech-1.12.2-6.1.6.jar                           | None                                     |
    | LCH   | timetravelmod         | 1.12.2-0.1.3.9       | TimeTravelMod-1.12.2-0.1.3.9.jar                    | None                                     |
    | LCH   | tinymobfarm           | 1.0.5                | TinyMobFarm-1.12.2-1.0.5.jar                        | None                                     |
    | LCH   | tp                    | 3.2.32               | tinyprogressions-1.12.2-3.3.32-Release.jar          | None                                     |
    | LCH   | tirphycraft           | 0.2                  | tirphycraft_A_1.12.2_0.2.jar                        | None                                     |
    | LCH   | tombstone             | 3.5.6                | tombstone-3.5.6-1.12.2.jar                          | None                                     |
    | LCH   | toolupgrades          | 2.0.3                | ToolUpgrades-1.12.x-(v.2.0.3).jar                   | None                                     |
    | LCH   | torchbandolier        | 0.1.1                | TorchBandolier-1.12.2-0.1.1-4.jar                   | None                                     |
    | LCH   | torchlever            | 1.0                  | TorchLever1.12.2-1.0.jar                            | None                                     |
    | LCH   | betteranimalsplus     | 9.0.1                | betteranimalsplus-1.12.2-9.0.1.jar                  | None                                     |
    | LCH   | orelib                | 3.6.0.1              | OreLib-1.12.2-3.6.0.1.jar                           | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LCH   | patchwork             | 0.2.3.4              | Patchwork-1.12.2-0.2.3.4BETA.jar                    | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LCH   | snowrealmagic         | 0.3.3                | SnowRealMagic-0.3.3.jar                             | None                                     |
    | LCH   | corail_pillar         | 4.2.1                | corail_pillar-4.2.1-1.12.jar                        | None                                     |
    | LCH   | mysticallib           | 1.12.2-1.3.8         | mysticallib-1.12.2-1.3.8.jar                        | None                                     |
    | LCH   | primal_tech           | 0.3.4                | PrimalTech-0.3.4.jar                                | None                                     |

    Loaded coremods (and transformers): 
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  sereneseasons.asm.transformer.EntityRendererTransformer
  sereneseasons.asm.transformer.WorldTransformer
ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
  com.tictim.paraglider.asm.TransformerModelBiped
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
DCASMPlugin (HeatAndClimateLib_1.12.2-3.4.1.jar)
  defeatedcrow.hac.asm.DCMethodTransformer
ForgelinPlugin (Forgelin-1.8.3.jar)
  
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
FutureMC (future-mc-1.12.2-0.2.2.jar)
  thedarkcolour.futuremc.asm.CoreTransformer
BetterSprintingCore (BetterSprinting-1.12.2-v3.0.1.jar)
  chylex.bettersprinting.system.core.TransformerEntityPlayerSP
Quark Plugin (Quark-r1.6-178.jar)
  vazkii.quark.base.asm.ClassTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  shetiphian.asm.ClassTransformer
BlurPlugin (Blur-1.0.4-14.jar)
  com.tterrag.blur.BlurTransformer
ItemPatchingLoader (ItemPhysic_Full_1.4.34_mc1.12.2.jar)
  com.creativemd.itemphysic.ItemTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.3.jar)
  c4.colytra.asm.ElytraTransformer
LoadingPlugin (ChunkAnimator-Mod-1.12.2.jar)
  lumien.chunkanimator.asm.ClassTransformer
CharmLoadingPlugin (Charm-1.12.2-1.3.6.jar)
  svenhjol.charm.base.CharmClassTransformer
CreativePatchingLoader (CreativeCore_v1.10.9_mc1.12.2.jar)
  
Controllable (controllable-1.12.2-0.5.2.jar)
  com.mrcrayfish.controllable.asm.ControllableTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 436.02' Renderer: 'GeForce GTX 970/PCIe/SSE2'
    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 3.6.0.181
        Runtime Debofucsation 1
        RenderEngine: 0
    Patchouli open book context: n/a
    Launched Version: 1.12.2-forge-14.23.5.2854
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.02, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x AMD FX-8320E Eight-Core Processor 

Link to comment
Share on other sites

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • The log is here https://pastebin.com/eK7U0a9b I have the following mods: 1.alexsdelight-1.4.1 2.alexsmobs-1.21.1 3.citadel-2.1.4-1.19 4.FarmersDelight-1.19.2-1.2.3 5.jei-1.19.2-forge-11.5.0.297 6.journeymap-1.19.2-5.9.0-forge 7.Optifine_1.19.2_HD_U_H9 8.sophisticatedbackpacks-1.19.2-3.19.1.960 9.sophisticatedcore-1.19.2-0.5.106.503 The error code is -1. If anyone can help please do.
    • i think the more suitable would be using the nbt format and use the ChestBlockEntity methods to get the items other could be list all the registered items make a list and get the item from the list  Map<String, Item> lista_de_items = new HashMap<String, Item>(); int count = 0; for (Map.Entry<net.minecraft.resources.ResourceKey<Item>, Item> ResourceKey : ForgeRegistries.ITEMS.getEntries()) { Item actualItem = ResourceKey.getValue();//.defaultBlockState().getBlock(); String nnn = ForgeRegistries.ITEMS.getKey(actualItem).toString(); lista_de_items.put(nnn, actualItem); System.out.println( count + " [" + nnn + "]" ); count++; } Item cosa = lista_de_items.get("minecraft:apple");
    • I am hosting a server on oracle cloud free tier. It has 24GB RAM and 4 OCPUs. I use pterodactyl panel to manage my servers. I have added -Xmx21G in the user_jvm_args.txt file. It is using 9GiB of ram and 120% CPU (max 400%). I have restarted several times. I have a lot of mods. It is running on Forge 1.19.2-43.2.14. Pterodactyl Panel has not put any resource allocation restraints on it. Here is my log. I get a message like this: [13:17:53] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 13315ms or 266 ticks behind [13:18:21] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 13002ms or 260 ticks behind [13:18:49] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 12868ms or 257 ticks behind [13:19:16] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11789ms or 235 ticks behind [13:19:43] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 12087ms or 241 ticks behind [13:20:10] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 12050ms or 241 ticks behind [13:20:37] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 12003ms or 240 ticks behind [13:21:04] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11758ms or 235 ticks behind [13:21:31] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 12128ms or 242 ticks behind [13:21:59] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 13573ms or 271 ticks behind [13:22:27] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 13200ms or 264 ticks behind [13:22:54] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11192ms or 223 ticks behind [13:23:21] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 12861ms or 257 ticks behind [13:23:50] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 13288ms or 265 ticks behind [13:24:17] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 12314ms or 246 ticks behind [13:24:43] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11276ms or 225 ticks behind [13:25:10] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11444ms or 228 ticks behind [13:25:36] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11400ms or 228 ticks behind [13:26:03] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11670ms or 233 ticks behind [13:26:29] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11382ms or 227 ticks behind [13:26:55] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11085ms or 221 ticks behind [13:27:22] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11568ms or 231 ticks behind [13:27:48] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 11736ms or 234 ticks behind Here are all my mods (ik its a lot): [1.19.2] SecurityCraft v1.9.6.1.jar alchemind-0.1.2.a-1.19.2-create0.5.1.jar animalistics v0.1.jar architectury-6.5.85-forge.jar BofferNBeems.jar bronze_age-0.0.2-1.19.2.jar cfm-7.0.0-pre35-1.19.2.jar cgm-1.3.4-1.19.2.jar compressedcreativity-1.19.2-0.1.6.jar CraftTweaker-forge-1.19.2-10.1.46.jar Create Deco Casing 1.1.0 1.19 Fix.jar Create Train Additions 0.3.0-1.19.2.jar create_central_kitchen-1.19.2-for-create-0.5.1.b-1.3.7.d.jar create_crystal_clear-0.2.1-1.19.2.jar create_enchantment_industry-1.19.2-for-create-0.5.1.b-1.2.5.jar create_mechanical_extruder-1.19.2-1.4.1.b-30.jar create_misc_and_things_++1.19.2_3.0.jar create_so-1.3.3+forge-1.19.2.jar create-1.19.2-0.5.1.b.jar Create-Dreams-n-Desires-1.19.2-0.0.2c.ALPHA.jar create-electric-stonks-1.19.2-1.2.5.jar create-mosaicadditions_1.19.2.jar create-renewable-ores-1.jar create-ruins-1.19.2-1.0.0.jar create-structures-0.1.0.jar createaddition-1.19.2-20230527a.jar createcafe-1.1.8-1.19.2.jar createdieselgenerators-1.19.2-1.1.jar createendertransmission-1.2.4.jar createfoundry-forge-1.1.0-1.19.2.jar creategoggles-0.5.5-beta-[FORGE].jar createoreexcavation-1.19-1.2.1.jar createsifter-1.19.2-1.5.1.b-30.jar CreateTweaker-1.19.2-3.0.0.6.jar createunlimited-0.3.1+1.19.2.jar curios-forge-1.19.2-5.1.4.3.jar dragonmounts-1.19.2-1.1.4a.jar ferritecore-5.0.3-forge.jar framework-0.4.2-1.19.2.jar garnished-0.2.2+1.19.2.jar geckolib-forge-1.19-3.1.40.jar jei-1.19.2-forge-11.6.0.1016.jar journeymap-1.19.2-5.9.7-forge.jar kotlinforforge-3.12.0-all.jar kubejs-forge-1902.6.0-build.142.jar liquidburner-1.19.2-0.4.jar MechanicalMachinery-1.19.2-1.1.1.jar memoryleakfix-forge-1.17+-1.1.1.jar moderntrainparts-mc1.19.2-0.2.2-forge.jar molten_geodes-1.19.2-0.3.1.jar molten_vents-1.19.2-0.2.0.jar Patchouli-1.19.2-77.jar pneumaticcraft-repressurized-1.19.2-4.3.5-25.jar rhino-forge-1902.2.2-build.268.jar simpleplanes-1.19.2-5.2.2.jar starlight-1.1.1+forge.cf5b10b.jar Steam_Rails-1.3.5+forge-mc1.19.2.jar unlockschematics-1.19.2-1.0.0.jar worldedit-mod-7.2.12.jar
    • I randomly got this error when I tried to build my game, tried reverting everything I did and it still did not do anything, and nothing is working. I don't think it's to do with my code, but it randomly happened after I made some changes? 1:28:28 pm: Executing 'assemble'... > Configure project : Java: 17.0.6, JVM: 17.0.6+10 (Eclipse Adoptium), Arch: amd64 WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula. > Task :compileJava FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings 1 actionable task: 1 executed FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':compileJava'. > Cannot fingerprint input file property 'stableSources': java.io.IOException: Cannot snapshot C:\Users\jbart\OneDrive\Documents\Minecraft\Mods\Forge\1.19.3\JaspersStarWarsMod\src\main\java\net\jasper\jstarwars\classes\client\ClientForceData.java: not a regular file * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: java.lang.StackOverflowError (no error message) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org BUILD FAILED in 888ms 1:28:29 pm: Execution finished 'assemble'. ClientForceData.java: package net.jasper.jstarwars.classes.client; public class ClientForceData { private static int playerForce; public static void set(int force) { ClientForceData.playerForce = force; } public static int getPlayerForce() { return ClientForceData.playerForce; } }
    • good days  i was updating to 1.20 and have this problem  i need to check the material in blocks for many items and things but the class material exist no more  Material pmat = tmpstate.getMaterial(); if ((pmat == Material.AIR) || (pmat == Material.PLANT) || (pmat == Material.LEAVES) || (pmat == Material.REPLACEABLE_PLANT)) { return false; } also the .getMaterial() method is gonne an without being market as deprecated so i dont find the replacement  forums says //import net.minecraft.world.level.material.Material; that class dont exist on mi forge-1.20.2-48.0.49-mdk.zip i was thingking in using soundtype instead  //import net.minecraft.world.level.block.SoundType but its a little uncosistent coze is designed for other thing and i would have to write custom functions everywhere just to check if a block  like isMetal() could be SoundType.ANVIL SoundType.METAL SoundType.CHAIN and i hand an custome ladder ladder made of iron   
  • Topics

×
×
  • Create New...

Important Information

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