• 0

    posted a message on Dragon Mounts r46 [WIP]

    Does anybody know if there's a way to make dragons spawn aggressive using nbt tags?

    Posted in: WIP Mods
  • 0

    posted a message on Valkyrien Warfare: Airships, Physics, Subworlds and More!

    Serverside crash for when thebest gets back: http://pastebin.com/ANww3hQe

    Posted in: Minecraft Mods
  • 0

    posted a message on Valkyrien Warfare: Airships, Physics, Subworlds and More!

    Crash report wi: http://pastebin.com/j1rppXmT


    It looks like it has something to do with forestry. I remember getting a similar crash with an older dev version.

    Posted in: Minecraft Mods
  • 0

    posted a message on Valkyrian Warfare Status Post
    Quote from VALIDATING»

    For anyone who was wondering, you can delete ships with /kill @e[type=!Player]

    This kills all entities except players. It has definately cleared up lag quite a bit for me.


    If you want to kill only the ships you can do /kill @e[type=ValkyrianWarfare.physWrapper] (I might be spelling that wrong)
    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    I've been testing out different mods on the ships and the rftools forcefields work pretty well as a shield

    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    I just got this crash with Terrain Control, I get a different crash without Valkyrian Warfare installed so this mod isn't the only reason it's crashing but it's part of the reason: http://pastebin.com/tqsVFcrZ

    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    Has anyone else been getting really low tps after creating a ship on a default world? It works fine on a superflat world but for some reason when I create a ship on a default world my tps goes from 20 to less than 1 and the ship's physics get really laggy.

    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    Crash with new version: http://pastebin.com/SRCCCTVR


    Seems to be conflicting with Nashornlib (library needed for Crafting Harmonics)

    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    Crash with Quark, Dragon Mounts, Extra Utilities, Jurassicraft and possibly others (actual crash at bottom of log):

    http://pastebin.com/Mg9t8sMD


    (It also gave a similar crash with rftools but I uninstalled rftools and tried again and I got this crash)

    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post
    Quote from TeoGamer123»

    PM thebest and ask for a beta version, he'll probably give you it, as he's given it to everyone that pm-ed him! :)

    I PM'd him a few days ago and he didn't respond. I'm wondering if minecraft forums glitched up or something
    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    I sent a pm to thebest101 asking for permission for the closed beta but I haven't got a response so I'm going to post the message I sent him here in case he didn't get my pm:



    So I was wondering if I could take part in the closed beta of this mod. I'm planning on using this mod in a modpack I'm working on and I wouldn't mind taking an early look at it, I can also do some testing and send some bug reports for you.
    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    no

    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    Do multiparts work properly? (mcmultipart, chisels and bits, etc.)

    Posted in: Mods Discussion
  • 0

    posted a message on Valkyrian Warfare Status Post

    Can you test how explosions affect ships?

    Posted in: Mods Discussion
  • 0

    posted a message on Dragon Mounts r46 [WIP]

    1.10.2 version crashes on startup


    net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.block.properties.PropertyEnum.create(Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/block/properties/PropertyEnum;

    at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)

    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:596)

    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)

    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)

    at net.minecraft.client.main.Main.main(SourceFile:124)

    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)

    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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)

    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)

    at org.multimc.EntryPoint.listen(EntryPoint.java:170)

    at org.multimc.EntryPoint.main(EntryPoint.java:54)

    Caused by: java.lang.NoSuchMethodError: net.minecraft.block.properties.PropertyEnum.create(Ljava/lang/String;Ljava/lang/Class;)Lnet/minecraft/block/properties/PropertyEnum;

    at info.ata4.minecraft.dragon.server.block.BlockDragonBreedEgg.<clinit>(BlockDragonBreedEgg.java:30)

    at info.ata4.minecraft.dragon.server.CommonProxy.onPreInit(CommonProxy.java:41)

    at info.ata4.minecraft.dragon.client.ClientProxy.onPreInit(ClientProxy.java:37)

    at info.ata4.minecraft.dragon.DragonMounts.onPreInit(DragonMounts.java:64)

    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.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:577)

    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:235)

    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213)

    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 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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)

    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:593)

    ... 18 more


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