• 0

    posted a message on Unable to connect to LAN worlds.

    Does no one know how to fix this :(

    Posted in: Java Edition Support
  • 0

    posted a message on Unable to connect to LAN worlds.

    Bump T-T

    Posted in: Java Edition Support
  • 0

    posted a message on Unable to connect to LAN worlds.

    Bump

    Posted in: Java Edition Support
  • 0

    posted a message on Unable to connect to LAN worlds.

    I was able to connect to LAN worlds before, but I am no longer able to, I suspect it's related to switch my ISP, as these 2 things happened at around the same time, but that's just me theorising,
    regardless any help would be appreciated, I've attached a screenshot of the error message I get when I attempt to connect to a LAN World.

    Posted in: Java Edition Support
  • 0

    posted a message on Zelda Sword Skills: 1.8.9 v3.4 and 1.7.10 v2.5.1 (03/08/2017)
    Quote from coolAlias»

    Each mod release includes the latest version of the manual at that time; thus, the latest version for 1.7.10 should have the same version of the manual as the latest version of 1.8 as they were released at roughly the same time.

    There will be at least one more 1.7.10 release that will include the rupees and wallets.

    I probably won't be doing any coding over the summer, though, since we had more than 6 months of no sunshine this winter and I'd like to take advantage of it while I can, ya know? Plus the baby and puppy need to get outside and experience the world. ;)

    Of course, I understand ^_^
    Enjoy your summer with the doggo and the baby!
    Posted in: Minecraft Mods
  • 0

    posted a message on Zelda Sword Skills: 1.8.9 v3.4 and 1.7.10 v2.5.1 (03/08/2017)
    Quote from coolAlias»

    Yes. All of the commands are listed (with instructions on usage) in the manual.


    Derp- Just realized I had the 1.7.10 manual, without the 1.8 revision features, which I guess is useless to me, cuz there are no updates coming to the 1.7.10 version anymore, right?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]

    I'm running windows, and yeah, basically I wanted to see the models of people playing on the LAN world, which is why I tried the server version.

    Posted in: Minecraft Mods
  • 0

    posted a message on Crash when loading modpack
    Quote from PingPongBall52»

    probably not intended for lan. googleing it now.

    this it? http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1293772


    yep, I was trying to have it so that it allows me to see other players custom models, It didn't show with the normal version, So I assumed the server version might.
    Posted in: Java Edition Support
  • 0

    posted a message on Crash when loading modpack

    [1.7.10]

    So I added a mod called Custom Steve Server Mod, Thinking It might let me see the custom models on other player, but I have a feeling I derped up royally and that a server mod is probably not compatible with a LAN world

    Regardless if thats not the issue, here's a crash report for anyone willing to fix the issue

    Crash Report



    ---- Minecraft Crash Report -------- Minecraft Crash Report ----// This doesn't make any sense!
    Time: 5/29/17 1:52 PMDescription: There was a severe problem during mod loading that has caused the game to fail
    cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: CustomSteve_Server.ModContainer at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.loadMods(Loader.java:544) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: CustomSteve_Server.ModContainer at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:344) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) 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:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) ... 10 moreCaused by: java.lang.RuntimeException: Attempted to load class CustomSteve_Server/ModContainer for invalid side CLIENT at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 37 more

    A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
    -- System Details --Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 61335992 bytes (58 MB) / 264683520 bytes (252 MB) up to 518979584 bytes (494 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D6 68 mods loaded, 68 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UC Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UC RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar) UC FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar) UC DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) UC secretroomsmod{@VERSION@} [The SecretRoomsMod] (_Secret-Rooms-Mod-1.7.10.jar) UC ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar) UC Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-3.jar) UC atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar) UC Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar) UC BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar) UC FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar) UC betterbuilderswands{0.8.1} [Better Builder's Wands] (BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar) UC BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar) UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) UC Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) UC candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-1.3.jar) UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar) UC chainarmor{1.0} [Chain Armor] (chainarmor-1.0.jar) UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UE customsteveserver{1.1.0Beta} [CustomSteveServer] (CustomSteve_Server1710110Beta_Forge.jar) UC darkcore{0.3} [Dark Core] (darkcore-0.3-86.jar) UC Doca{1.7.4_2.2.7} [DogCatPlus] (Dog-Cat-Plus-Mod-1.7.10.jar) UC DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10.jar) UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) UC dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UC fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar) UC GollumCoreLib{2.0.0} [Gollum Core Lib] (Gollum-Core-Lib-1.7.10.jar) UC gravestone{0.7.10.3} [Gravestone] (GraveStone Mod 0.7.10.3.jar) UC grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar) UC HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.6.jar) UC icecreamcreepers{1.1.0a} [Icecream Sandwich Creeper Mod] (IceCreamSandwichCreeperModv1.1.0a 1.7.10.jar) UC insane_IlluminatedBows{1.7.1f} [Illuminated Bows] (IlluminatedBows-1.7.10-1.7.1f.jar) UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) UC journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar) UC LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar) UC lp{1.0.0} [LightsPlus] (LightsPlus 1.7.10_1.1.0.jar) UC mesa{1.7.10-R2} [Movement Enhancement Suits and Armor] (MESA-1.7.10-R2.jar) UC MorePistons{2.0.0 Beta 1.0} [More Pistons] (More-Pistons-Mod-1.7.10.jar) UC startools{1.0.0} [startools] (Nether-Star-Tools-Mod-1.7.10.jar) UC notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar) UC pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar) UC primitivemobs{0.2b} [Primitive Mobs] (Primitive-Mobs-Mod-1.7.10.jar) UC progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar) UC BridgeRails{3.0.0} [Rail Bridges] (Rail-Bridges-Mod-1.7.10.jar) UC RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) UC RetroCookiesMod{1.7+} [RetroCookiesMod] (Retro-Cookies-Mod-1.7.10.zip) UC RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar) UC rubymod{1.3} [Ruby Mod] (RubyMod1.7.10.jar) UC sonicmod{1.4.0 MC1.7.10} [Sonic the Hedgehog Mod] (Sonic the Hedgehog Mod 1.7.10 V1.4.0.jar) UC stillhungry{1.7.2-2.1.0} [Still Hungry!] (Still-Hungry-Mod-1.7.2.jar) UC SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (Sword-Pedestal-Mod-1.7.10.jar) UC TardisMod{0.994} [Tardis Mod] (tardismod-1.7.10-0.994-124-DS.jar) UC everythingarmor{1.0.2} [TooMuchArmor] (TooMuchArmor-Mod-1.7.10.jar) UC ultimate_unicorn_mod{1.5.11} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.7.10-1.5.11.jar) UC teleporter{1.0.2} [Vanilla-Inspired Teleporters] (VanillaTeleporter-1.7.10-1.0.3.jar) UC VeinMiner{0.35.2_1.7.10-e134bd4} [Vein Miner] (VeinMiner-1.7.10-0.35.2.487+e134bd4.jar) UC VeinMinerModSupport{0.35.2_1.7.10-e134bd4} [Mod Support] (VeinMiner-1.7.10-0.35.2.487+e134bd4.jar) UC walljump{1.2} [WallJump] (Wall-Jump-Mod-1.7.10.zip) UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) UC zeldaswordskills{1.7.10-beta-0.1.4} [Zelda Sword Skills] (Zelda-Sword-Skills-Mod-1.7.10.jar) GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8787' Renderer: 'ATI Mobility Radeon HD 4500 Series' Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine OptiFine Version: OptiFine_1.7.10_HD_U_D6 Render Distance Chunks: 6 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false OpenGlVersion: 2.1.8787 OpenGlRenderer: ATI Mobility Radeon HD 4500 Series OpenGlVendor: ATI Technologies Inc. CpuCount: 2

    Posted in: Java Edition Support
  • 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]
    Quote from InuYasha86000»

    go to the main page of this topic, click the download button, do the (stupid) adfly link (I don't like adfly), and it will take you to his dropbox which has both the 1`.7.2 version and the 1.7.10 versions just look for the ones with "server" in the name.


    Thanks! I found the link, however when I put it in my mods directory it crashed my game, Is it not compatible with LAN Worlds?

    Crash Report

    ---- Minecraft Crash Report -------- Minecraft Crash Report ----// This doesn't make any sense!
    Time: 5/29/17 1:52 PMDescription: There was a severe problem during mod loading that has caused the game to fail
    cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: CustomSteve_Server.ModContainer at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.loadMods(Loader.java:544) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)Caused by: java.lang.ClassNotFoundException: CustomSteve_Server.ModContainer at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:344) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) 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:483) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) ... 10 moreCaused by: java.lang.RuntimeException: Attempted to load class CustomSteve_Server/ModContainer for invalid side CLIENT at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ... 37 more

    A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
    -- System Details --Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 61335992 bytes (58 MB) / 264683520 bytes (252 MB) up to 518979584 bytes (494 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 Optifine OptiFine_1.7.10_HD_U_D6 68 mods loaded, 68 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UC Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar) UC CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) UC RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar) UC FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar) UC DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) UC secretroomsmod{@VERSION@} [The SecretRoomsMod] (_Secret-Rooms-Mod-1.7.10.jar) UC ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar) UC Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-3.jar) UC atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar) UC Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar) UC BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar) UC FLabsBF{4.3} [Better Furnaces] (Better-Furnaces-Mod-1.7.10.jar) UC betterbuilderswands{0.8.1} [Better Builder's Wands] (BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar) UC BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar) UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) UC Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) UC candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-1.3.jar) UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar) UC chainarmor{1.0} [Chain Armor] (chainarmor-1.0.jar) UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) UE customsteveserver{1.1.0Beta} [CustomSteveServer] (CustomSteve_Server1710110Beta_Forge.jar) UC darkcore{0.3} [Dark Core] (darkcore-0.3-86.jar) UC Doca{1.7.4_2.2.7} [DogCatPlus] (Dog-Cat-Plus-Mod-1.7.10.jar) UC DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10.jar) UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) UC dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) UC eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) UC fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar) UC GollumCoreLib{2.0.0} [Gollum Core Lib] (Gollum-Core-Lib-1.7.10.jar) UC gravestone{0.7.10.3} [Gravestone] (GraveStone Mod 0.7.10.3.jar) UC grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar) UC HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.6.jar) UC icecreamcreepers{1.1.0a} [Icecream Sandwich Creeper Mod] (IceCreamSandwichCreeperModv1.1.0a 1.7.10.jar) UC insane_IlluminatedBows{1.7.1f} [Illuminated Bows] (IlluminatedBows-1.7.10-1.7.1f.jar) UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) UC journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar) UC LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar) UC lp{1.0.0} [LightsPlus] (LightsPlus 1.7.10_1.1.0.jar) UC mesa{1.7.10-R2} [Movement Enhancement Suits and Armor] (MESA-1.7.10-R2.jar) UC MorePistons{2.0.0 Beta 1.0} [More Pistons] (More-Pistons-Mod-1.7.10.jar) UC startools{1.0.0} [startools] (Nether-Star-Tools-Mod-1.7.10.jar) UC notenoughkeys{@MOD_VERSION@} [NotEnoughKeys] (NotEnoughKeys-1.7.10-3.0.0b45-dev-universal.jar) UC pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar) UC primitivemobs{0.2b} [Primitive Mobs] (Primitive-Mobs-Mod-1.7.10.jar) UC progressiveautomation{1.6.35} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.35.jar) UC BridgeRails{3.0.0} [Rail Bridges] (Rail-Bridges-Mod-1.7.10.jar) UC RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) UC RetroCookiesMod{1.7+} [RetroCookiesMod] (Retro-Cookies-Mod-1.7.10.zip) UC RottenFleshToLeather{1.7.10-2.0} [Rotten Flesh to Leather] (RottenFleshToLeather-2.1-1.7.10.jar) UC rubymod{1.3} [Ruby Mod] (RubyMod1.7.10.jar) UC sonicmod{1.4.0 MC1.7.10} [Sonic the Hedgehog Mod] (Sonic the Hedgehog Mod 1.7.10 V1.4.0.jar) UC stillhungry{1.7.2-2.1.0} [Still Hungry!] (Still-Hungry-Mod-1.7.2.jar) UC SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (Sword-Pedestal-Mod-1.7.10.jar) UC TardisMod{0.994} [Tardis Mod] (tardismod-1.7.10-0.994-124-DS.jar) UC everythingarmor{1.0.2} [TooMuchArmor] (TooMuchArmor-Mod-1.7.10.jar) UC ultimate_unicorn_mod{1.5.11} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.7.10-1.5.11.jar) UC teleporter{1.0.2} [Vanilla-Inspired Teleporters] (VanillaTeleporter-1.7.10-1.0.3.jar) UC VeinMiner{0.35.2_1.7.10-e134bd4} [Vein Miner] (VeinMiner-1.7.10-0.35.2.487+e134bd4.jar) UC VeinMinerModSupport{0.35.2_1.7.10-e134bd4} [Mod Support] (VeinMiner-1.7.10-0.35.2.487+e134bd4.jar) UC walljump{1.2} [WallJump] (Wall-Jump-Mod-1.7.10.zip) UC witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar) UC zeldaswordskills{1.7.10-beta-0.1.4} [Zelda Sword Skills] (Zelda-Sword-Skills-Mod-1.7.10.jar) GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1.8787' Renderer: 'ATI Mobility Radeon HD 4500 Series' Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine OptiFine Version: OptiFine_1.7.10_HD_U_D6 Render Distance Chunks: 6 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false OpenGlVersion: 2.1.8787 OpenGlRenderer: ATI Mobility Radeon HD 4500 Series OpenGlVendor: ATI Technologies Inc. CpuCount: 2

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.10.2] CustomSteve 1.4.0Beta [Change the model of Steve to whatever you want!]
    Quote from InuYasha86000»

    only if you get pre 1.3.0, there is a server version pre 1.3.0 BUT it only works in a windows enviroment, it will not work on linux or macOS.

    Say, Could you show the link to the download of this server version, I use windows but I can't seem to find the download link.
    Posted in: Minecraft Mods
  • 0

    posted a message on Zelda Sword Skills: 1.8.9 v3.4 and 1.7.10 v2.5.1 (03/08/2017)

    quick question,
    I derped up a bit and gave myself too many skills, I don't want to have them as I feel it ruins the game.
    Is there a command or something that will allow me to rebuke the extra heart containers?

    Posted in: Minecraft Mods
  • To post a comment, please .