• 0

    posted a message on [Alpha v1.0] [1.8.0] [Forge] Shur'tugal (Eragon) Mod Revived

    We are planning on dragons for the next update as well as world gen stuff. We'll be starting with (I think) one dragon and add on more with each update (i.e. 1.2 will have (let's say) blue dragons, 1.2.1 will have red dragons, etc, etc). We'll also be starting with the Ender Dragon model just edited for now until we have a modeling/texture team behind us to make custom dragons.

    Version 1.1.1 will just be a name change for "sheep meat" so don't be surprised when it comes out. :P

    Cool, didn't expect dragons so soon! Are they going to be tameable, rideable, flyable, etc, or will it have basic AI?
    Posted in: WIP Mods
  • 0

    posted a message on [Alpha v1.0] [1.8.0] [Forge] Shur'tugal (Eragon) Mod Revived
    I know its just Alpha, and we have a LONG way to go for a full release, but how long would you say before dragons?

    Also, are you using your own models for the dragons?

    Good job on releasing the mod!
    Posted in: WIP Mods
  • 0

    posted a message on Can't join any server there is o:<
    Same, was working fine then BAM I can't play on any server. I hope this is just a bug with 1.7.9
    Posted in: Server Support and Administration
  • 0

    posted a message on [1.7.9] HELP - CAN'T PLAY SERVER FOR MORE THAN ONE MINUTE
    Quote from Dallas1117

    What mods are you personally running? Also it could be the server.

    In the version/profile I was using, no mods were loaded. However, in my .minecraft folder I have about 10 1.7.2 mods.

    I think there was something about spigot servers being messed up, but none of my friends have this same issue.
    Posted in: Server Support and Administration
  • 0

    posted a message on [1.7.9] HELP - CAN'T PLAY SERVER FOR MORE THAN ONE MINUTE
    Hello Minecrafters.

    I have been playing on servers just fine recently, without any connection errors or crashing. However, one day I got on to a 1.7.9 server (Hypixel.net) and I kept getting errors like "Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOExeption: Bad packet id 1523392" and simply "disconnected"

    This is strange, as a few days ago I was playing just fine, and now I can't go 2 minutes without disconnecting

    Please help, it is appreciated!
    Hammer

    PS If possible and you can help PM me or post here
    Posted in: Server Support and Administration
  • 0

    posted a message on The Lord of the Rings Mod: Bringing Middle-earth to Minecraft - Update 34.3
    I think the world should be WAY smaller... Nobody wants to walk tens of thousands of blocks just to see gondor.... Reduce the world generation size and it will be much much much better.
    Posted in: Minecraft Mods
  • 0

    posted a message on Dragon Mounts r46 [WIP]
    Fire breathing? Probably been asked a 1000000000000000000 times....
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] [1.5.2] [SMP] [FORGE]The Shur'tugal Mod- Mod Discontinued, Source Code Released
    Quote from PentagonMC

    I Downloaded The Mod This Is What Came Up:

    ---- Minecraft Crash Report ----
    // On the bright side, I bought you a teddy bear!
    Time: 29/05/14 07:14
    Description: Initializing game
    java.lang.NoClassDefFoundError: dragon/common/block/BlockColoredBrick
    at dragon.common.block.BlockHandler.<clinit>(BlockHandler.java:18)
    at dragon.Shurtugal.<clinit>(Shurtugal.java:67)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.ClassNotFoundException: dragon.common.block.BlockColoredBrick
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
    Caused by: java.lang.IncompatibleClassChangeError: class dragon.common.block.BlockColoredBrick has interface net.minecraft.world.storage.IPlayerFileData as super class
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 39 more

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    -- Head --
    Stacktrace:
    at dragon.common.block.BlockHandler.<clinit>(BlockHandler.java:18)
    at dragon.Shurtugal.<clinit>(Shurtugal.java:67)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 141107920 bytes (134 MB) / 443023360 bytes (422 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 6 mods loaded, 6 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed
    Surtugal{0.4.3} [Surtugal] (Shurtugal V0.4.3.zip) Unloaded
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: AMD Radeon HD 8330 GL version 4.3.12618 Compatibility Profile Context 13.251.0.0, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (UK)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null


    This mod is 1.5.2 not 1.6.4
    Posted in: WIP Mods
  • 0

    posted a message on The Lord of the Rings Mod: Bringing Middle-earth to Minecraft - Update 34.3
    I might try to make middle earth in minecraft now!!!!

    I will make/import schematics of major cities/fortresses/structures and put them on the randomly generated middle earth terrain! Some terriforming might be required, but thats expectable with any large scale project...

    Who else had this idea!!!??
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    Quote from the-architect-89

    Hi Awger,

    This mod looks amazing and I want it so much. I'm playing 1.7.2 and the only alternative to the vanilla boat I can find is the obsidian boat, which doesn't break when you hit a friggin lilypad, but is ugly and pretty slow. (If anyone knows of any other good boat mods I would appreciate the information)

    What I was wondering is if when you do get a bit of time to work on this, could you release a version with just the elegant punt, as that alone would be a massive improvement on the vanilla game. The larger ships look epic, but even with little knowledge of programming I can understand the huge time investment that must be involved in implementing them.

    Thanks for the time you have spent in working on this already, it is much appreciated.


    Archimedes ships mod
    Posted in: WIP Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    Is this mod being updated to 1.7? It is amazing btw!
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10] Ancient Warfare [Forge][SMP][WIP][D/L]
    SUGGESTION:
    You should make a side mod/seperate mod called "Naval Warfare" or something that adds in boats! Yes, AW already has boats but I feel they could be a lot greater!
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    Quote from Awger

    Not as often as I would like.

    CoolAlias did a helluva job with an initial 1.7 conversion, but I haven't had much time to work on it (too much crazy at the day job, and we just lost one of our developers).

    Oh, that sucks :( Life is life though, lol, I hope you can get a working version out!
    Posted in: WIP Mods
  • 0

    posted a message on Boats Evolved; bigger, modular boats
    I just found out about this... wow. I totally support this, as I have been looking for a boat mod (other than archimedes ships)! I hope someone makes this as I would totaly download it!

    PS I have seen small boats mod, it looks great but its only 1.6.4 :(
    Posted in: Suggestions
  • 0

    posted a message on [WIP] Small Boats (Elegant Punt & Whitehall)
    Is this mod being updated
    Posted in: WIP Mods
  • To post a comment, please .