Giter VIP home page Giter VIP logo

dragon-mounts's People

Contributors

7err0r avatar ata4 avatar brisingraerowing avatar charonfaustinus avatar clayweb avatar dkurzaj avatar dragonslover avatar stevekung avatar terrorbite avatar theonlysilverclaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dragon-mounts's Issues

Plans

Are there plans to update to 1.8.9? I and all sorts of users who are indeed obsessed with your work, are all waiting to hear :D This is an amazing concept, and I trully hope you dont lose interest. I can provide art, texturing, model design, and all sorts of other graphic work if this motivates you by any means.

Thanks for your time!

RealmofThaumtology.enjin.com
SurvivalPlanetEarth.enjin.com
Skype: Sean.Amor.Mc
Gmail: Sean.Amor.Mc
IGN: Sean_Amor

[Bugs] arrowshooting deal damage to yourself when riding dragon

By shooting the arrows when you are riding the dragon, the arrows seemd to be reflected by the edges of dragon's hitbox and then deal 1 damage on yourself (dragon itself not getting hurt).
I'm now using 1.7.10 build together with Aether Legacy mod, so if this bug is fixed in newer versions, consider rebuilding a 1.7.10 version.
As I find that the hatched dragon's hitbox is a cube much smaller than original dragon's cuboid hitbox. (even at 10.2, with f3+b I can get this). When riding, the hitbox of player is just above the dragon's hitbox but the arrows are generated inside and get stuck, meanwhile hurting yourself.

1.10.2 Startup Crash

DragonMounts seems to have an issue with Forge 1.10.2-12.18.2.2099. I believe the conflict is caused by the naming convention of the dragon egg in the bolded lines. The requirements must have changed in Forge for its block registry. I'm not certain I'm explaining this accurately since I'm not very familiar with the Forge libraries involved in this.

---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// I let you down. Sorry :(
Time: 10/20/16 6:33 PM
XRay version: 33
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 16
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:303)
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:284)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:586)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:484)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:831)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:254)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597)
at sun.reflect.GeneratedMethodAccessor3.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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
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:483)
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 net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:303)
at net.minecraftforge.fml.common.registry.GameData$BlockCallbacks.onAdd(GameData.java:284)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.addObjectRaw(FMLControlledNamespacedRegistry.java:586)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:484)
at net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.register(FMLControlledNamespacedRegistry.java:831)
at net.minecraftforge.fml.common.registry.GameData.register_impl(GameData.java:254)
at net.minecraftforge.fml.common.registry.GameRegistry.register(GameRegistry.java:153)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597)
at sun.reflect.GeneratedMethodAccessor3.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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
-- Initialization --
Details:
Stacktrace:
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 164573208 bytes (156 MB) / 420413440 bytes (400 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: Minecraft 1.10.2 MCP 9.32 Powered by Forge 12.18.2.2099 Optifine OptiFine_1.10.2_HD_U_C1 14 mods loaded, 14 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} Minecraft Coder Pack
UCH FML{8.0.99.99} Forge Mod Loader
UCH Forge{12.18.2.2099} Minecraft Forge
UCH tntmod{1.7.10} TNTmod
UCH thedragonlib{1.10.2-1.0.3.0} TheDragonLib
UCH armorplus{1.10.2-7.0.1.1.6} ArmorPlus
UCH customnpcs{1.9.0_beta} CustomNPCs
UCH examplemod{1.0} examplemod
UCE DragonMounts{@Version@} Dragon Mounts
UCH LunatriusCore{1.1.2.36} LunatriusCore
UCH Roguelike{1.5.4} Roguelike Dungeons
UCH RTG{1.9.4} Realistic Terrain Generation
UCH Schematica{1.7.8.152} Schematica
UCH worldedit{6.1.3} WorldEdit
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 373.06' Renderer: 'GeForce GT 430/PCIe/SSE2'
Launched Version: 1.10.2
LWJGL: 2.9.4
OpenGL: GeForce GT 430/PCIe/SSE2 GL version 4.5.0 NVIDIA 373.06, 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: 2x Pentium(R) Dual-Core CPU E5700 @ 3.00GHz
OptiFine Version: OptiFine_1.10.2_HD_U_C1
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 16
Antialiasing: 8
Multitexture: true
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 373.06
OpenGlRenderer: GeForce GT 430/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 2

i can't find a way to edit Model

sorry but i am having trouble with your dragon model. i mainly just want to update it to 1.15.2 so i can use it in my mod Ultimate Dragons, but because its pure code i can't use any of my modelling programs like blockbench. i would just like a little assistance but if your too busy that's fine.

Please add a config to weight eggs in chests

Hello Barracuda!

Can you please add a config to weight the eggs in the chests?
When we use other plugins that modify chests and even spawn structures that contain generic chests (like the ruins mod among others) the eggs get totally out of hand. Like 10+ eggs per hour while exploring!

An option to adjust this per config would be very welcome! =)

Suicidal dragons

Minecraft 1.10.2
Forge 12.18.3.22.54
DragonMounts r46

When moving about and flying to a higher ledge the dragons will commonly hit the side of the ledge, grind against it for a few seconds, and then give up and float to the ground. Normally this wouldn't be as much an issue, but I'm playing on a skyblock map, so this means they commonly commit suicide.

1.20.1 issue

so i can only see the aether dragon no other dragon pops up does anyone know how to fix it?

Dragon breeding

Tamed dragons could breed and place dragon eggs, it would be a cool way to get dragon eggs for draconic evolution and also to get more tamed dragons

Hitbox adjustment

Hitboxes need adjusting (too big). Dragons can pass through blocks/walls in all stages due to hitbox size when placed in an enclosure that is too small/enclosure must be excessively large.

[Feature Request] [1.7.10 +] Add config option to disable breeding on servers.

We're creating/maintaining a nice set of mods for a fun experience on a LOTR Server. And we've been wanting to add Dragons for some time. A user said they'd re-texture the dragons in to fit the LOTR theme, and it would all work out at the exception that users would be able to breed said dragons.

I'm requesting that a config option be added to the server-side that would make the dragons unable to breed.

Dragon's keep pushing their heads into stuff and suffocating

MC version 1.7.10
R41

I'm guessing the heads are not part of the collision box, so they stuff their heads into walls and slowly suffocate to death.
Another odd thing is that they will push all the way through the walls, as if they don't even see them.

This bug makes it impossible to actually have a dragon.

Incompatible with Orespawn mod

Incompatible with Orespawn mod. Root of problem is unknown, game crashes on world load.
Crash report:
---- Minecraft Crash Report ----
// Why is it breaking :(

Time: 2/20/15 11:54 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
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: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 --
Stacktrace:
at net.minecraft.client.network.NetHandlerPlayClient.func_147281_a(NetHandlerPlayClient.java:744)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:97)
at net.minecraft.network.play.server.S0FPacketSpawnMob.func_148833_a(SourceFile:15)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Stryker5260'/51, l='MpServer', x=-29.47, y=57.62, z=-761.55]]
Chunk stats: MultiplayerChunkCache: 10, 19
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-190,4,-578), Chunk: (at 2,0,14 in -12,-37; contains blocks -192,0,-592 to -177,255,-577), Region: (-1,-2; contains chunks -32,-64 to -1,-33, blocks -512,0,-1024 to -1,255,-513)
Level time: 85142 game time, 420017 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 3 total; [EntityItem['item.item.arrow'/52, l='MpServer', x=-24.94, y=56.13, z=-767.03], EntityItem['item.item.bone'/53, l='MpServer', x=-26.28, y=56.13, z=-765.59], EntityClientPlayerMP['Stryker5260'/51, l='MpServer', x=-29.47, y=57.62, z=-761.55]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 782040200 bytes (745 MB) / 1268252672 bytes (1209 MB) up to 2863661056 bytes (2731 MB)
Mod Pack: Unknown / None
LiteLoader Mods: 1 loaded mod(s)
- VoxelMap version 1.2.3
LaunchWrapper: 30 active transformer(s)
- Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
- Transformer: optifine.OptiFineClassTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
- Transformer: codechicken.lib.asm.ClassHeirachyManager
- Transformer: codechicken.core.asm.InterfaceDependancyTransformer
- Transformer: codechicken.core.asm.TweakTransformer
- Transformer: codechicken.core.asm.DelegatedTransformer
- Transformer: codechicken.core.asm.DefaultImplementationTransformer
- Transformer: invtweaks.forge.asm.ContainerTransformer
- Transformer: codechicken.nei.asm.NEITransformer
- Transformer: api.player.forge.PlayerAPITransformer
- Transformer: net.smart.core.SmartCoreTransformer
- Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
- Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
- Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
- Transformer: codechicken.core.asm.CodeChickenAccessTransformer
- Transformer: invtweaks.forge.asm.ITAccessTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
- Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
- Transformer: com.thevoxelbox.voxelmap.litemod.VoxelMapTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
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.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_U_B5 33 mods loaded, 33 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.85.1291} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.2.1291} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.4.35} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.4.83} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.1} Player API Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartCore{1.0} Smart Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ModName{0.1.7} [ModName](0.1.7 Gun mod by bradleyTGGB) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tesseract{1.0.3} Tesseract Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
securitycraft{v1.7.1} [SecurityCraft]([1.7.10] SecurityCraft 1.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.2.3} Damage Indicators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
betterrecords{1.7.10-1.1.9} Better Records Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.9.2} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ChickenChunks{1.3.4.17} ChickenChunks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
props{1.11} Decocraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
jawser{1.0.0} [Decorative Videogame Systems](Decorative Game Systems mod v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Dirtbike{v1.2.0} [Dirtbike Mod](Dirtbike Mod - v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonMounts{r41-1.7.10} Dragon Mounts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
foxlib{1.7.10-0.7.0} FoxLib Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
grim3212core{V0.2 - 1.7.10} [Grim3212 Core](Grim3212 Core-V0.2 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
inventorytweaks{1.58-147-645ca10} Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
moreplayermodels{1.7.10b} MorePlayerModels Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.7} §9MrCrayfish's Furniture Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
OreSpawn{1.7.10.20.2} OreSpawn Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
parachutemod{1.7.10} Parachute Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pokeball{V0.1 - 1.7.10} [Pokeball](Pokeball-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
examplemod{1.0} Example Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Stefinus Jetpacks{0.6.3} Stefinus Jetpacks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
S3DGM{0.6.3} Stefinus 3D Gun Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartMoving{15.2} Smart Moving Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartRender{2.0} Smart Render Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Tails{1.7.10-1.3.0} Tails Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
toolsdoneright{1.1.4} [Tools Done Right](Tools Done Right by NukeDuck [1.7.10][1.1.4] %281%29) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.10-Forge10.13.2.1291
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 8470D GL version 4.2.12420 Compatibility Profile Context 13.151.0.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Update for 1.11.x?

I don't know if you've checked MC forums recently, but most people think this mod is dead. If that's the case, ata4, then should pass this mod on to someone else. Otherwise, you should at least update to 1.11. I've looked over some of the changes, and it doesn't seem any worse than the 1.9 -> 1.10 update. I, for one, would love to see this mod continue.

Exception in server tick loop

getting an error on my 1.8 server
from the crash file:

---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 8/13/15 9:48 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: info.ata4.minecraft.dragon.server.ServerProxy
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:77)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
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.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:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.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:119)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:507)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: info.ata4.minecraft.dragon.server.ServerProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:60)
... 28 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 34 more

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

-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 914408184 bytes (872 MB) / 1092091904 bytes (1041 MB) up to 3689414656 bytes (3518 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1502 7 mods loaded, 7 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
UC FML{8.0.99.99} Forge Mod Loader
UC Forge{11.14.3.1502} Minecraft Forge
UE DragonMounts{r42-1.8} Dragon Mounts
UC ForgeEssentials{1.8.0} Forge Essentials
UC lucky{6.0.1} Lucky Block
UC worldedit{6.1.1-SNAPSHOT} WorldEdit
Loaded coremods (and transformers):
ForgeEssentials: Running ForgeEssentials 1.8.0.21 (829307e). Modules loaded:
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

file version.properties is missing

FML is complaining that version.properties is missing:

[04:03:42] [Client thread/WARN]: Mod DragonMounts is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version r41-1.7.10

[Suggestion] Update Combat Experience with riding dragon

#58 together with this, even a skeleton can be fatal to the player-dragon. Because player's arrow got obstructed, and when riding dragon your hand pos is way too high.
So, if the dragon head have damage like wild dragon (Value can be smaller, deal damage plus knockback, and work at height of 1-4m all) it is going to be much better anyway.
And it will be better to further slim the dragon hitboxes (more complexity) and make arrow shooting experience better.
(Needless to say, dragon for me now is only an aeroplane to get faster on map exploration because dragon speed is much faster than creative flying and is much more awesome)

Console spam. 1.7.10

Please for the love of god don't do this... -.-
[14:11:00] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:00] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:00] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:00] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:02] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:02] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:02] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:02] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:04] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:04] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:05] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:05] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:06] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:06] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:07] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:07] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:08] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:08] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:09] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:09] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:10] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:10] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:11] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:11] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:11] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:11] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:13] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:13] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:13] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:13] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:15] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:15] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:15] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:15] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:17] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:17] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:17] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:17] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:19] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:19] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0) [14:11:19] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirHoriz(1.0) [14:11:19] [Server thread/TRACE] [info.ata4.minecraft.dragon.server.entity.EntityFlyingTameable/]: setMoveSpeedAirVert(0.0)

Debug is false. This stuff shouldn't exist as it just fills console files to massive amounts and makes error finding/reporting ridiculous...

Are Dragons Supposed To Do This?

I've noticed that for some strange reason, dragons, tamed and untamed, will close their wings if they are underneath any blocks. No matter the size, shape, and distance of the formation from the dragon. They get stuck at walking speed horizontally, but go vertically just fine, although it looks kinda silly :P Is this something to do with how air currents work in real life, or is this a genuine glitch?

Put DragonMounts on Curse?

I have asked Curse to consider putting DragonMounts up on their launcher. Currently we have a modpack titled Mythopoeia, that we have been playing on for about three years. Kids need a better way to access the pack, and our server, and the Twitch launcher would be the ideal way (plus my other modpacks are there).
I hope we can make this happen!
: )
Anna
PS I know this is not the place for this ... but could not find anywhere else to comment. Sorry!

Extremally spam to console

[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293602 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293603 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293604 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293605 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293618 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293619 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293620 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293621 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293627 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293628 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293629 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293630 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293645 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293646 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293647 loaded with invalid breed type , using END instead
[14:40:50] [Server thread/WARN] [info.ata4.minecraft.dragon.server.entity.helper.DragonBreedHelper]: Dragon 293648 loaded with invalid breed type , using END instead

....and more more more....
more than 300 000 line

I will pay for fix

Hello, is anyone here able to port (or make own) new fixes into 1.7.10 version? I will pay for it..

Will there be a 1.11.2 update?

Well the title explains it all! I REALLY love this mod, and i am so sad and salty that it isn't updated! Do you think it's possible to get it updated for 1.11.2? <3

Breath weapons merge

Hi
I've finally more-or-less finished the breathweapons for the other breeds but it's taken me so long that it's still based off the 1.8 branch.
Do you have a preference how I should prepare it for pull request? i.e. which branch should I merge to before submitting?

TGG

Dragon not following

Why the my tamed adult dragon is not following me it only follow me when i have fish close to him but when i go to far my dragon will stop following me and my dragon not teleporting close to me when it far away from me

Sry for bad english XD

Bug: Why is this happening?

I am playing with no other mods at all, on a computer with a brand-new nearly blank hard drive.

MultiMC version: 0.4.11-751

Minecraft folder is:
instances/Ze Test Pack/minecraft

Java path is:
C:/Program Files/Java/jre1.8.0_91/bin/javaw.exe

Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx1024m, -Duser.language=en, -jar, C:/Users/Marvin.GLADOS/Desktop/MultiMC/jars/NewLaunch.jar]

Minecraft process ID: 1228

Using onesix launcher.

Main Class:
net.minecraft.launchwrapper.Launch

Native path:
C:/Users/Marvin.GLADOS/Desktop/MultiMC/instances/Ze Test Pack/natives

Traits:
[]

Libraries:
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/mojang/netty/1.6/netty-1.6.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/google/guava/guava/17.0/guava-17.0.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/mojang/authlib/1.5.22/authlib-1.5.22.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/mojang/realms/1.8.19/realms-1.8.19.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/it/unimi/dsi/fastutil/7.0.12_mojang/fastutil-7.0.12_mojang.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/jline/jline/2.13/jline-2.13.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/libraries/net/minecraftforge/forge/1.9.4-12.17.0.1987/forge-1.9.4-12.17.0.1987-universal.jar
C:/Users/Marvin.GLADOS/Desktop/MultiMC/versions/1.9.4/1.9.4.jar

Mods:
DragonMounts-r46-1.9.4

Params:
[--username, , --version, MultiMC5, --gameDir, C:/Users/Marvin.GLADOS/Desktop/MultiMC/instances/Ze Test Pack/minecraft, --assetsDir, C:/Users/Marvin.GLADOS/Desktop/MultiMC/assets, --assetIndex, 1.9, --uuid, , --accessToken, , --userType, mojang, --versionType, Forge, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker]

Window size: 854 x 480

Preparing native libraries...
Extracting jinput-platform-2.0.5-natives-windows.jar
Extracting lwjgl-platform-2.9.1-natives-windows.jar

2016-07-16 20:22:11,802 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[20:22:13] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:22:13] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[20:22:13] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[20:22:13] [main/INFO]: Forge Mod Loader version 12.17.0.1987 for Minecraft 1.9.4 loading
[20:22:13] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_91, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_91
[20:22:13] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:22:13] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:22:13] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:22:13] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:22:13] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:22:17] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:22:17] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[20:22:17] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:22:17] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:22:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:22:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:22:19] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
2016-07-16 20:22:21,765 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-07-16 20:22:23,122 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[20:22:24] [Client thread/INFO]: Setting user:
[20:22:33] [Client thread/INFO]: LWJGL Version: 2.9.1
[20:22:36] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:200]: ---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!

Time: 7/16/16 8:22 PM
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

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

-- System Details --
Details:
Minecraft Version: 1.9.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 349080040 bytes (332 MB) / 634388480 bytes (605 MB) up to 954728448 bytes (910 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics 4000'
[20:22:36] [Client thread/INFO]: MinecraftForge v12.17.0.1987 Initialized
[20:22:36] [Client thread/INFO]: Replaced 232 ore recipes
[20:22:37] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[20:22:37] [Client thread/INFO]: Searching C:\Users\Marvin.GLADOS\Desktop\MultiMC\instances\Ze Test Pack\minecraft\mods for mods
[20:22:40] [Client thread/INFO]: Forge Mod Loader has identified 4 mods to load
[20:22:40] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, DragonMounts] at CLIENT
[20:22:40] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, DragonMounts] at SERVER
[20:22:42] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dragon Mounts
[20:22:42] [Client thread/INFO]: Processing ObjectHolder annotations
[20:22:42] [Client thread/INFO]: Found 418 ObjectHolder annotations
[20:22:42] [Client thread/INFO]: Identifying ItemStackHolder annotations
[20:22:42] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[20:22:42] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[20:22:42] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[20:22:42] [Client thread/INFO]: Applying holder lookups
[20:22:42] [Client thread/INFO]: Holder lookups applied
[20:22:42] [Client thread/INFO]: Injecting itemstacks
[20:22:42] [Client thread/INFO]: Itemstack injection complete
[20:22:42] [Client thread/ERROR]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[20:22:42] [Client thread/ERROR]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} Minecraft Coder Pack
UCH FML{8.0.99.99} Forge Mod Loader
UCH Forge{12.17.0.1987} Minecraft Forge
UCE DragonMounts{r46-1.9.4} Dragon Mounts
[20:22:42] [Client thread/ERROR]: The following problems were captured during this phase
[20:22:42] [Client thread/ERROR]: Caught exception from DragonMounts
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.(BlockDragonBreedEgg.java:30) ~[BlockDragonBreedEgg.class:?]
at info.ata4.minecraft.dragon.server.CommonProxy.onPreInit(CommonProxy.java:41) ~[CommonProxy.class:?]
at info.ata4.minecraft.dragon.client.ClientProxy.onPreInit(ClientProxy.java:37) ~[ClientProxy.class:?]
at info.ata4.minecraft.dragon.DragonMounts.onPreInit(DragonMounts.java:64) ~[DragonMounts.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566) ~[forge-1.9.4-12.17.0.1987-universal.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228) ~[forge-1.9.4-12.17.0.1987-universal.jar:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206) ~[forge-1.9.4-12.17.0.1987-universal.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:586) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437) [bcd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349) [bcd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
[20:22:43] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: ---- Minecraft Crash Report ----
// But it works on my machine.

Time: 7/16/16 8:22 PM
Description: There was a severe problem during mod loading that has caused the game to fail

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:179)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:589)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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 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.(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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566)
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.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:228)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
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.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:135)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:586)
... 18 more

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

-- System Details --
Details:
Minecraft Version: 1.9.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 480045688 bytes (457 MB) / 749731840 bytes (715 MB) up to 954728448 bytes (910 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.28 Powered by Forge 12.17.0.1987 4 mods loaded, 4 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} Minecraft Coder Pack
UCH FML{8.0.99.99} Forge Mod Loader
UCH Forge{12.17.0.1987} Minecraft Forge
UCE DragonMounts{r46-1.9.4} Dragon Mounts
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics 4000'
[20:22:43] [Client thread/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:560]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Marvin.GLADOS\Desktop\MultiMC\instances\Ze Test Pack\minecraft\crash-reports\crash-2016-07-16_20.22.43-client.txt
Process exited with code -1.

Dragons don't move...

I know this sounds silly, and I would expect it to be already reported if it was a problem for everyone. But the dragons dont move after hatching, feeding, and putting a saddle on them. AWSD and Spacebar dont work... and there are no keybinding options to change that. Do the dragons follow a different control scheme?

Suggestions For 1.10.2

Ive been playing on skyfactory which features this mod and was thinking of some cool things that the mod could implement.

  • Adding a way to attack with the dragons using the magic acid the normal dragon uses. Mabey have the attacks relate to the kind of dragon they are.
  • Adding something like a home block, that you could open a giu and access nearby dragons, with an option for having them fly around the block and work as a storage for the dragons and you could call them back to you. While they are flying possibly giving them the ability to attack mobs in the range of the block.
  • Similar to the homeblock, possibly included in the giu, allow dragons to fly around you, having the same features allowing you to call them to you via keybind to fly on, as well as attack and protect you.
  • Dragon armor, similar to horse armor but for dragons, this would also show more of the dragon making it easier to identify them. Also maybe a kind of armor that adds a chest or something to allow you to carry items with you. Possibly further allowing them to be trained to pick things up from a chest automatically ad dump them somewhere for cool automation.
  • Dragon stats such as damage and such allowing you to have dragons that have better speed or strength how much they can carry, ect. If you breed the dragons they baby could inherit traits of both.
  • Dragons that lay eggs similar to chickens but unless breaded the eggs could be used for resources and be able to breed the dragons for them to lay special kinds of resource eggs, starting with like flint and stuff getting to eggs with emeralds and diamonds, also incorporating the ability to work with mods for copper and tin.
  • Changing POV to 3rd person on dragon automatically or when doing it manually have it set further back to be able to better see your surroundings and get a better feel.

If you do implement these or other features I would be glad to help test them out.

Support for Backlytra for 1.8.9

Hi!

In the first release for 1.9, you describe adding "Dragons will fly together with their owners that glide with Elytras."

There is a mod called Backlytra which adds Elytras for 1.8.9 (and the 1.10 sounds for both 1.8.9 and 1.9).

Is possible to release a late version of 1.8.9 with support from this? Would be amazing to be followed by a dragon while wearing a elytra. Another thing would be util to ship is the NullPointerException fix in EntityAIDragonCatchOwner added in latest version of 1.9, if the bug is applicable in 1.8.9.

Thanks in advance!

1.12 Planning

Initially only three errors when compiling with 1.12, two of which are the same issue.
screenshot 1

asking for permission to edit mod

i want to make a 1.15.2 mod inspired by dragon mounts and dragon mounts 2. but i need your permission.
its going to be a lot like yours but it has all the dragon breeds in dragon mounts 2. there might be hybrid dragons. there will be nests, genders, armour, carriages, whistles.
i just need someones permission to use the dragon models and textures
please!

Name Tags Dont Work

r46 1.10.2 Version

When attempting to apply a name tag it will appear as if it did and the name shows but relogging will show that it was not applied and you get the nametag back and the no name is on the dragon

Dragon nests?

I really love this mod, but I always found it a little odd that you hatched different dragons from the same egg by placing it in different spots, so I had an idea. Basically, a relatively minor adjustment to the mod to add generated structures called "dragon nests" which would be different for each sort of dragon, and contain one or two adult wild dragons, maybe a few baby wild dragons, and some eggs, all of the same dragon type. This would require separate blocks for each type of dragon egg that only hatch into their type, and must be hatched in the right environment, but this shouldn't be too hard to do. It could probably be accomplished through the use of a single new class extending the vanilla dragon egg which defines some new code for dragon eggs, but also adds new object for each egg variety, thus using only one block ID ingame, with different data values.

Custom Dragon Addon API?

I see that you're using an enum to register the different dragon breeds available. Would it be possible to refactor this into a list of sorts to allow people to make addons to add more breeds to the mod? I could try to use Forges EnumHelper to add the breed, though I find it would be better if you had an API to add custom breeds.

Can you add a quick way to grow up dragons?

Can you add a quick way to grow up dragons?For example feeding them with nether star or a lot of fishes.
Also can you make that so the dragons can be tamed when young?I don't want something unfriendly walking around my house!

Dragons don't appear!

The eggs can be placed perfectly fine and the dragons still grow as my friends can see and ride them, but to me they are invisible and i can't interact with them. We all have the same files and mods.
What can I do?

can't get the dragon eggs to spawn in chests

Hey! I can't get dragon Mount eggs to spawn in chests on my minecraft server, and when I went to config files, it only has a 3 line code to make vanilla dragon egg hatchable and nothing else. I have latest version of the mod for 1.19.4 java. Wonder if there's any chance of giving a part of the code for the config file so we can decide how often to get them or even control if we can get them at all, because it's not working and i don't know why. i downloaded it succesfully and I can see everything in creative inventory but i can't get anything on survival.

1.10.2 TPS Locking up when mounting a dragon

Hey, I Don't know if this has been reported before, or even if it is 100% for sure dragon mounts, but it always seems to coincide with someone getting on a dragon, and the logs support this.
So, on occasion when someone on my server right clicks their tamed dragon to mount it sometimes, not all the time, but sometimes the TPS will suddenly drop to 1TPS for about half a minute and then return to normal, when I Check the servers activity (it's a dedicated, home-run server, I Can provide machine specs if that's helpful at all) but the CPU usage skyrockets to 100% usage while this is going on and checking the logs, while the CPU is maxxed out (only on one core at a time, the version of linux I Am running shuffles the process across cores if one is overloaded) the logs say this at this time:
https://pastebin.com/wWnwkwx4 (put it in pastebin to avoid making an extremely long post here)
the TPS and CPU return to normal after the last line, which leads me to believe it is dragon mounts. If I Am mistaken, then I Apologize in advance.

Issue with Elysium portals

When one attempts to use a portal from Elysium by right clicking on the dragon egg with a diamond, it instead starts the hatching process, breaking the portal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.