We'll almost certainly need the entire crashlog. In a spoiler, please, no need to clog up the page.
Rollback Post to RevisionRollBack
You want a farm, you grab a hoe. You want a boat, you grab some wood. You want a fireplace, you grab A FLAMING HELL-BOULDER BECAUSE THAT'S HOW MINECRAFTERS ROLL!!!
don't want to be annoying, but will there also come a 1.8 version out for this mod soon...
I don't know if there will be a 1.8 version, or if it will appear for 1.9 instead. I can probably port a subset of the mod, though I'm not certain on which parts that would be exactly.
I've been pretty swamped with work over the past month, hence extra quietness of the modding front.
Hi! I'm trying to get Garden Stuff to work, but it keeps crashing. I've updated Agricraft, and now it's giving me this error report.
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 24/10/15 2:54 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: renderPlantID
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
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.NoSuchFieldError: renderPlantID
at com.jaquadro.minecraft.gardencore.integration.PlantMegaPackIntegration.init(PlantMegaPackIntegration.java:35)
at com.jaquadro.minecraft.gardencore.core.ModIntegration.postInit(ModIntegration.java:29)
at com.jaquadro.minecraft.gardencore.GardenCore.postInit(GardenCore.java:61)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
There is some good news. The Bibliocraft developer is reporting they finally merged the OBJ model loader into Forge. I still don't think there is a mechanism to add the pottery stamps to villager trades.
Is compatibility with TerraFirmaCraft going to be a possibility within the 1.7.10 life cycle of this mod? I just tested their crops on the garden soil with no avail. :c
I stopped packaging individual jars a long time ago. However, it's all individual mods within the jar. You can disable the other 3 mods in the main Forge menu, or you can open the jar in 7zip and delete the other three mod folders from it.
There is some good news. The Bibliocraft developer is reporting they finally merged the OBJ model loader into Forge. I still don't think there is a mechanism to add the pottery stamps to villager trades.
i don't have the unified downloads yet but in the seperate version librarians can have trades for stamps. both buying and selling. you can also summon a custom villager that would trade for them. i can help you with that if you'd like
just posting here as well as github to cover my bases since it looks like you've been more active on here. I'm trying to run a server to play at home with the wife. loads up fine with the mod installed on my custom modpack but as soon as I try to craft anything it crashes on picking up the item from the crafting table. As an aside, I noticed in NEI that all (or most) of the items have an ID of -1 or -1:(some other number). I believe I have posted the relevant crash report. If not let me know and I will replicate the problem for another report. Thank you for any help.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 11/30/15 12:19 AM
Description: Updating screen events
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:386)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:53)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:110)
at tconstruct.tools.inventory.SlotCraftingStation.func_82870_a(SlotCraftingStation.java:30)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:537)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
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.item.ItemStack.func_77980_a(ItemStack.java:386)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:53)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:110)
at tconstruct.tools.inventory.SlotCraftingStation.func_82870_a(SlotCraftingStation.java:30)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:537)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
There is some good news. The Bibliocraft developer is reporting they finally merged the OBJ model loader into Forge. I still don't think there is a mechanism to add the pottery stamps to villager trades.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
I started doing more playing and designing and building, so it's prodded me to add some more content I want. A sample of what's coming in the next release:
Looking for help with a crash error, this is the main error. fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/jaquadro/minecraft/gardencontainers/block/BlockLargePot
Thanks for the help
We'll almost certainly need the entire crashlog. In a spoiler, please, no need to clog up the page.
As mentioned, I need the full log.
But I'm going to guess that you have AgriCraft 1.3.x in your pack, and you need AgriCraft 1.4.x or later to avoid this crash.
Mods I Develop: Garden Stuff -- Storage Drawers -- Hunger Strike
Tools I Develop: NBTExplorer -- Substrate
don't want to be annoying, but will there also come a 1.8 version out for this mod soon...
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?! ( ͡° ͜ʖ ͡°)

I don't know if there will be a 1.8 version, or if it will appear for 1.9 instead. I can probably port a subset of the mod, though I'm not certain on which parts that would be exactly.
I've been pretty swamped with work over the past month, hence extra quietness of the modding front.
Mods I Develop: Garden Stuff -- Storage Drawers -- Hunger Strike
Tools I Develop: NBTExplorer -- Substrate
Hi! I'm trying to get Garden Stuff to work, but it keeps crashing. I've updated Agricraft, and now it's giving me this error report.
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 24/10/15 2:54 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: renderPlantID
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:744)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
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.NoSuchFieldError: renderPlantID
at com.jaquadro.minecraft.gardencore.integration.PlantMegaPackIntegration.init(PlantMegaPackIntegration.java:35)
at com.jaquadro.minecraft.gardencore.core.ModIntegration.postInit(ModIntegration.java:29)
at com.jaquadro.minecraft.gardencore.GardenCore.postInit(GardenCore.java:61)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
... 10 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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3406763416 bytes (3248 MB) / 4031250432 bytes (3844 MB) up to 4031250432 bytes (3844 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xms4G
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.1481 151 mods loaded, 151 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJ Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCHIJ AppleMilkCore{1.0.3} [AppleMilkCore] (minecraft.jar)
UCHIJ CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UCHIJ ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
UCHIJ monnef-core{0.7.2} [monnef Core] (minecraft.jar)
UCHIJ NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UCHIJ PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJ OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJ <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJ debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJ bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJ njaymod_4{1.0.0} [NJay's Unicorn Mod] ([MC 1.7.10 1.7.2] NJays Unicorn Mod.jar)
UCHIJ rsm{alpha-beta.56a <- isn't ever gonna update :P} [rsm] (A bunch of random stuff mod, {1.1.6} Mc[1.7.10].jar)
UCHIJ AgriCraft{1.7.10-1.4.3} [AgriCraft] (AgriCraft-1.7.10-1.4.3.jar)
UCHIJ DCsAppleMilk{1.7.10_2.7i} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.7i.jar)
UCHIJ DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.7i.jar)
UCHIJ Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJ BaMsGRAVE{1.4.2_01} [BaM's Grave] (bamsgrave-1.7.2-1.4.2_01.jar)
UCHIJ bettersugarcane{2.0a} [Better Sugar Cane] (bettersugarcane--1.7.10-2.0a.jar)
UCHIJ BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
UCHIJ bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar)
UCHIJ Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJ Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCHIJ BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCHIJ Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJ Botania{r1.7-201} [Botania] (Botania r1.7-201.jar)
UCHIJ grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
UCHIJ calendar{V0.1 - 1.7.10} [Calendar] (Calendar-Mod-1.7.10.jar)
UCHIJ CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJ TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJ ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJ chisel{2.4.1.40} [Chisel 2] (Chisel2-2.4.1.40.jar)
UCHIJ ctmlib{1.0.1.5} [CTMLib] (Chisel2-2.4.1.40.jar)
UCHIJ chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCHIJ CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCHIJ craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCHIJ D3Core{1.0.0.7} [D3Core] (D3Core-1.7.10-1.0.0.7.jar)
UCHIJ EggyGoodness{1.7.10-1.3} [Eggy Goodness] (eggygoodness-1.7.10-1.3.jar)
UCHIJ emeraldobsidianmod{1.3.1} [Emerald & Obsidian tools/armor mod] (emeraldobsidianmod-1.7.10-1.3.1.jar)
UCHIJ epo{1.0} [Ender Pearl Ore] (Ender Pearl Ore 1.0 (1.7.10).jar)
UCHIJ endercompass{1.1} [Ender Compass] (EnderCompass-1.7.10-1.1.jar)
UCHIJ MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
UCHIJ ExpOre{1.1a} [Exp Ore] (ExperienceOre-1.1a.jar)
UCHIJ extrabuttons{1.7.10.1} [ExtraButtons] (ExtraButtons-1.7.10.1.jar)
UCHIJ Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJ TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCHIJ ExtraUtilities{1.2.8} [Extra Utilities] (extrautilities-1.2.8.jar)
UCHIJ factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.95(2).jar)
UCHIJ factorization.dimensionalSlice{0.8.95} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.95(2).jar)
UCHIJ factorization{0.8.95} [Factorization] (Factorization-1.7.10-0.8.95(2).jar)
UCHIJ factorization.misc{0.8.95} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.95(2).jar)
UCHIJ fairylights{0.6} [Fairy Lights] (fairylights-0.6-1.7.10.jar)
UCHIJ FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJ fastleafdecay{1.1} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.1.jar)
UCHIJ Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCHIJ ganyssurface{1.12.5} [Gany's Surface] (Ganys Surface-1.12.5.jar)
UCHIJ GardenContainers{1.7.10-1.6.8} [Garden Containers] (GardenStuff-1.7.10-1.6.8.jar)
UCHIE GardenCore{1.7.10-1.6.8} [Garden Core] (GardenStuff-1.7.10-1.6.8.jar)
UCHIJ GardenStuff{1.7.10-1.6.8} [Garden Stuff] (GardenStuff-1.7.10-1.6.8.jar)
UCHIE GardenTrees{1.7.10-1.6.8} [Garden Trees] (GardenStuff-1.7.10-1.6.8.jar)
UCHIJ GraveStone{2.12.3} [GraveStone] (GraveStone-2.12.4.jar)
UCHIJ Growthcraft{2.2.2} [Growthcraft] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Cellar{2.2.2} [Growthcraft Cellar] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Apples{2.2.2} [Growthcraft Apples] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Bamboo{2.2.2} [Growthcraft Bamboo] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Bees{2.2.2} [Growthcraft Bees] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Fishtrap{2.2.2} [Growthcraft Fishtrap] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Grapes{2.2.2} [Growthcraft Grapes] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Hops{2.2.2} [Growthcraft Hops] (growthcraft-2.2.2-complete.jar)
UCHIJ Growthcraft|Rice{2.2.2} [Growthcraft Rice] (growthcraft-2.2.2-complete.jar)
UCHIJ headcrumbs{1.6.0} [Headcrumbs] (Headcrumbs-1.6.0.jar)
UCHIJ inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJ ironbackpacks{0.5.0} [Iron Backpacks] (Iron Backpacks-1.7.10-1.0.4-universal.jar)
UCHIJ IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJ JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
UCHIJ monnef-core-helper{0.7.2} [monnef Core ~] (monnef_core_0.7.3.jar)
UCHIJ Jaffas{0.7.3} [Jaffas and more!] (jaffas_0.7.3.jar)
UCHIJ Jaffas-Trees{0.7.2} [Jaffas - Trees] (jaffas_0.7.3.jar)
UCHIJ Jaffas-Technic{0.7.2} [Jaffas - Technic] (jaffas_0.7.3.jar)
UCHIJ Jaffas-Power{0.7.2} [Jaffas - Power] (jaffas_0.7.3.jar)
UCHIJ Jaffas-Xmas{0.7.2} [Jaffas - Xmas] (jaffas_0.7.3.jar)
UCHIJ journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJ LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.0-MC1.7.10.jar)
UCHIJ lampposts{V0.1 - 1.7.10} [Lamp Posts] (Lamp-Posts-Mod-1.7.10.jar)
UCHIJ reaper_lantern{1.47} [Lantern mod] (Lantern1.47[1.7.10].jar)
UCHIJ latticemod{1.0} [Lattice Mod] (latticemod-mc1.7.10-1.0.jar)
UCHIJ more{6.0} [M-Ore mod] (M-Ore 6.1.jar)
UCHIJ malisiscore{1.7.10-0.12.4} [MalisisCore] (malisiscore-1.7.10-0.12.4.jar)
UCHIJ malisisdoors{1.7.10-1.9.1} [Malisis' Doors] (malisisdoors-1.7.10-1.9.1.jar)
UCHIJ MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHIJ Metallurgy{4.0.6} [Metallurgy 4] (Metallurgy-1.7.10-4.0.6.80.jar)
UCHIJ MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MrTJPCoreMod{1.1.0.29} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.29-universal.jar)
UCHIJ ProjRed|Core{4.7.0pre6.90} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre6.90-Base.jar)
UCHIJ ProjRed|Exploration{4.7.0pre6.90} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre6.90-World.jar)
UCHIJ MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJ Mo' Shiz{1.61} [Mo' Shiz] (Mo' Shiz v1.61.jar)
UCHIJ bettercraft{2.7.2} [MoreCraft] (MoreCraft-1.7.10-2.7.2.jar)
UCHIJ me{1.3.2.1} [More Enchantments] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCHIJ AencEx{0.0.1} [AencEx] (MoreEnchantments-1.7.10-1.3.2.1.jar)
UCHIJ cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJ NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJ NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJ NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJ NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJ NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJ NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
UCHIJ OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJ OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJ desertcraft{1.7.2b} [Pam's DesertCraft] (Pam's DesertCraft 1.7.10a.zip)
UCHIJ harvestcraft{1.7.10i} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10i.jar)
UCHIJ temperateplants{1.7.2b} [Pam's Temperate Plants] (Pam's Temperate Plants 1.7.2b.zip)
UCHIJ weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip)
UCHIJ placeableitems{1.4.3} [Placeable Items Mod] (placeableitems-1.4.3.jar)
UCHIJ PlaceableTools{1.1.0.29} [PlaceableTools] (PlaceableTools-1.7.10-1.1.0.29.jar)
UCHIJ plantmegapack{4.02} [Plant Mega Pack] (Plant-Mega-Pack-Mod-1.7.10.jar)
UCHIJ packchevsky{b4} [Potion Packs] (PotionPacks_1.7.2_b4.zip)
UCHIJ RedstoneArsenal{1.7.10R1.1.1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.1-89.jar)
UCHIJ corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
UCHIJ roadblock{1.7.10-2.1.8-} [Roadblocks] (Roadblocks-1.7.10-2.1.8.jar)
UCHIJ snapdoors{1.7.10-1.1.0} [SnapDoors] (SnapDoors-1.7.10-1.0.1.jar)
UCHIJ StorageDrawers{1.7.10-1.5.11} [Storage Drawers] (StorageDrawers-1.7.10-1.5.11.jar)
UCHIJ supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar)
UCHIJ camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJ TYNKYN{2.1} [TYNKYN] (TYNKYN - v2.1 - 1.7.10.jar)
UCHIJ weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHIJ witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJ YARFTLM{1.0.0.0} [BetterRottenFlesh] (YARFTLM-1.0.0.0.jar)
UCHIJ yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
UCHIJ McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJ denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJ ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.0' Renderer: 'AMD Radeon(TM) R2 Graphics'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
Mantle Environment: Environment healthy.
CoFHCore: -[1.7.10]3.0.3-303
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.1-89
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
This is a plant mega pack conflict. Is your plant mega pack version up to date? Much older versions did not contain some API elements.
Mods I Develop: Garden Stuff -- Storage Drawers -- Hunger Strike
Tools I Develop: NBTExplorer -- Substrate
Yes, that fixed the problem. Thank you!
It's possible I'm missing the obvious here, but where can I find the crafting recipes?
https://github.com/jaquadro/GardenCollection/wiki
Mods I Develop: Garden Stuff -- Storage Drawers -- Hunger Strike
Tools I Develop: NBTExplorer -- Substrate
There is some good news. The Bibliocraft developer is reporting they finally merged the OBJ model loader into Forge. I still don't think there is a mechanism to add the pottery stamps to villager trades.
Is compatibility with TerraFirmaCraft going to be a possibility within the 1.7.10 life cycle of this mod? I just tested their crops on the garden soil with no avail. :c
I stopped packaging individual jars a long time ago. However, it's all individual mods within the jar. You can disable the other 3 mods in the main Forge menu, or you can open the jar in 7zip and delete the other three mod folders from it.
Mods I Develop: Garden Stuff -- Storage Drawers -- Hunger Strike
Tools I Develop: NBTExplorer -- Substrate
I totally forgot about gardencommon. Yeah, that needs to be kept.
Mods I Develop: Garden Stuff -- Storage Drawers -- Hunger Strike
Tools I Develop: NBTExplorer -- Substrate
i don't have the unified downloads yet but in the seperate version librarians can have trades for stamps. both buying and selling. you can also summon a custom villager that would trade for them. i can help you with that if you'd like
just posting here as well as github to cover my bases since it looks like you've been more active on here. I'm trying to run a server to play at home with the wife. loads up fine with the mod installed on my custom modpack but as soon as I try to craft anything it crashes on picking up the item from the crafting table. As an aside, I noticed in NEI that all (or most) of the items have an ID of -1 or -1:(some other number). I believe I have posted the relevant crash report. If not let me know and I will replicate the problem for another report. Thank you for any help.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 11/30/15 12:19 AM
Description: Updating screen events
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:386)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:53)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:110)
at tconstruct.tools.inventory.SlotCraftingStation.func_82870_a(SlotCraftingStation.java:30)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:537)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
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.item.ItemStack.func_77980_a(ItemStack.java:386)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:53)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:110)
at tconstruct.tools.inventory.SlotCraftingStation.func_82870_a(SlotCraftingStation.java:30)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:419)
at codechicken.nei.guihook.GuiContainerManager.handleSlotClick(GuiContainerManager.java:537)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:638)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_146984_a(GuiContainer.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.callHandleMouseClick(DefaultSlotClickHandler.java)
at codechicken.nei.guihook.DefaultSlotClickHandler.handleSlotClick(DefaultSlotClickHandler.java:17)
at codechicken.nei.guihook.GuiContainerManager.handleMouseClick(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.managerHandleMouseClick(GuiContainer.java)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:394)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
-- Affected screen --
Details:
Screen name: tconstruct.tools.gui.CraftingStationGui
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['donovanvaught'/9854, l='MpServer', x=-549.85, y=123.62, z=6.30]]
Chunk stats: MultiplayerChunkCache: 361, 361
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-180,64,252), Chunk: (at 12,4,12 in -12,15; contains blocks -192,0,240 to -177,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 34674296 game time, 34941440 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 169 total; [EntityCephignis['Cephignis'/10047, l='MpServer', x=-431.81, y=9.06, z=28.97], EntityCephignis['Cephignis'/10046, l='MpServer', x=-429.84, y=10.09, z=27.84], EntityCephignis['Cephignis'/10045, l='MpServer', x=-562.97, y=9.09, z=134.38], EntityEnderman['Enderman'/12385, l='MpServer', x=-539.50, y=24.00, z=50.50], EntityCephignis['Cephignis'/10042, l='MpServer', x=-565.19, y=9.97, z=133.81], EntityEnderman['Enderman'/12386, l='MpServer', x=-539.03, y=24.00, z=49.34], EntityCephignis['Cephignis'/10040, l='MpServer', x=-501.00, y=46.09, z=131.00], EntityCephignis['Cephignis'/10039, l='MpServer', x=-499.00, y=46.00, z=133.38], EntityCephignis['Cephignis'/10038, l='MpServer', x=-612.03, y=34.19, z=112.97], EntityKobold['Kobold'/10036, l='MpServer', x=-465.56, y=64.00, z=93.63], EntityCephignis['Cephignis'/10034, l='MpServer', x=-664.00, y=9.06, z=114.09], EntityCephignis['Cephignis'/10033, l='MpServer', x=-462.63, y=9.13, z=95.38], EntityClientPlayerMP['donovanvaught'/9854, l='MpServer', x=-549.85, y=123.62, z=6.30], EntityCephignis['Cephignis'/10032, l='MpServer', x=-450.97, y=10.10, z=91.49], EntityCephignis['Cephignis'/10030, l='MpServer', x=-640.38, y=43.16, z=-80.59], EntityCephignis['Cephignis'/10028, l='MpServer', x=-666.03, y=10.16, z=111.72], EntityCephignis['Golden Cephignis'/10029, l='MpServer', x=-662.81, y=10.19, z=111.41], EntityCephignis['Golden Cephignis'/10027, l='MpServer', x=-663.94, y=10.09, z=107.94], EntityCephignis['Cephignis'/10024, l='MpServer', x=-640.94, y=41.06, z=-72.94], EntityCephignis['Cephignis'/10025, l='MpServer', x=-455.41, y=8.00, z=98.84], EntityYellowFinch['Yellow Finch'/10022, l='MpServer', x=-674.50, y=63.00, z=-43.50], EntityCephignis['Scarlet Cephignis'/10023, l='MpServer', x=-640.44, y=42.00, z=-76.59], EntityCephignis['Cephignis'/10019, l='MpServer', x=-435.13, y=5.00, z=109.88], EntityCephignis['Cephignis'/10016, l='MpServer', x=-437.03, y=5.88, z=115.56], EntityCephignis['Cephignis'/10013, l='MpServer', x=-435.78, y=4.06, z=116.56], EntityCephignis['Cephignis'/10015, l='MpServer', x=-440.06, y=6.09, z=114.06], EntityCephignis['Golden Cephignis'/10014, l='MpServer', x=-434.88, y=5.97, z=116.47], EntityGreenFinch['Green Finch'/12182, l='MpServer', x=-625.22, y=78.70, z=-62.15], EntityKobold['Kobold'/9995, l='MpServer', x=-425.50, y=19.00, z=32.25], EntityCephignis['Cephignis'/9984, l='MpServer', x=-519.00, y=8.03, z=122.66], EntityCephignis['Cephignis'/9985, l='MpServer', x=-521.97, y=8.00, z=122.63], EntityYellowFinch['Yellow Finch'/12595, l='MpServer', x=-461.34, y=71.03, z=63.69], EntityTrail['unknown'/615, l='MpServer', x=-549.85, y=123.62, z=6.30], EntityCow['Cow'/9855, l='MpServer', x=-544.72, y=65.00, z=10.50], EntityCephignis['Cephignis'/10084, l='MpServer', x=-422.97, y=18.09, z=72.03], EntityYellowFinch['Yellow Finch'/10066, l='MpServer', x=-674.50, y=72.00, z=-30.50], EntityZombie['Zombie'/12307, l='MpServer', x=-538.00, y=68.00, z=34.44], EntityEnderman['Enderman'/12309, l='MpServer', x=-568.25, y=107.00, z=34.31], EntityCephignis['Cephignis'/10048, l='MpServer', x=-427.81, y=9.09, z=30.59], EntityKobold['Kobold'/10050, l='MpServer', x=-422.63, y=56.00, z=102.56], EntityPainting['Painting'/9893, l='MpServer', x=-577.00, y=119.50, z=23.06], EntityPainting['Painting'/9892, l='MpServer', x=-577.50, y=119.50, z=25.94], EntityKobold['Ashen Kobold'/12527, l='MpServer', x=-590.50, y=69.00, z=-56.50], EntityCephignis['Cephignis'/9894, l='MpServer', x=-528.00, y=7.09, z=-8.53], EntityKobold['Kobold'/12520, l='MpServer', x=-505.50, y=66.00, z=3.50], EntityKobold['Kobold'/9889, l='MpServer', x=-584.41, y=57.00, z=16.28], EntitySheep['Sheep'/9888, l='MpServer', x=-586.78, y=61.00, z=11.53], EntityVentoraptor['Ventoraptor'/12072, l='MpServer', x=-439.50, y=66.00, z=-2.50], EntityPainting['Painting'/9891, l='MpServer', x=-581.06, y=119.50, z=18.00], EntityPainting['Painting'/9890, l='MpServer', x=-581.06, y=120.00, z=13.00], EntityVentoraptor['Ventoraptor'/12071, l='MpServer', x=-442.50, y=66.00, z=1.50], EntityCephignis['Golden Cephignis'/9900, l='MpServer', x=-523.47, y=8.03, z=33.09], EntityKobold['Kobold'/12518, l='MpServer', x=-512.50, y=66.00, z=2.50], EntityCephignis['Cephignis'/9903, l='MpServer', x=-599.03, y=52.28, z=25.03], EntityKobold['Kobold'/12519, l='MpServer', x=-516.38, y=64.00, z=9.34], EntityCephignis['Cephignis'/9897, l='MpServer', x=-517.72, y=10.06, z=45.00], EntityCephignis['Cephignis'/9896, l='MpServer', x=-519.75, y=5.09, z=34.00], EntityCephignis['Cephignis'/9899, l='MpServer', x=-519.88, y=8.22, z=34.34], EntityKobold['Kobold'/9898, l='MpServer', x=-517.63, y=11.00, z=42.38], EntitySlime['Slime'/9908, l='MpServer', x=-538.69, y=27.00, z=-32.69], EntityCephignis['Cephignis'/9909, l='MpServer', x=-506.88, y=6.19, z=20.88], EntityCephignis['Cephignis'/9910, l='MpServer', x=-506.00, y=7.97, z=21.00], EntityZoataur['Zoataur'/12542, l='MpServer', x=-486.63, y=66.00, z=-86.63], EntityKobold['Kobold'/9911, l='MpServer', x=-534.75, y=42.00, z=56.38], EntityCephignis['Cephignis'/9904, l='MpServer', x=-595.18, y=51.84, z=22.92], EntityCephignis['Cephignis'/9905, l='MpServer', x=-596.96, y=52.28, z=25.03], EntityCephignis['Cephignis'/9906, l='MpServer', x=-594.03, y=52.09, z=24.97], EntityCephignis['Cephignis'/9907, l='MpServer', x=-593.94, y=52.03, z=21.94], EntityCephignis['Cephignis'/10159, l='MpServer', x=-674.09, y=34.28, z=-102.91], EntityKobold['Kobold'/10158, l='MpServer', x=-673.69, y=35.00, z=-100.56], EntityCephignis['Cephignis'/10157, l='MpServer', x=-677.81, y=34.03, z=-108.00], EntityKobold['Kobold'/9918, l='MpServer', x=-512.69, y=15.00, z=61.66], EntityCephignis['Cephignis'/10156, l='MpServer', x=-674.09, y=34.09, z=-108.88], EntityCephignis['Cephignis'/10155, l='MpServer', x=-676.31, y=34.06, z=-105.94], EntityCephignis['Cephignis'/10154, l='MpServer', x=-677.97, y=34.00, z=-103.59], EntityCephignis['Cephignis'/9913, l='MpServer', x=-601.13, y=36.00, z=-28.13], EntityCreeper['Creeper'/12530, l='MpServer', x=-471.50, y=64.00, z=71.50], EntityItemFrame['entity.ItemFrame.name'/9863, l='MpServer', x=-553.94, y=119.50, z=8.50], EntityChicken['Chicken'/9862, l='MpServer', x=-551.69, y=65.00, z=3.31], EntityChicken['Chicken'/9861, l='MpServer', x=-551.13, y=65.00, z=3.84], EntityChicken['Chicken'/9860, l='MpServer', x=-551.84, y=65.00, z=3.84], EntityCow['Cow'/9859, l='MpServer', x=-543.47, y=65.00, z=9.41], EntityChicken['Chicken'/9858, l='MpServer', x=-548.81, y=65.00, z=2.72], EntityCow['Cow'/9857, l='MpServer', x=-543.47, y=65.00, z=10.53], EntityCow['Cow'/9856, l='MpServer', x=-548.13, y=65.00, z=9.34], EntityHorse['Horse'/9871, l='MpServer', x=-551.66, y=67.00, z=19.28], EntityCow['Cow'/9870, l='MpServer', x=-543.47, y=65.00, z=6.97], EntityGeonach['Geonach'/9869, l='MpServer', x=-543.66, y=58.97, z=15.56], EntityItemFrame['entity.ItemFrame.name'/9868, l='MpServer', x=-551.50, y=88.50, z=-1.94], EntityPainting['Painting'/9867, l='MpServer', x=-562.06, y=120.00, z=12.00], EntityJengu['Jengu'/11794, l='MpServer', x=-539.50, y=62.00, z=-64.50], EntityPainting['Painting'/9866, l='MpServer', x=-562.06, y=120.00, z=7.00], EntityItemFrame['entity.ItemFrame.name'/9865, l='MpServer', x=-568.50, y=119.50, z=1.06], EntityItemFrame['entity.ItemFrame.name'/9864, l='MpServer', x=-566.06, y=119.50, z=9.50], EntityCephignis['Cephignis'/10117, l='MpServer', x=-430.00, y=18.06, z=64.00], EntityButterflyPainting['entity.ButterflyPainting.name'/9878, l='MpServer', x=-546.50, y=80.50, z=24.06], EntityButterfly['entity.Butterfly.name'/9879, l='MpServer', x=-546.25, y=78.63, z=27.78], EntityVillager['Villager'/9876, l='MpServer', x=-544.94, y=74.00, z=29.69], EntityButterfly['entity.Butterfly.name'/9877, l='MpServer', x=-546.56, y=78.03, z=28.47], EntityVillager['Villager'/9874, l='MpServer', x=-548.69, y=74.00, z=27.50], EntityVillager['Villager'/9875, l='MpServer', x=-547.84, y=74.00, z=29.69], EntityHorse['Horse'/9872, l='MpServer', x=-550.72, y=67.00, z=21.34], EntityVillager['Villager'/9873, l='MpServer', x=-548.69, y=74.00, z=25.50], EntityVillager['Villager'/9887, l='MpServer', x=-543.50, y=74.00, z=29.50], EntityChicken['Chicken'/9884, l='MpServer', x=-567.59, y=61.00, z=-11.53], EntityCephignis['Cephignis'/9885, l='MpServer', x=-528.03, y=10.06, z=-9.38], EntityPainting['Painting'/9882, l='MpServer', x=-570.00, y=119.50, z=23.06], EntityPainting['Painting'/9883, l='MpServer', x=-567.00, y=120.00, z=25.94], EntityPainting['Painting'/9880, l='MpServer', x=-562.06, y=119.50, z=20.00], EntityPainting['Painting'/9881, l='MpServer', x=-572.00, y=120.00, z=25.94], EntityCephignis['Cephignis'/9953, l='MpServer', x=-540.03, y=9.06, z=103.03], EntityCephignis['Cephignis'/9952, l='MpServer', x=-541.09, y=9.66, z=105.09], EntityCephignis['Cephignis'/9955, l='MpServer', x=-520.22, y=4.84, z=111.56], EntityCephignis['Cephignis'/9954, l='MpServer', x=-517.47, y=5.07, z=111.19], EntityPainting['Painting'/9892, l='MpServer', x=-577.50, y=119.50, z=25.94], EntityPainting['Painting'/9893, l='MpServer', x=-577.00, y=119.50, z=23.06], EntityCephignis['Cephignis'/9959, l='MpServer', x=-451.97, y=9.00, z=-36.97], EntityPainting['Painting'/9890, l='MpServer', x=-581.06, y=120.00, z=13.00], EntityCephignis['Cephignis'/9958, l='MpServer', x=-481.97, y=9.13, z=90.97], EntityPainting['Painting'/9891, l='MpServer', x=-581.06, y=119.50, z=18.00], EntityCephignis['Cephignis'/9961, l='MpServer', x=-449.63, y=9.09, z=-35.59], EntityCephignis['Cephignis'/9960, l='MpServer', x=-448.41, y=9.73, z=-36.19], EntityCreeper['Creeper'/12450, l='MpServer', x=-587.50, y=65.00, z=-37.50], EntityCephignis['Golden Cephignis'/9965, l='MpServer', x=-511.91, y=5.22, z=107.91], EntityPainting['Painting'/9882, l='MpServer', x=-570.00, y=119.50, z=23.06], EntityPainting['Painting'/9883, l='MpServer', x=-567.00, y=120.00, z=25.94], EntityCephignis['Cephignis'/9968, l='MpServer', x=-575.97, y=55.00, z=118.97], EntityPainting['Painting'/9881, l='MpServer', x=-572.00, y=120.00, z=25
.94], EntityCephignis['Cephignis'/9969, l='MpServer', x=-433.03, y=10.19, z=30.16], EntityPainting['Painting'/9880, l='MpServer', x=-562.06, y=119.50, z=20.00], EntityKobold['Kobold'/9970, l='MpServer', x=-440.28, y=21.00, z=26.53], EntityCephignis['Cephignis'/9971, l='MpServer', x=-475.81, y=8.19, z=92.00], EntityCephignis['Cephignis'/9972, l='MpServer', x=-474.47, y=8.19, z=94.97], EntityCephignis['Cephignis'/9973, l='MpServer', x=-472.16, y=6.00, z=95.84], EntityCephignis['Cephignis'/9974, l='MpServer', x=-609.47, y=34.09, z=109.91], EntityRabbit['Rabbit'/9975, l='MpServer', x=-485.25, y=46.00, z=104.75], EntityRabbit['Rabbit'/9976, l='MpServer', x=-485.25, y=46.00, z=104.05], EntityCephignis['Cephignis'/9978, l='MpServer', x=-578.59, y=55.00, z=117.06], EntityCephignis['Cephignis'/9979, l='MpServer', x=-577.88, y=55.09, z=121.00], EntityCephignis['Cephignis'/9980, l='MpServer', x=-582.06, y=54.88, z=124.06], EntityCephignis['Cephignis'/9981, l='MpServer', x=-580.75, y=55.25, z=116.91], EntityCephignis['Cephignis'/9982, l='MpServer', x=-579.54, y=55.08, z=126.19], EntityPainting['Painting'/9867, l='MpServer', x=-562.06, y=120.00, z=12.00], EntityCephignis['Cephignis'/9983, l='MpServer', x=-521.59, y=8.72, z=116.91], EntityPainting['Painting'/9866, l='MpServer', x=-562.06, y=120.00, z=7.00], EntityCephignis['Cephignis'/9923, l='MpServer', x=-482.03, y=8.13, z=29.03], EntityFrostweaver['Frostweaver'/12106, l='MpServer', x=-511.50, y=72.00, z=-80.50], EntityCephignis['Cephignis'/9927, l='MpServer', x=-508.72, y=19.78, z=-34.06], EntityCephignis['Cephignis'/9926, l='MpServer', x=-604.06, y=44.09, z=-40.28], EntityCephignis['Golden Cephignis'/9925, l='MpServer', x=-606.91, y=43.00, z=-43.09], EntityHorse['Donkey'/9924, l='MpServer', x=-594.34, y=66.00, z=48.72], EntityCephignis['Cephignis'/9931, l='MpServer', x=-482.58, y=6.19, z=37.57], EntityCephignis['Cephignis'/9930, l='MpServer', x=-482.16, y=3.00, z=37.19], EntityJengu['Jengu'/12422, l='MpServer', x=-633.50, y=64.00, z=42.50], EntityCephignis['Cephignis'/9935, l='MpServer', x=-609.31, y=44.19, z=-41.53], EntityCephignis['Cephignis'/9934, l='MpServer', x=-608.00, y=44.09, z=-37.84], EntityCephignis['Scarlet Cephignis'/9933, l='MpServer', x=-610.16, y=44.00, z=-34.84], EntityKobold['Kobold'/9932, l='MpServer', x=-487.13, y=38.00, z=43.88], EntityCephignis['Cephignis'/9938, l='MpServer', x=-486.22, y=4.13, z=60.50], EntityKobold['Kobold'/9937, l='MpServer', x=-478.41, y=51.00, z=0.59], EntityCephignis['Cephignis'/9942, l='MpServer', x=-479.97, y=8.00, z=26.97], EntityCephignis['Cephignis'/9941, l='MpServer', x=-471.13, y=6.00, z=-3.47], EntityCephignis['Cephignis'/9946, l='MpServer', x=-513.13, y=9.19, z=90.88], EntityCephignis['Cephignis'/9947, l='MpServer', x=-480.78, y=5.06, z=72.78], EntityKobold['Kobold'/12114, l='MpServer', x=-563.72, y=68.00, z=-77.59], EntityCephignis['Cephignis'/9945, l='MpServer', x=-474.75, y=3.31, z=35.75], EntityCephignis['Cephignis'/9950, l='MpServer', x=-557.63, y=5.09, z=104.06], EntityCephignis['Cephignis'/9951, l='MpServer', x=-558.97, y=7.06, z=104.63], EntityCephignis['Cephignis'/9949, l='MpServer', x=-510.53, y=10.13, z=92.47]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
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 8.1 (amd64) version 6.3
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 202520408 bytes (193 MB) / 536870912 bytes (512 MB) up to 536870912 bytes (512 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -XX:MaxPermSize=256m -XX:+UseG1GC -XX:MaxGCPauseMillis=4 -Xmx512m -Xms512m -Xss50m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.3.1428 101 mods loaded, 100 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.10.99.99} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.13.3.1428} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{1.0.3.26} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.0.3.56} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.56-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
battlegear2{1.0.6.1} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AncientWarfare{2.2.68-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.2.68-beta-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AncientWarfareAutomation{2.2.68-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.2.68-beta-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AncientWarfareModeler{2.2.68-beta-MC1.7.10} [Ancient Warfare Model Editor] (ancientwarfare-2.2.68-beta-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AncientWarfareNEIPlugin{2.2.68-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.2.68-beta-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AncientWarfareNpc{2.2.68-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.2.68-beta-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AncientWarfareStructure{2.2.68-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.2.68-beta-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AncientWarfareVehicle{2.2.68-beta-MC1.7.10} [Ancient Warfare Vehicles] (ancientwarfare-2.2.68-beta-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
antiqueatlas{4.0.1a-1.7.2} [Antique Atlas] (antiqueatlas-4.0.1a-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (cofhcore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Artifice{1.7.10R1.1.4} [Artifice] (artifice-1.7-1.1.4-300.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
asielib{0.3.2} [asielib] (AsieLib-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
iChunUtil{4.0.0} [iChunUtil] (ichunutil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BackTools{4.0.0} [BackTools] (backtools-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BattleTowers{1.4.9} [Battle Towers] (battletowers-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FLabsBF{4.1.1} [Better Furnaces] (better_furnaces_V4.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
betterstorage{0.10.0.112-dev} [BetterStorage] (betterstorage-1.7.10-0.10.1.113.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BiblioWoodsEBXL{1.2} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.2].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
butterflymania{1.3} [Butterfly Mania] (butterflymania-1.7.10-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CarpentersBlocks{3.3.1 DEV} [Carpenter's Blocks] (Carpenter's Blocks v3.3.1 DEV - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ChestTransporter{1.1.10} [Chest Transporter] (chesttransporter-1.1.10-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
chocolateQuest{0.0} [Chocolate Quest] (chocolatequest-1.7.10-BETA2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
cosmeticarmorreworked{1.7.10-v5b} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v5b.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
customrecipes{4.72} [Custom Recipes] (customrecipes-1.7.10-4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] (damageindicatorsmod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights{1.3.5} [Dynamic Lights] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_mobEquipment{1.0.5} [Dynamic Lights Mob Equipment Light Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (dynamiclights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
eplus{1.7.10-3.0.1} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ExtrabiomesXL{3.16.0} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FastCraft{1.9} [FastCraft] (fastcraft-1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FinderCompass{1.7.10} [Finder Compass] (findercompass-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GardenContainers{1.7.10-1.6.8} [Garden Containers] (GardenStuff-1.7.10-1.6.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GardenCore{1.7.10-1.6.8} [Garden Core] (GardenStuff-1.7.10-1.6.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GardenStuff{1.7.10-1.6.8} [Garden Stuff] (GardenStuff-1.7.10-1.6.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GardenTrees{1.7.10-1.6.8} [Garden Trees] (GardenStuff-1.7.10-1.6.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
InfernalMobs{1.6.0} [Infernal Mobs] (infernalmobs-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
inventorytweaks{1.59-dev-155-5dbbb14} [Inventory Tweaks] (InventoryTweaks-1.59-dev-155.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
legendgear{2.b.0.3} [Legend Gear 2] (legendgear-1.7.10-2.b.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
levelup{0.10} [Level Up!] (LevelUp!-0.10(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LostBooks{1.2.2} [Lost Books] (lostbooks-1.7.10-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
lycanitesmobs{1.9.1b - MC 1.7.10} [Lycanites Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
arcticmobs{1.9.1b - MC 1.7.10} [Lycanites Arctic Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
demonmobs{1.9.1b - MC 1.7.10} [Lycanites Demon Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
desertmobs{1.9.1b - MC 1.7.10} [Lycanites Desert Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
forestmobs{1.9.1b - MC 1.7.10} [Lycanites Forest Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
freshwatermobs{1.9.1b - MC 1.7.10} [Lycanites Freshwater Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
infernomobs{1.9.1b - MC 1.7.10} [Lycanites Inferno Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
junglemobs{1.9.1b - MC 1.7.10} [Lycanites Jungle Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mountainmobs{1.9.1b - MC 1.7.10} [Lycanites Mountain Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
plainsmobs{1.9.1b - MC 1.7.10} [Lycanites Plains Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
saltwatermobs{1.9.1b - MC 1.7.10} [Lycanites Saltwater Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
swampmobs{1.9.1b - MC 1.7.10} [Lycanites Swamp Mobs] (lycanitesmobscomplete 1.9.1b [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MagicYarn{1.1.5} [Magic Yarn] (magicyarn-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MapWriter{2.1.2} [MapWriter] (mapwriter-1.7.10-2.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
necromancy{1.7.0} [Necromancy] (necromancy-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ProjectZulu|Core{1.7.10.1.3a} [Project Zulu 1.7.10] (projectzulu-1.7.10-1.3a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
qCraft{1.2} [qCraft] (qCraft1.2[1.7.2].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
xreliquary{1.2} [Reliquary] (Reliquary-1.2.200.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Roguelike{1.3.5} [Roguelike Dungeons] (roguelike-1.7.10-1.3.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
RopesPlus{1.6.3} [Ropes+] (ropeplus-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
secretroomsmod{@VERSION@} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.372.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
SSR{Alpha 0.9a} [Soul Shards: Reborn] (ssr_alpha0.9c.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
statues{2.1.4} [Statues] (statues-1.7.10-2.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TConstruct{1.7.10-1.7.1.build748} [Tinkers' Construct] (TConstruct-1.7.10-1.7.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
bspkrsCore{6.13} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.13.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Treecapitator{1.7.2} [Treecapitator] (treecapitator-universal-2.0.3[1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
warpbook{2.0.null} [Warp Book] (warpbook-1.7.10_2.0.35.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
wildcaves3{0.4.3.6} [Wild Caves 3] (wildcaves3-0.4.3.6(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
WorldStateCheckpoints{1.7.10.r02} [WorldStateCheckpoints] (worldstatecheckpoints-client-1.7.10.r02.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
xan_personalizedRecipes{beta_1.7.10-2.1.0} [Personalized Recipes] (Personalized-Recipes-1.7.10_beta-2.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
asielibcore{} [AsieLib CoreMod] (minecraft.jar) Unloaded->Disabled
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics 4000'
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.3.1428-1.7.10
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4276, Intel
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)
http://www.minecraftforge.net/forum/index.php?topic=16355.0
This.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
https://github.com/MinecraftForge/MinecraftForge/issues/1687
I started doing more playing and designing and building, so it's prodded me to add some more content I want. A sample of what's coming in the next release:
Mods I Develop: Garden Stuff -- Storage Drawers -- Hunger Strike
Tools I Develop: NBTExplorer -- Substrate
Oooh, wonderful looking!