Jump to content

"Unexpected Error [...] java.lang.NoSuchMethodError" 1.14.4 Crash


J0spe

Recommended Posts

I need some help debugging this crash report!! Basically, I am using the most recent version of Forge (1.28.108) and am using Optifine BUT it works for this version of Forge. I have a few dozen mods installed. I'm 99.99% sure ALL my mods are from CursedForge (I previously posted about an error that was most likely caused by not getting mods from CursedForge), and my Minecraft previously worked perfectly until I installed the 5 checked mods in my mods folder image down below. Forge will load up perfectly and take me to the "Start" screen for Minecraft, but when I try to load up my world, it will start loading then exit out and crash to the launcher and give me this error message (below the screenshots of all my mods with the ones that broke my game highlighted) - 

 

(NOTE - I'm like 99.99% sure too that the issue is going to be with the SilentGear/Lib/Mechanisms mods, BUT I would like to play with that mod with my other mods and don't think I should need to cherrypick my mods) 

 

 

Full Crash Report - 

 

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 12/24/19 3:20 PM
Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraftforge.fluids.FluidStack.getFluid()Lnet/minecraftforge/fluids/Fluid;
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:127) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:19) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.util.ErrorUtil.getIngredientInfo(ErrorUtil.java:123) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.util.ErrorUtil.getIngredientInputInfo(ErrorUtil.java:84) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.util.ErrorUtil.getInfoFromRecipe(ErrorUtil.java:70) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.addRecipe(RecipeManager.java:140) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.addRecipeTyped(RecipeManager.java:93) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.addRecipes(RecipeManager.java:86) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.<init>(RecipeManager.java:78) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:144) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:76) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.ClientLifecycleHandler.onRecipesLoaded(ClientLifecycleHandler.java:125) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.ClientLifecycleHandler.lambda$new$2(ClientLifecycleHandler.java:103) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.ClientLifecycleHandler$$Lambda$4890/2125744346.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2057/1595782032.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:1018) ~[?:?] {re:classloading}
    at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1268) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:28) ~[?:?] {re:classloading}
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?] {re:classloading}
    at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:33) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.network.PacketThreadUtil$$Lambda$6513/971984223.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:170) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:135) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(ThreadTaskExecutor.java:115) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:861) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.108.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$410/944348744.call(Unknown Source) [forge-1.14.4-28.1.108.jar:28.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:127)
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:19)
    at mezz.jei.util.ErrorUtil.getIngredientInfo(ErrorUtil.java:123)
    at mezz.jei.util.ErrorUtil.getIngredientInputInfo(ErrorUtil.java:84)
    at mezz.jei.util.ErrorUtil.getInfoFromRecipe(ErrorUtil.java:70)
    at mezz.jei.recipes.RecipeManager.addRecipe(RecipeManager.java:140)
    at mezz.jei.recipes.RecipeManager.addRecipeTyped(RecipeManager.java:93)
    at mezz.jei.recipes.RecipeManager.addRecipes(RecipeManager.java:86)
    at mezz.jei.recipes.RecipeManager.<init>(RecipeManager.java:78)
    at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:144)
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:76)
    at mezz.jei.startup.ClientLifecycleHandler.onRecipesLoaded(ClientLifecycleHandler.java:125)
    at mezz.jei.startup.ClientLifecycleHandler.lambda$new$2(ClientLifecycleHandler.java:103)
    at mezz.jei.startup.ClientLifecycleHandler$$Lambda$4890/2125744346.accept(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
    at net.minecraftforge.eventbus.EventBus$$Lambda$2057/1595782032.invoke(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:1018)
    at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1268)
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:28)
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15)
    at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:33)
    at net.minecraft.network.PacketThreadUtil$$Lambda$6513/971984223.run(Unknown Source)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:170)
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:135)

-- Affected level --
Details:
    All players: 1 total; [ClientPlayerEntity['J0spe'/292, l='MpServer', x=-116.37, y=83.75, z=-265.34]]
    Chunk stats: Client Chunk Cache: 1089, 626
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (-112,80,-256), Chunk: (at 0,5,0 in -7,-16; contains blocks -112,0,-256 to -97,255,-241), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 155447 game time, 217627 day time
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Server brand: forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:574)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1750)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:405)
    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/944348744.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: 3593854992 bytes (3427 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
    CPUs: 8
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -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.108.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.108.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.108.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.108.jar runtimedistcleaner PLUGINSERVICE 
        /OptiFine_1.14.4_HD_U_F5%20(1).jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.14.4-28.1.108.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.108
    FML Language Providers: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {[email protected] DONE}
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {[email protected] DONE}
        AdditionalEnchantedMiner-1.14.4-14.1.2.jar QuarryPlus {[email protected] DONE}
        TreeChoppin-1.14.4-1.2.0.jar TreeChoppin {[email protected] DONE}
        jei-1.14.4-6.0.0.10.jar Just Enough Items {[email protected] DONE}
        SilentMechanisms-1.14.4-0.6.9+42 (1).jar Silent's Mechanisms {[email protected]+42 DONE}
        MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {[email protected] DONE}
        Clumps-4.0.0.jar Clumps {[email protected] DONE}
        XaerosWorldMap_1.5.2_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
        Placebo-1.14.4-2.3.5.jar Placebo {[email protected] DONE}
        rangedpumps-0.6.1.jar Ranged Pumps {[email protected] DONE}
        ClickMachine-1.14.4-2.1.2.jar Click Machine {[email protected] DONE}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
        PackingTape-1.14.4-0.9.0.jar Packing Tape {[email protected] DONE}
        inventorygenerators-1.14.4-1.0.1.jar Inventory Generators {[email protected] DONE}
        CarryOn+MC1.14.4+v1.12.4.jar Carry On {[email protected] DONE}
        Just-Enough-Resources-Mod-1.14.4.jar Just Enough Resources {[email protected] DONE}
        extradisks-1.14.4-1.1.jar Extra Disks {[email protected] DONE}
        forge-1.14.4-28.1.108-universal.jar Forge {[email protected] DONE}
        ruins-1.14.4.4.jar Ruins {[email protected] DONE}
        Refined-Storage-Mod-1.14.4.jar Refined Storage {[email protected] DONE}
        MysticalAgriculture-1.14.4-2.0.4.jar Mystical Agriculture {[email protected] DONE}
        ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
        anviltweaks-1.4a.jar Anvil Tweaks {[email protected] DONE}
        forge-1.14.4-28.1.108-client.jar Minecraft {[email protected] DONE}
        extraanvils-2.5a.jar Extra Anvils {[email protected] DONE}
        SwingThroughGrass-Mod-1.14.4.jar SwingThroughGrass {[email protected] DONE}
        MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {[email protected] DONE}
        SilentLib-1.14.4-4.4.0+44 (1).jar Silent Lib {[email protected]+44 DONE}
        bluepower-1.14.4-0.3.172-alpha-universal.jar Blue Power {[email protected] DONE}
        SilentGear-1.14.4-1.4.5+71 (1).jar Silent Gear {[email protected]+71 DONE}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] DONE}
        Xaeros_Minimap_1.19.4_Forge_1.14.4.jar Xaero's Minimap {[email protected] DONE}
        gravestone-1.15.2.jar Gravestone Mod {[email protected] DONE}
        RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] DONE}
        FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {[email protected] DONE}
        torcherino-9.0.3.jar Torcherino {[email protected] DONE}
        StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] DONE}
        OreExcavation-1.6.145.jar Ore Excavation {[email protected] DONE}
        Finder-Compass-Mod-1.14.4.jar Finder Compass {[email protected] DONE}
        elevatorid-1.14.4-1.5.2.jar Elevator Mod {[email protected] DONE}
        tubesreloaded-1.14.4-1.1.1c.jar Tubes Reloaded {[email protected] DONE}
        noRecipeBook_v1.4.1formc1.14.4.jar No Recipe Book {[email protected] DONE}
        FastFurnace-1.14.4-2.2.4.jar FastFurnace {[email protected] DONE}
        AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {[email protected] DONE}
        More-Overlays-Mod-1.14.4.jar More Overlays {[email protected] DONE}
        refinedstorageaddons-0.5.jar Refined Storage Addons {[email protected] DONE}
        Instant-Unify-Mod-1.14.4.jar InstantUnify {[email protected] DONE}
        switchbow-1.5.8.jar Switch-Bow {[email protected] DONE}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
        QuantumStorage-1.14.4-5.0.2.jar QuantumStorage {quantumstorage@NONE DONE}
        xptome-1.14.4-v1.1.4.jar XP Tome {[email protected] DONE}
    Launched Version: 1.14.4-forge-28.1.108
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, 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: mod_resources, vanilla, file/Faithful1002-32x-1.14.4-r5.zip
    Current Language: English (US)
    CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
    OptiFine Version: OptiFine_1.14.4_HD_U_F5
    OptiFine Build: 20191204-141250
    Render Distance Chunks: 15
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.5.0 - Build 23.20.16.4973
    OpenGlRenderer: Intel(R) HD Graphics 630
    OpenGlVendor: Intel
    CpuCount: 8

 

SS's of my Mods - 

 

image.thumb.png.0c31b72a0af4fb1cfe1db30c57565059.png

image.thumb.png.7809f5180058e52a394f2c84f58551e7.png

Edited by J0spe
Link to comment
Share on other sites

5 minutes ago, ScarlettSh0 said:

Try it without tubesreloaded

It still came up with the same error :/ 

 

"Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraftforge.fluids.FluidStack.getFluid()Lnet/minecraftforge/fluids/Fluid;"

 

I can post the full crash log but I'm pretty sure it's just the same crash. Forge still loads properly, but when I try to enter a world (I actually created a new one this time) it immediately says "Saving World" at the top and then crashes back to the launcher. 

Link to comment
Share on other sites

6 minutes ago, J0spe said:

It still came up with the same error :/ 

 

"Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraftforge.fluids.FluidStack.getFluid()Lnet/minecraftforge/fluids/Fluid;"

 

I can post the full crash log but I'm pretty sure it's just the same crash. Forge still loads properly, but when I try to enter a world (I actually created a new one this time) it immediately says "Saving World" at the top and then crashes back to the launcher. 

Hmm... Another mod that causes this might be InstantUnify, but I'm not sure. Problem you experiencing I experienced too with Better With Mods and Reskillable I entered the world(nope, just screen of dirt blocks) and than in 10 minutes it crashed. Mods might override the same rules. If it's not InstantUnify I suggest you find out what the mod pair causing this. Just remove mods in packs of 3-5 mods and try again. When you find what's causing make an issue page on both mods

Edited by ScarlettSh0
Link to comment
Share on other sites

1 minute ago, ScarlettSh0 said:

Hmm... Another mod that causes this might be InstantUnify, but I'm not sure. Problem you experiencing I experienced too with Better With Mods and Reskillable I entered the world and than in 10 minutes it crashed. Mods might override the same rules. If it's not InstantUnify I suggest you find out what the mod pair causing this. Just remove mods in packs of 3-5 mods and try again. When you find what's causing make an issue page on both mods

I'll try InstantUnify, but like I said my modded world was working perfectly until I installed the 5 highlighted mods in the SS's. It might just be like a compatibility issue but this exact error has happened to me about 10 times (with different mods that I have since taken out of my mods folder), and I'm just tired of having to cherrypick mods/not use ones that I want to use. 

Link to comment
Share on other sites

35 minutes ago, TPB_249 said:

the mod is silent  mechanisms and silentlib cause i dont get the crash when i dont put them in....

I just want a rf generation mod

Your problem is not relevant to this thread.

Please make your own thread.

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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