Low-durability, but otherwise functionally equivalent to wooden tools -- and a config option to turn off wooden tools so you can't make them
Foliage dropping sticks (like, you know how vanilla Minecraft drops a lot of saplings? Make 3/4 of those be sticks instead)
Occasional flint drops from digging dirt or grass, and frequent flint drops from digging clay, both of them only if you're digging with your hands (the block still drops like normal, just that you also sometimes get an extra bit); also possibility of a sapling, but much rarer than the flint
Config option to make digging wood by hand be as slow as digging stone by hand, and have it drop slabs instead of logs (idea being that you broke it to pieces because you didn't have the right tool)
I ask because I've always wanted to see this by itself (so I could add it to any group of mods I liked), and it's recently been added to Improving Minecraft but not yet to the 1.7.10 version (only to later versions). And as I'm making a mod pack right now, I thought maybe you'd be able to code it faster than pifou can get around to it (pifou's working on a lot of stuff right now, and focusing on 1.8 and 1.9, which is more than understandable).
Rollback Post to RevisionRollBack
My YouTube channel is currently on hiatus, but I hope to get back to it at some point. Content is fairly random, but can be enjoyable, and is mostly game footage (mostly random Minecraft clips) from my nephews and me. Most popular MC vid so far is the one Vechs laughed at on Twitter!
Time: 5/4/16 12:50 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.minecraftplus.modWheel.MCP_Wheel
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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)
Caused by: java.lang.ClassNotFoundException: com.minecraftplus.modWheel.MCP_Wheel
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.NoClassDefFoundError: com/minecraftplus/_base/MCP
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:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: com.minecraftplus._base.MCP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Time: 5/4/16 12:50 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.minecraftplus.modWheel.MCP_Wheel
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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)
Caused by: java.lang.ClassNotFoundException: com.minecraftplus.modWheel.MCP_Wheel
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.NoClassDefFoundError: com/minecraftplus/_base/MCP
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:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: com.minecraftplus._base.MCP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
got this crash when i try to add the quiver as an individual mod
---- Minecraft Crash Report ----
// Why did you do that?
Time: 12/05/16 2:10 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.minecraftplus.modQuiver.MCP_Quiver
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.minecraftplus.modQuiver.MCP_Quiver
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.minecraftplus._base.MCP
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:94)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 38 more
Caused by: java.lang.ClassNotFoundException: com.minecraftplus._base.MCP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I don't think anyone actually read the mod list in the crash report, as it's clearly there
I think the problem though could be the versions; make sure Quiver has the same numbers as the API (or the other way around if need-be).
Hey Andy, I would be interested in adding your mod in the modpack I am building for my private server and would require written permission from you to do so. Thanks in advance.
I'm really excited for the pigeon one. What is your modpack policy?
Rollback Post to RevisionRollBack
Now look, buddy. I'm an Engineer. That means I solve problems. Not problems like 'what is beauty', because that would fall within the purview of your conundrums of philosophy. I solve practical problems. Like, how am I going to stop some big, mean mother-hubbard from tearing me a structurally superfluous new behind? The answer: Use a gun. And if that don't work: Use more gun. Like this heavy-caliber, tripod-mounted little ol' number designed by me. Built by me. And you'd best hope, not pointed at you.
[03:40:16] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoSuchFieldError: wheelAngle
at com.minecraftplus.modLoom.TileEntityLoom.<init>(TileEntityLoom.java:27) ~[TileEntityLoom.class:?]
at com.minecraftplus.modLoom.BlockLoom.func_149915_a(BlockLoom.java:185) ~[BlockLoom.class:?]
at net.minecraft.block.Block.createTileEntity(Block.java:1464) ~[aji.class:?]
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:957) ~[apx.class:?]
at net.minecraft.world.World.func_147438_o(World.java:3145) ~[ahb.class:?]
at com.minecraftplus.modLoom.BlockLoom.func_149727_a(BlockLoom.java:124) ~[BlockLoom.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:462) ~[mx.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:853) ~[nh.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) ~[jo.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jo.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) ~[nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:991) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
So, has the quiver crash been fixed? The one where you dye it. The main post says no bugs, so I'm optimistic.
Rollback Post to RevisionRollBack
Now look, buddy. I'm an Engineer. That means I solve problems. Not problems like 'what is beauty', because that would fall within the purview of your conundrums of philosophy. I solve practical problems. Like, how am I going to stop some big, mean mother-hubbard from tearing me a structurally superfluous new behind? The answer: Use a gun. And if that don't work: Use more gun. Like this heavy-caliber, tripod-mounted little ol' number designed by me. Built by me. And you'd best hope, not pointed at you.
Any chance some or all of the source code for these mods is available on GitHub or something? I'd love to get a couple of these up to 1.9.
Hey Andy, I forget: Did I ever try to talk you into adding a Flint Tools module? Specifically my style of flint tools:
I ask because I've always wanted to see this by itself (so I could add it to any group of mods I liked), and it's recently been added to Improving Minecraft but not yet to the 1.7.10 version (only to later versions). And as I'm making a mod pack right now, I thought maybe you'd be able to code it faster than pifou can get around to it (pifou's working on a lot of stuff right now, and focusing on 1.8 and 1.9, which is more than understandable).
My YouTube channel is currently on hiatus, but I hope to get back to it at some point. Content is fairly random, but can be enjoyable, and is mostly game footage (mostly random Minecraft clips) from my nephews and me. Most popular MC vid so far is the one Vechs laughed at on Twitter!
pls update version for 1.9
Keep getting this crash when trying to use your wheel set of mods.
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 5/4/16 12:50 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.minecraftplus.modWheel.MCP_Wheel
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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)
Caused by: java.lang.ClassNotFoundException: com.minecraftplus.modWheel.MCP_Wheel
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.NoClassDefFoundError: com/minecraftplus/_base/MCP
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:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: com.minecraftplus._base.MCP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2319091704 bytes (2211 MB) / 2952790016 bytes (2816 MB) up to 2952790016 bytes (2816 MB)
JVM Flags: 13 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmn1G -Xms3G -Xmx3G -XX:NewSize=512M -XX:PermSize=128m -XX:MaxPermSize=128m -XX:SurvivorRatio=2 -XX:+DisableExplicitGC -XX:ParallelGCThreads=2 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 11 mods loaded, 11 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UC Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UE MCP_Wheel{1.1.2} [MC+ Wheel] ([1.7.10][1.2] MC+ Wheel - v1.1.2.jar)
UE MCP_Cart{1.3.0} [MC+ Cart] ([1.7.10][1.2] MC+ Cart - v1.3.0.jar)
UE MCP_Loom{1.2.3} [MC+ Loom] ([1.7.10][1.2] MC+ Loom - v1.2.3.jar)
UC mfs{3.0.0} [Minecraft Flight Simulator] (Minecraft Flight Simulator-1.7.10-3.0.0.jar)
UC ropebridge{1.3} [Rope Bridge] (RopeBridge-v1.3-mc1.7.10.jar)
UC RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
UC tts{0.6} [Tube Transport System] (TubeTransportSystem_1.7.10-0.6(1).jar)
UC weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 362.00' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
You need the MC+ API as well.
*facepalm* Didn't spot that...thanks.
got this crash when i try to add the quiver as an individual mod
---- Minecraft Crash Report ----
// Why did you do that?
Time: 12/05/16 2:10 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.minecraftplus.modQuiver.MCP_Quiver
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.minecraftplus.modQuiver.MCP_Quiver
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.minecraftplus._base.MCP
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:94)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 38 more
Caused by: java.lang.ClassNotFoundException: com.minecraftplus._base.MCP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cofh.asm.CoFHAccessTransformer.transform(CoFHAccessTransformer.java:90)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5866429952 bytes (5594 MB) / 7730954240 bytes (7372 MB) up to 7730954240 bytes (7372 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn8G
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: Minecraft 1.7.10 MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 178 mods loaded, 177 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UC Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UC AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
UC CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UC ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
UC NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UC PistonEverything{1.0.4} [Piston Everything] (minecraft.jar)
UC PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UC se{0.4.1} [Super Enchants] (minecraft.jar)
UC OpenModsCore{0.8} [OpenModsCore] (minecraft.jar)
UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UC lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UE MCP_Quiver{1.3.2} [MC+ Quiver] ([1.7.10][1.2] MC+ Quiver - v1.3.2.jar)
UE MCP_API{1.4} [MC+ API] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_BerryBush{1.1.2} [MC+ BerryBush] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_Wheel{1.1.2} [MC+ Wheel] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_Cart{1.3.0} [MC+ Cart] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_Clippers{1.1.2} [MC+ Clippers] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_DayCounter{1.1.2} [MC+ DayCounter] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_Loom{1.2.3} [MC+ Loom] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_Region{1.2.0} [MC+ Region] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_Sickle{1.0.0} [MC+ Sickle] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UE MCP_SweetPotato{1.0.1} [MC+ SweetPotato] ([1.7.10][1.4] MC+ ModPack - Development I.jar)
UC FLabsBF{4.3} [Better Furnaces] ([1.7.10]Better_Furnaces_V4.3.jar)
UC DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UC extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UC DC1{3.4.2.19} [KingCore] ([1.7.2+] KingCore v3.4.2.19.jar)
UC FishingNets{1.2.1.5} [Fishing Nets] ([1.7.10M] FishingNets v1.2.1.5.jar)
UC ToolHeads{1.2.0.4} [ToolHeads] ([1.7.10M] ToolHeads v1.2.0.4.jar)
UC deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UC CoFHCore{1.7.10R3.1.2} [CoFH Core] (CoFHCore-[1.7.10]3.1.2-325.jar)
UC BuildCraft|Core{7.1.15} [BuildCraft] (buildcraft-7.1.15.jar)
UC BuildCraft|Transport{7.1.15} [BC Transport] (buildcraft-7.1.15.jar)
UC BuildCraft|Silicon{7.1.15} [BC Silicon] (buildcraft-7.1.15.jar)
UC BuildCraft|Factory{7.1.15} [BC Factory] (buildcraft-7.1.15.jar)
UC additionalpipes{4.7.0} [Additional Pipes] (additionalpipes-4.7.1.jar)
UC advancedcapes{1.5} [Advanced Capes] (advancedcapes-1.5.jar)
UC alchemyplusplus{1.2.0.89} [AlchemyPlusPlus] (AlchemyPlusPlus-1.7.10-1.2.0.89.jar)
UC DCsAppleMilk{1.7.10_2.9m} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.9m.jar)
UC DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.9m.jar)
UC Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UC BattleTowers{1.4.9} [Battle Towers] (BattleTowers-1.7.10.jar)
UC BBG{1.0.0} [BetterBedrockGen] (BBG-1.0.0.jar)
UC bdlib{1.7.1.71} [BD Lib] (bdlib-mc1710-1.7.1.71.jar)
UC cm{1.0} [Camp Mod] (Bedrock Tools and Armor - 1.7.2 - V1.1.jar)
UC examplemod{1.0} [Example Mod] (Bedrock Tools and Armor - 1.7.2 - V1.1.jar)
UC BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
UC BottledAnimals{1.7.10-1.1.2} [Bottled Animals] (BottledAnimals-1.7.10-1.1.2.jar)
UC BuildCraft|Builders{7.1.15} [BC Builders] (buildcraft-7.1.15.jar)
UC BuildCraft|Energy{7.1.15} [BC Energy] (buildcraft-7.1.15.jar)
UC BuildCraft|Robotics{7.1.15} [BC Robotics] (buildcraft-7.1.15.jar)
UC eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)
UC bcadditions{2.2.5} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.5.jar)
UC CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UC Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UC CartLivery{0.11.1} [Cart Livery] (CartLivery-1.7.10-0.11.1.jar)
UC Chimneys{1.7.2} [Chimneys] (Chimneys.jar)
UC chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UC gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UC craft++{1.0} [Craft++] (Craft++-1.0.jar)
UC craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip)
UC creativecore{1.3.14} [CreativeCore] (CreativeCore v1.3.24 mc1.7.10.jar)
UC dabells{3.6} [DaBells] (DaBells-1710-v3.6.jar)
UC davincing{1710.1.7} [DaVincing] (DaVincing-1710.1.7.jar)
UC decorativemarble{Beta 1.1710.3} [Decorative Marble] (decorativemarble-1.1710.3.jar)
UC decorativechimney{Beta 1.1710.3} [Decorative Chimney] (decorativechimney-1.1710.3.jar)
UC doggytalents{v1.9.0g} [Doggy Talents] (DoggyTalents-1.7.10-v1.9.0g-universal.jar)
UC dlr{2.3.2} [Don's Lightning Rod] (Don's Lightning Rod-1.7.10-2.3.2.jar)
UC DragonsRadioMod{1.7.1} [Dragon's Radio Mod] (Dragon's Radio Mod-MC1.7.10-1.7.1.jar)
UC DyeableBeds{1.7.2 R2} [Dyeable Beds] (Dyeable-Beds-Mod-1.7.10.jar)
UC EggyGoodness{1.7.10-1.3} [Eggy Goodness] (eggygoodness-1.7.10-1.3.jar)
UC etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
UC golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
UC extrabuttons{1.7.10.1} [ExtraButtons] (ExtraButtons-1.7.10.1.jar)
UC ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UC extvil{1.7.10-3.0} [Extended_Villages] (extvil-1.7.10-3.0.jar)
UC fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
UC falsefire{1.0.1} [False Fire] (falsefire-1.0.1.jar)
UC fantastic{1.0.0} [Fantastic Fish] (fantastic-1.4.jar)
UC farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
UC FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UC grim3212core{V0.1 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.1 - 1.7.10.jar)
UC fireplaces{V0.1 - 1.7.10} [Fireplaces] (Fireplaces-V0.1 - 1.7.10.jar)
UC FloodLights{0.6.11-103} [Flood Lights] (FloodLights-1.7.10-0.6.11-103.jar)
UC ganysend{1.11.3} [Gany's End] (Ganys End-1.11.3.jar)
UC ganysnether{1.8.3} [Gany's Nether] (Ganys Nether-1.8.3.jar)
UC ganyssurface{1.12.7} [Gany's Surface] (Ganys Surface-1.12.7.jar)
UC GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
UC GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
UC GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
UC GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
UC GraveStone{2.12.3} [GraveStone] (GraveStone-2.12.4.jar)
UC GregsLighting{1.11.2} [Greg's Lighting] (GregsLighting-1.11.2-mc1.7.10.jar)
UC Growthcraft{1.7.10-2.5.2} [Growthcraft] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Cellar{1.7.10-2.5.2} [Growthcraft Cellar] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Apples{1.7.10-2.5.2} [Growthcraft Apples] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Bamboo{1.7.10-2.5.2} [Growthcraft Bamboo] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Bees{1.7.10-2.5.2} [Growthcraft Bees] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Fishtrap{1.7.10-2.5.2} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Grapes{1.7.10-2.5.2} [Growthcraft Grapes] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Hops{1.7.10-2.5.2} [Growthcraft Hops] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Milk{1.7.10-2.5.2} [Growthcraft Milk] (growthcraft-1.7.10-2.5.2-complete.jar)
UC Growthcraft|Rice{1.7.10-2.5.2} [Growthcraft Rice] (growthcraft-1.7.10-2.5.2-complete.jar)
UC haggismod{1.3.6-mc1.7.10} [AWH Haggis Mod!] (haggismod-1.3.6-mc1.7.10.jar)
UC wuppy29_harderpeaceful{1.7.3} [Harder Peaceful] (Harder Peaceful 1.7.10-1.7.3.jar)
UC headcrumbs{1.7.3} [Headcrumbs] (Headcrumbs-1.7.3.jar)
UC HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
UC ImmersiveEngineering{0.7.5} [Immersive Engineering] (ImmersiveEngineering-0.7.5.jar)
UC imc{1.7.4} [Improving Minecraft] (Improving Minecraft-1.7.4.jar)
UC ironchestminecarts{1.0.4} [Iron Chest Minecarts] (IronChestMinecarts-1.0.4.jar)
UC irontank{1.0.1 build @BUILD@} [Iron Tanks] (irontank-1.7.10-1.0.1.50.jar)
UC JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
UC wuppy29_jellycubes{1.12.6} [Jelly Cubes] (Jelly Cubes 1.7.10-1.12.6.jar)
UC Jewelrycraft{1.4.2} [Jewelrycraft] (Jewelrycraft-1.4.2.jar)
UC jaff{1.4_for_1.7.10} [Just a Few Fish] (JustAFewFish-1.4_for_1.7.10.jar)
UC LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar)
UC levelup{0.10} [Level Up!] (LevelUp!-0.10(1.7.10).jar)
UC littlehelpers{1.5.1 - 1.7.10} [LittleHelpers] (LittleHelpers-1.7.10-1.5.3.jar)
UC lom{1.7.10-3.2.2} [LotsOMobs] (lom-1.7.10-3.2.2.jar)
UC LotsOfFood{1.7.10} [Lots of Food] (Lots of Food-1.7.10 v7.jar)
UC MagicClover{@VERSION@} [Magic Clover] (magicclover-0.4.1.jar)
UC malisiscore{1.7.10-0.14.1} [MalisisCore] (malisiscore-1.7.10-0.14.1.jar)
UC malisisdoors{1.7.10-1.13.0} [Malisis' Doors] (malisisdoors-1.7.10-1.13.0.jar)
UC Minespresso{v1.0} [Minespresso Mod] (Minespresso(v1.0)[MC 1.7.10].jar)
UC testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.7.10-1.9.jar)
UC MoarSigns{1.2.4} [MoarSigns] (MoarSigns-1.7.10-1.2.4.jar)
UC modelcitizens{1.0.1} [Model Citizens] (ModelCitizens-mc1.7.10-1.0.1.jar)
UC movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UC cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar)
UC munchicken_multiwindmillsmod{1.7.2-1.0} [Multi-Windmills Mod] (multi-windmills-mod-1.7.2-1.0.jar)
UC MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UC neiintegration{1.0.6} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.6.jar)
UC wuppy29_nethereye{1.4.1} [Nether Eye] (Nether Eye 1.7.10-1.4.1.jar)
UC recipemod{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar)
UC Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
UC OpenMods{0.8} [OpenMods] (OpenModsLib-1.7.10-0.8.jar)
UC OpenBlocks{1.4.4} [OpenBlocks] (OpenBlocks-1.7.10-1.4.4.jar)
UC placeableitems{PreAlpha 2.0} [Placeable Items Mod] (placeableitems-PreAlpha 2.0.jar)
UC plantmegapack{4.33} [Plant Mega Pack] (plantmegapack-4.33-1.7.10-1492.jar)
UC primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1WIP.jar)
UC progressiveautomation{1.6.33} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.33.jar)
UC ProjectBlue{1.1.4} [Project Blue] (ProjectBlue-1.1.4-mc1.7.10.jar)
UC MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
UC ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UC ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UC ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
UC ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UC ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UC randomadditions{0.11.21} [RandomAdditions] (RandomAdditions Alpha 0.11.22 mc1.7.10.jar)
UC RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UC RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
UC secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UC shipwrecks_winslow{1.6.2} [Shipwrecks!] (Shipwrecks-Mod-1.7.2.jar)
UC SidbenRedstoneJukebox{2.1} [Redstone Jukebox] (SidbenRedstoneJukebox[1.7.10]-2.1.jar)
UC punt{1.7.10-10.13.0-16.1} [Punt] (smallboats-1.7.10-10.13.0-16.1.jar)
UC whitehall{1.7.10-10.13.0-16.1} [Whitehall] (smallboats-1.7.10-10.13.0-16.1.jar)
UC hoy{1.7.10-10.13.0-16.1} [Hoy] (smallboats-1.7.10-10.13.0-16.1.jar)
UC smallboats{1.7.10-10.13.0-16.1} [SmallBoats (base)] (smallboats-1.7.10-10.13.0-16.1.jar)
UC SolarFlux{1.7.10-0.8b} [Solar Flux] (SolarFlux-1.7.10-0.8b.jar)
UC StorageDrawers{1.7.10-1.6.2} [Storage Drawers] (StorageDrawers-1.7.10-1.6.2.jar)
UC thephysician2000sfurniture{1.4.0.0} [ThePhysician2000's Furniture Mod] (ThePhysician2000's Funiture Mod-1.7.10-1.4.0.0.jar)
UC axetomahawk.core{1.5.4.0-1.7.10} [Tomahawks Core] (tomahawk-1.5.4.0-1.7.10.jar)
UC axetomahawk{1.5.4.0-1.7.10} [Tomahawks] (tomahawk-1.5.4.0-1.7.10.jar)
UC torchLevers{1.4.2} [Torch Levers] (TorchLevers-V1.4.2-MC1.7.10.jar)
UC TotemDefender{1.1.7} [Totem Defender] (TotemDefender-1.7.10-1.1.7.jar)
UC AnimationAPI{1.2.2} [AnimationAPI] (Utility-Mobs-Mod-1.7.10.jar)
UC UtilityMobs{3.1.0} [Utility Mobs] (Utility-Mobs-Mod-1.7.10.jar)
UC chunkbase_villageinfo_ssp{2.1} [Village Info (SSP)] (VillageInfoSSP-1.7.10-2.1.jar)
UC taverns{2.2.1-0} [Village Taverns] (VillageTaverns-2.2.1-0.23.jar)
UC warpbook{${version}} [Warp Book] (warpbook-1.2.29.jar)
UC yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
UC zcraftingmanager{1.1.0} [Crafting Manager] (zCraftingManager ALPHA 1.0.19 mc1.7.10.jar)
UC McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UC ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD zcraftingmanagercore{1.1.0} [Crafting Manager Core] (minecraft.jar)
GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3574' Renderer: 'Intel(R) HD Graphics 4600'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:ENABLED],[gl_capabilities_hook:FINISHED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.2-325
you should read three posts above yours.
This is the answer of 25% of the problems.
When you post a mod: "No pics no clicks" and "MCreator = bad ~99% of the time"
Don't forget to read the crashlog before reporting the crash. It might tell you why it's crashing.
Sorry if my spelling is bad, I'm learning english...
My mod ideas: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/mods-discussion/2354659-medsal15s-mod-ideas-hub
Why do evil poeple always want to control the world?
If you need ideas, I may be able to give you some...
Warning status: Unbanned
were you replying to me? because i have the api
I don't think anyone actually read the mod list in the crash report, as it's clearly there
I think the problem though could be the versions; make sure Quiver has the same numbers as the API (or the other way around if need-be).
i think that may have been the case since i updated to the latest of everything and are going sweet no probs
Hey Andy, I would be interested in adding your mod in the modpack I am building for my private server and would require written permission from you to do so. Thanks in advance.
Will there be an update?
Hey where do I download the mods separately please.
there is a > sign to the left of each title in first post. don't forget you need the api too.
I'm really excited for the pigeon one. What is your modpack policy?
Now look, buddy. I'm an Engineer. That means I solve problems. Not problems like 'what is beauty', because that would fall within the purview of your conundrums of philosophy. I solve practical problems. Like, how am I going to stop some big, mean mother-hubbard from tearing me a structurally superfluous new behind? The answer: Use a gun. And if that don't work: Use more gun. Like this heavy-caliber, tripod-mounted little ol' number designed by me. Built by me. And you'd best hope, not pointed at you.
Server gives me whenever I place ot click loom
[03:40:16] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoSuchFieldError: wheelAngle
at com.minecraftplus.modLoom.TileEntityLoom.<init>(TileEntityLoom.java:27) ~[TileEntityLoom.class:?]
at com.minecraftplus.modLoom.BlockLoom.func_149915_a(BlockLoom.java:185) ~[BlockLoom.class:?]
at net.minecraft.block.Block.createTileEntity(Block.java:1464) ~[aji.class:?]
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:957) ~[apx.class:?]
at net.minecraft.world.World.func_147438_o(World.java:3145) ~[ahb.class:?]
at com.minecraftplus.modLoom.BlockLoom.func_149727_a(BlockLoom.java:124) ~[BlockLoom.class:?]
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:462) ~[mx.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:853) ~[nh.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60) ~[jo.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9) ~[jo.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) ~[nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:991) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
I am probably missing something..but I am interested in adding in some of your mods into a modpack.
Thanks!
Come over and check out Wulf Hollow Server!
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/mod-packs/2723091-wulf-hollow-v1-0-1-custom-recipes-friendly-players
So, has the quiver crash been fixed? The one where you dye it. The main post says no bugs, so I'm optimistic.
Now look, buddy. I'm an Engineer. That means I solve problems. Not problems like 'what is beauty', because that would fall within the purview of your conundrums of philosophy. I solve practical problems. Like, how am I going to stop some big, mean mother-hubbard from tearing me a structurally superfluous new behind? The answer: Use a gun. And if that don't work: Use more gun. Like this heavy-caliber, tripod-mounted little ol' number designed by me. Built by me. And you'd best hope, not pointed at you.