Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HummingandWalking

Members
  • Joined

  • Last visited

Everything posted by HummingandWalking

  1. I've realised this is a vanilla server, but I am still having trouble figuring out why my forge server wont load - I click the forge file and nothing loads
  2. Essentially title - I'm trying to figure out how to do a modded Minecraft server for the first time and I have basically completed the whole process except for actually playing the game: My mods are (i think) load in and I'm in the world, but nothing is craftable or even available, every item says that "there is no item with this name" I've attempted to get some info from other forums but they seem to not really help; Heres the logs and mods list that I have (I suspect its something to do with NEI?) Latest Server Log: [17:19:29] [Server thread/INFO]: Starting minecraft server version 1.12.2 [17:19:29] [Server thread/INFO]: Loading properties [17:19:29] [Server console handler/ERROR]: Exception handling console input java.io.IOException: The handle is invalid at java.io.FileInputStream.readBytes(Native Method) ~[?:?] at java.io.FileInputStream.read(FileInputStream.java:293) ~[?:?] at java.io.BufferedInputStream.read1(BufferedInputStream.java:311) ~[?:?] at java.io.BufferedInputStream.implRead(BufferedInputStream.java:386) ~[?:?] at java.io.BufferedInputStream.read(BufferedInputStream.java:365) ~[?:?] at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:333) ~[?:?] at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:376) ~[?:?] at sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:219) ~[?:?] at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:173) ~[?:?] at java.io.InputStreamReader.read(InputStreamReader.java:189) ~[?:?] at java.io.BufferedReader.fill(BufferedReader.java:161) ~[?:?] at java.io.BufferedReader.implReadLine(BufferedReader.java:371) ~[?:?] at java.io.BufferedReader.readLine(BufferedReader.java:348) ~[?:?] at java.io.BufferedReader.readLine(BufferedReader.java:437) ~[?:?] at nz$2.run(SourceFile:100) [minecraft_server.1.12.2.jar:?] [17:19:29] [Server thread/INFO]: Default game type: SURVIVAL [17:19:29] [Server thread/INFO]: Generating keypair [17:19:29] [Server thread/INFO]: Starting Minecraft server on 192.168.0.12:25565 [17:19:29] [Server thread/INFO]: Using default channel type [17:19:29] [Server thread/INFO]: Preparing level "world" [17:19:30] [Server thread/INFO]: Loaded 488 advancements [17:19:30] [Server thread/INFO]: Preparing start region for level 0 [17:19:31] [Server thread/INFO]: Preparing spawn area: 10% [17:19:32] [Server thread/INFO]: Preparing spawn area: 27% [17:19:33] [Server thread/INFO]: Preparing spawn area: 46% [17:19:34] [Server thread/INFO]: Preparing spawn area: 66% [17:19:35] [Server thread/INFO]: Preparing spawn area: 83% [17:19:36] [Server thread/INFO]: Done (6.873s)! For help, type "help" or "?" [17:21:02] [Server thread/INFO]: Stopping the server [17:21:02] [Server thread/INFO]: Stopping server [17:21:02] [Server thread/INFO]: Saving players [17:21:02] [Server thread/INFO]: Saving worlds [17:21:02] [Server thread/INFO]: Saving chunks for level 'world'/overworld [17:21:02] [Server thread/INFO]: Saving chunks for level 'world'/the_nether [17:21:02] [Server thread/INFO]: Saving chunks for level 'world'/the_end [17:21:03] [Server Shutdown Thread/INFO]: Stopping server [17:21:03] [Server Shutdown Thread/INFO]: Saving players Heres the Mod-List: https://imgur.com/rjD4eEo
  3. Old faithful min craft wont load and crashes on the load ---- WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181 (2).jar) Contact their authors BEFORE contacting forge // Don't be sad, have a hug! <3 Time: 4/26/19 10:15 PM Description: Initializing game java.lang.NoSuchMethodError: net.minecraftforge.fml.relauncher.ReflectionHelper.findField(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/reflect/Field; at WayofTime.bloodmagic.item.armour.ItemLivingArmour.<clinit>(ItemLivingArmour.java:60) at WayofTime.bloodmagic.core.RegistrarBloodMagicItems.registerItems(RegistrarBloodMagicItems.java:186) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_67_RegistrarBloodMagicItems_registerItems_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:780) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) 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 WayofTime.bloodmagic.item.armour.ItemLivingArmour.<clinit>(ItemLivingArmour.java:60) at WayofTime.bloodmagic.core.RegistrarBloodMagicItems.registerItems(RegistrarBloodMagicItems.java:186) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_67_RegistrarBloodMagicItems_registerItems_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:780) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) 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: 278839232 bytes (265 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2768 29 mods loaded, 29 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 | |:----- |:------------------- |:----------------- |:----------------------------------------------------------- |:---------------------------------------- | | UCH | minecraft | 1.12.2 | minecraft.jar | None | | UCH | mcp | 9.42 | minecraft.jar | None | | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | micdoodlecore | | minecraft.jar | None | | UCH | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63 (1).jar | None | | UCH | bloodmagic | 1.12.2-2.4.0-102 | BloodMagic-1.12.2-2.4.0-102 (1).jar | None | | UCH | animus | 1 | Animus-1.12-2.1.2.jar | None | | UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UCH | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | UCH | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None | | UCH | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None | | UCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | UCH | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | UCH | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None | | UCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | UCH | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None | | UCH | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None | | UCH | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | | UCH | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zc+The+7mm+Kidney+Stone+Update.jar | None | | UCH | patchouli | 1.0-18 | Patchouli-1.0-18 (1).jar | None | Loaded coremods (and transformers): MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181 (2).jar) micdoodle8.mods.miccore.MicdoodleTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.35' Renderer: 'GeForce GT 525M/PCIe/SSE2' Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) Launched Version: 1.12.2-forge1.12.2-14.23.5.2768 LWJGL: 2.9.4 OpenGL: GeForce GT 525M/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.35, 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 Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
  4. Thank you! After deleting the mods from 9minecraft, I redownloaded the official mods and things started working I thank you for you help
  5. I got the 2 Galacticraft mods at 9minecraft.net
  6. I am getting the mods at curse forge and 9minecraft.net
  7. Here are the logs: ---- Minecraft Crash Report ---- WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2.jar) HCASM (HammerCore-1.12.2-2.0.4.4.jar) Contact their authors BEFORE contacting forge // My bad. Time: 4/23/19 6:50 PM Description: Initializing game java.lang.IllegalAccessError: tried to access method micdoodle8.mods.galacticraft.planets.asteroids.recipe.RecipeManagerAsteroids.addUniversalRecipes()V from class micdoodle8.mods.galacticraft.core.GalacticraftCore$RegistrationHandler at micdoodle8.mods.galacticraft.core.GalacticraftCore$RegistrationHandler.registerRecipes(GalacticraftCore.java:745) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_187_RegistrationHandler_registerRecipes_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:787) at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:623) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) 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 micdoodle8.mods.galacticraft.core.GalacticraftCore$RegistrationHandler.registerRecipes(GalacticraftCore.java:745) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_187_RegistrationHandler_registerRecipes_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:787) at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:623) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) 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: 363627928 bytes (346 MB) / 1879048192 bytes (1792 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2768 42 mods loaded, 42 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 | |:----- |:----------------------- |:----------------- |:--------------------------------------------- |:---------------------------------------- | | UCH | minecraft | 1.12.2 | minecraft.jar | None | | UCH | mcp | 9.42 | minecraft.jar | None | | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | micdoodlecore | | minecraft.jar | None | | UCH | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None | | UCH | abyssalcraft | 1.9.6 | AbyssalCraft-1.12.2-1.9.6.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | UCH | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UCH | buildcraftlib | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | buildcraftcore | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | buildcraftbuilders | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | buildcrafttransport | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | buildcraftsilicon | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | buildcraftenergy | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322 (1).jar | None | | UCH | buildcraftcompat | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | buildcraftfactory | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | buildcraftrobotics | 7.99.23 | buildcraft-all-7.99.23.jar | None | | UCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCH | mantle | 1.12-1.3.3.42 | Mantle-1.12-1.3.3.42 (1).jar | None | | UCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | UCH | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | UCH | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None | | UCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | UCH | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCH | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | UCH | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | UCH | galacticraftcore | 4.0.2.210 | GalacticraftCore-1.12.2-4.0.2.210.jar | None | | UCH | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-Mod-1.12.2.jar | None | | UCH | hammercore | 2.0.4.4 | HammerCore-1.12.2-2.0.4.4.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 | | UCH | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | | UCH | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None | | UCH | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None | | UCH | projecte | 1.12.2-PE1.4.0 | ProjectE-Mod-1.12.2.jar | None | | UCH | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None | | UCH | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None | | UCH | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 | | UCH | simplyjetpacks | 2.2.11.64 | SimplyJetpacks2-1.12.2-2.2.11.64.jar | None | | UCH | thaumadditions | 13r | ThaumicAdditions-1.12.2-13r (1).jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 | | UCH | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None | | UCH | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.5.6-24 (1).jar | None | Loaded coremods (and transformers): MicdoodlePlugin (MicdoodleCore-1.12.2.jar) micdoodle8.mods.miccore.MicdoodleTransformer HCASM (HammerCore-1.12.2-2.0.4.4.jar) com.zeitheron.hammercore.asm.HammerCoreTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.35' Renderer: 'GeForce GT 525M/PCIe/SSE2' AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) Hammer Core Information: FluidDictionary Info: Registered 2 fluids. OreDictionary Info: Registered 533 names; 889 stacks. Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KY2xpZW50IHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiQ3VzdG9tIEVuY2hhbnRtZW50IENvbG9ycyBmb3IgVmFuaWxsYSBJdGVtcyI9dHJ1ZQ0KDQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8NCiAgICAjIFRoaXMgZmVhdHVyZSBkb2Vzbid0IHdvcmsgb24gYWxsIGNsaWVudHMsIHlvdSBhcmUgZ29pbmcgdG8gZ2V0IGEgbWVzc2FnZSBpbiBjaGF0IGlmIGl0IHdhcyBzdWNjZXNzZnVsL3Vuc3VjY2Vzc2Z1bCBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJMQU4gVVBuUCI9dHJ1ZQ0KDQogICAgIyBSZXBsYWNlIHZhbmlsbGEgZnVybmFjZSBhbmQgYnJld2luZyBzdGFuZCBwcm9ncmVzcyBiYXJzIHRvIHVzZSBzbW9vdGggcmVuZGVyaW5nPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJTbW9vdGggVmFuaWxsYSBHdWlzIj10cnVlDQp9DQoNCg0KaXdyZW5jaCB7DQogICAgIyBXaGF0IGlzIHRoZSBjb2xvciB3aGVuIHRoZSBob3ZlcmVkIGJsb2NrIGlzIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6R3JlZW49MjJGRjIyDQoNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgTk9UIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6UmVkPUZGMjIyMg0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg== Pastebin Connection: Okay. Dependent Mods: -Thaumic Additions: Reconstructed (thaumadditions) @13r Launched Version: 1.12.2-forge1.12.2-14.23.5.2768 LWJGL: 2.9.4 OpenGL: GeForce GT 525M/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.35, 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: No Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: vanilla Current Language: English (Australia) Profiler Position: N/A (disabled) CPU: 8x Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz
  8. I have been playing Forge for a little over a couple of weeks now and I have been having lots of fun, but now this has happened: If anyone could help that would be great ^^

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.