GithubHelp home page GithubHelp logo

darkhax-minecraft / bookshelf Goto Github PK

View Code? Open in Web Editor NEW
140.0 8.0 37.0 3.76 MB

A library mod which adds additional code support beyond what is provided by Forge.

License: GNU Lesser General Public License v2.1

Java 100.00%
hacktoberfest

bookshelf's Introduction

Bookshelf

Bookshelf provides code, frameworks, and utilities that other mods can use. Many mods make use of Bookshelf and it's shared code to power their own mods.

Why use a library mod?

Library mods like Bookshelf allow many seemingly unrelated mods to share parts of the same reusable code base. This reduces the amount of time and effort required to develop certain mods and features. The shared code is also tested in a wider range of circumstances and communities which can lead to less bugs and a lower performance impact.

Feature List

Maven Dependency

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

repositories {

    maven { url 'https://maven.blamejared.com' }
}

dependencies {

    // Forge devs
    // EXAMPLE: compile "net.darkhax.bookshelf:Bookshelf-Forge-1.19.2:16.1.11"
    // compile "net.darkhax.bookshelf:Bookshelf-Forge-MCVERSION:BOOKSHELF_VERSION"

    // Fabric / Quilt devs
    // EXAMPLE: modImplementation "net.darkhax.bookshelf:Bookshelf-Fabric-1.19.2:16.1.11"
    // modImplementation "net.darkhax.bookshelf:Bookshelf-Fabric-MCVERSION:BOOKSHELF_VERSION"

    // Common / MultiLoader / Vanilla
    // EXAMPLE: compileOnly group: 'net.darkhax.bookshelf', name: "Bookshelf-Common-1.19.2", version: 16.1.11
    // compileOnly group: 'net.darkhax.bookshelf', name: "Bookshelf-Common-MCVERSION", version: BOOKSHELF_VERSION
}

Jar Signing

As of January 11th 2021 officially published builds will be signed. You can validate the integrity of these builds by comparing their signatures with the public fingerprints.

Hash Fingerprint
MD5 12F89108EF8DCC223D6723275E87208F
SHA1 46D93AD2DC8ADED38A606D3C36A80CB33EFA69D1
SHA256 EBC4B1678BF90CDBDC4F01B18E6164394C10850BA6C4C748F0FA95F2CB083AE5

bookshelf's People

Contributors

3tusk avatar alibekaytjan avatar altegar avatar championash5357 avatar cyber01 avatar daflh avatar darkhax avatar emirhangg avatar eufranio avatar fanksies avatar fitfc avatar girafistudios avatar greg-21 avatar hugoalh avatar ilexiconn avatar jaredlll08 avatar jriwanek avatar lclc98 avatar mindy15963 avatar neerwan avatar rascalniki avatar rbaumert avatar robaimes avatar ruintd avatar sanandreap avatar sewef avatar smoong951 avatar unroman avatar upcraftlp avatar xuyuere avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bookshelf's Issues

Bookshelf crash in SSP world load. New world not previously generated.

When starting "All the Mods" version 0.0.0.9 from Curse with Bookshelf 1.9.4-1.2.1.251 loaded, JEI failes to start. As per your post for issue #34 the most recent version of JEI is being used.
This is the crash report generated: http://pastebin.com/t3Lp3aNw

If version 250 of Bookshelf is used, The world loads with no issues. It would appear that there is a bug within the most recent release of Bookshelf causing a crash against the most recent release of JEI.

Invalid registration attempt for an Ore Dictionary

Heyo

Saw this in the log, thought you should know.

[13:26:12] [Client thread/WARN] [FML]: ****************************************
[13:26:12] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockBed has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
[13:26:12] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:601)
[13:26:12] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:587)
[13:26:12] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:586)
[13:26:12] [Client thread/WARN] [FML]: *  at net.darkhax.bookshelf.features.oredict.FeatureOreDict.onPreInit(FeatureOreDict.java:62)
[13:26:12] [Client thread/WARN] [FML]: *  at net.darkhax.bookshelf.Bookshelf.preInit(Bookshelf.java:42)
[13:26:12] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[13:26:12] [Client thread/WARN] [FML]: ****************************************

Versions

  • Minecraft 1.11.2
  • Bookshelf-1.11.2-1.5.0.371

Crash When Load Minecraft 10.2

Mod versión 1.4.4.347

---- Minecraft Crash Report ----

WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
IC2core (industrialcraft-2-2.6.142-ex110.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.3.3.1.jar)
CAFMLPlugin ([1.10]CraftableAnimals v2.6.0.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
Contact their authors BEFORE contacting forge

// I feel sad now :(

Time: 5/28/17 12:23 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Bookshelf (bookshelf)
Caused by: java.lang.IllegalAccessError
at net.darkhax.bookshelf.features.attribcap.FeatureAttributeFix.onPreInit(FeatureAttributeFix.java:36)
at net.darkhax.bookshelf.Bookshelf.preInit(Bookshelf.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(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:

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_131, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 971231208 bytes (926 MB) / 2965897216 bytes (2828 MB) up to 6681526272 bytes (6372 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2297 Optifine OptiFine_1.10.2_HD_U_D7 109 mods loaded, 109 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2297.jar)
UCH Forge{12.18.3.2297} [Minecraft Forge] (forge-1.10.2-12.18.3.2297.jar)
UCH mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCH NewThings{1.0 - 1.10.2} [NewThings] (101 New Things MOD 1.0-1.10.2.jar)
UCH CraftableAnimals{2.6.0} [Craftable Animals] ([1.10]CraftableAnimals v2.6.0.jar)
UCH abyssalcraft{1.9.4-pre-2} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4-pre-2.jar)
UCH actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCH advancedswords{1.3.0} [Advanced Swords] (Advanced-Swords-1.10.2&1.9.4.jar)
UCH infinitylib{1.10.2-0.10.0} [InfinityLib] (infinitylib-0.10.0.jar)
UCH agricraft{2.0.0-0.8.0-a13} [AgriCraft] (agricraft-2.0.0-0.8.0-a13.jar)
UCH CookingPlus{0.8.9} [The Agricultural Revolution] (Agricultural Revolution-1.10.2-0.8.9.jar)
UCH chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
UCH koresample{1.10.2-L1} [Kore Sample] (koresample-1.10.2-L1.1.jar)
UCH Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCH StorageDrawers{1.10.2-3.2.7} [Storage Drawers] (StorageDrawers-1.10.2-3.2.7.jar)
UCH dendrology{1.10.2-L1.0.2} [Ancient Trees] (Ancient-Trees-Mod-1.10.2.jar)
UCH thedragoncore{1.10.2-1.0.2.0} [TheDragonCore] (thedragoncore-1.10.2-1.0.2.0.jar)
UCH armorplus{1.10.2-6.0.5.1} [ArmorPlus] (armorplus-1.10.2-6.0.5.1.jar)
UCH backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCH battletowers{1.5.5} [Battle Towers] (BattleTowers-1.10.2.jar)
UCH Baubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
UCH bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCH betteragriculture{1.0.1} [Better Agriculture] (BetterAgriculture-[1.10.2]-1.0.1.jar)
UCH malisiscore{1.10.2-4.3.0} [MalisisCore] (malisiscore-1.10.2-4.3.0.jar)
UCH malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCH bigdoors{1.10.2-1.3.0} [Big Doors] (BigDoors-1.10.2-1.3.0.jar)
UCH BiomesOPlenty{5.0.0.2080} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2080-universal.jar)
UCH guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCH BloodMagic{1.9.4-2.0.4-58} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.4-58.jar)
UCE bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCH ChestTransporter{2.5.12} [Chest Transporter] (ChestTransporter-1.10.2-2.5.12.jar)
UCH chiselsandbits{12.4} [Chisels & Bits] (chiselsandbits-12.4.jar)
UCH counter_guns{1.0.1} [Counter Guns] (CounterGuns-1.10.2-1.0.1.jar)
UCH craftablehorsearmour{1.2} [Craftable Horse Armour [CHA&S]] (CraftableHorseArmor-1.3.0-1.10.jar)
UCH customnpcs{1.9.0_beta} [CustomNPCs] (Custom-NPCs-Mod-1.10.2.jar)
UCH customspawner{3.10.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.0.jar)
UCH cyclopscore{0.10.4} [Cyclops Core] (CyclopsCore-1.9.4-0.10.4.jar)
UCH PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.5_1.10.2.jar)
UCH props{2.3.4} [Decocraft] (Decocraft-2.3.5_1.10.2.jar)
UCH mocreatures{10.0.0} [DrZhark's Mo'Creatures] (DrZhark's Mo'Creatures Mod-10.0.0.jar)
UCH DynamicLights{1.4.3} [Dynamic Lights] (DynamicLights-1.10.2.jar)
UCH DynamicLights_onFire{1.0.7} [Dynamic Lights Burning Entity Module] (DynamicLights-1.10.2.jar)
UCH DynamicLights_creepers{1.0.6} [Dynamic Lights Creeper Module] (DynamicLights-1.10.2.jar)
UCH DynamicLights_dropItems{1.1.0} [Dynamic Lights EntityItem Module] (DynamicLights-1.10.2.jar)
UCH DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.10.2.jar)
UCH DynamicLights_mobEquipment{1.1.0} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.10.2.jar)
UCH DynamicLights_flameArrows{1.0.1} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.10.2.jar)
UCH DynamicLights_floodLights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.10.2.jar)
UCH DynamicLights_otherPlayers{1.0.9} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.10.2.jar)
UCH DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.10.2.jar)
UCH dsurround{3.3.3.1} [Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.3.3.1.jar)
UCE eplus{4.1.0.102} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.108.jar)
UCH endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCH endercrop{1.9-1.2-1836} [Ender Crop] (endercrop-1.9.4-1.3.1.jar)
UCH EnderIO{1.10.2-3.1.183} [Ender IO] (EnderIO-1.10.2-3.1.183.jar)
UCH shetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
UCH endertanks{1.4.11} [EnderTanks] (endertanks-1.10.0-1.4.11.jar)
UCH enderutilities{0.6.5} [Ender Utilities] (enderutilities-1.10.2-0.6.5.jar)
UCH evilcraft{0.10.24} [EvilCraft] (EvilCraft-1.10.2-0.10.24.jar)
UCH golems{6.02} [Extra Golems] (ExtraGolems[1.10.2]-6.02.jar)
UCH IC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar)
UCH forestry{5.2.17.369} [Forestry] (forestry_1.10.2-5.2.17.369.jar)
UCH gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
UCH geneticsreborn{0.01} [Genetics Reborn] (geneticsreborn-mc1.10.2-v1.02.jar)
UCH geoactivity{2.2.3} [GeoActivity] (geoactivity-2.4.jar)
UCH fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
UCH graves{1.10.2-b28-universal} [Graves Mod] (Graves-1.10.2-b28-universal.jar)
UCH gravestone{1.5.4} [Gravestone] (GraveStone Mod 1.5.4.jar)
UCH reborncore{2.7.3.46} [RebornCore] (RebornCore-1.10.2-2.7.3.46-universal.jar)
UCH techreborn{1.4.6.67} [TechReborn] (TechReborn-1.10.2-1.4.6.67-universal.jar)
UCH hammerz{1.10.2-1.1.4.19} [Hammerz] (hammerz-1.10.2-1.1.4.19.jar)
UCH hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCH imc{1.12.1} [Improving Minecraft] (Improving Minecraft-1.12.1.jar)
UCH IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
UCH labyrinth{${version}} [Daedalus' Labyrinth] (Labyrinth-1.3.jar)
UCH levels{r1.2.8} [Levels] (Levels 2-1.10.2-r1.2.8.jar)
UCH levelup{${version}} [Level Up!] (LevelUp!-0.12.9-1.10.2.jar)
UCH lootbags{2.3.2} [Loot Bags] (LootBags-1.10.2-2.3.2.jar)
UCH LotsOfFood{1.12.0} [Lots of Food] (Lots of Food-1.12.0.jar)
UCH magneticraft{@Version@} [Magneticraft] (magneticraft-1.0.2-release.jar)
UCH mantle{1.10.2-1.1.1.194} [Mantle] (Mantle-1.10.2-1.1.1.jar)
UCH RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCH MCA{1.10.2-5.2.2} [Minecraft Comes Alive] (MCA-1.10.2-5.2.2-universal.jar)
UCH mod_quiver{1.10-1.2.2} [FF Quiver Mod] (mod_ffQuiver_forge-1.10-1.2.2.jar)
UCH morematerials{1.10.2-1.9.20160723.0} [More Materials] (morematerials-1.10.2-1.9.20160723.0.jar)
UCH cfm{4.1} [MrCrayfish's Furniture Mod] (MrCrayfishs-Furniture-Mod-1.10.2.jar)
UCH natura{1.10.2-4.1.0.29} [Natura] (natura-1.10.2-4.1.0.29.jar)
UCH recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCH ObsidianPack{1.0.0} [Obsidian Pack+] (Obsidian Pack+ [1.10.2].jar)
UCH harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCH playerraiders{1.3.6} [Raiders] (PlayerRaiders-1.10.2-1.3.6.jar)
UCH examplemod{1.0} [examplemod] (ProgressiveAutomation-1.10.2.jar)
UCH progressiveautomation{1.7.1} [Progressive Automation] (ProgressiveAutomation-1.10.2.jar)
UCH railcraft{10.0.0-beta-2} [Railcraft] (Railcraft_1.10.2-10.0.0-beta-2.jar)
UCH reborncore-mcmultipart{2.7.3.46} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.7.3.46-universal.jar)
UCH redstonic{1.5.3-2} [Redstonic] (Redstonic-1.5.3-2.jar)
UCH simplebarrels{1.25h} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25h.jar)
UCH SimpleUpgrades{2.1.7} [SimpleUpgrades] (simpleupgrades-1.10.2-2.1.7-release.jar)
UCH stairway{v04} [Stairway to Aether] (Stairway_1.10.02_v04.jar)
UCH subcommonlib{1.1} [Subaraki's Common Library] (SubLib-1.10.2.jar)
UCH tconstruct{1.10.2-2.5.3.jenkins387} [Tinkers' Construct] (TConstruct-1.10.2-2.5.3.jar)
UCE telepads{1.10.2 v1.0.1.2} [Telepads] (telepads-1.10.2-1.0.1.2.jar)
UCH TinkersAddons{1.0.5} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.5.jar)
UCH torohealthmod{1.10.2-1} [ToroHealth Damage Indicators] (torohealth-1.10.2-1.jar)
UCH treechopper{1.1.2} [Tree Chopper] (TreeChopper-1.10.2-1.1.2.jar)
UCH xlib{r2.0.1} [xLib] (xLib-1.10-r2.0.1.jar)
UCH YALSM{2.1.6} [Yet Another Leather Smelting Mod] (yalsm-2.1.6-mc1.9.4.jar)
Loaded coremods (and transformers):
MalisisCorePlugin (malisiscore-1.10.2-4.3.0.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
IC2core (industrialcraft-2-2.6.142-ex110.jar)

DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.3.3.1.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
CAFMLPlugin ([1.10]CraftableAnimals v2.6.0.jar)
naruto1310.craftableAnimals.vanilla.CATransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
shetiphian.core.asm.ClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 0' Renderer: 'AMD Radeon HD 7600M Series'
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)

Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselsandbitsIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* AbyssalCraftAPI (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Biome (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Block (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Condition (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Disruption (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Energy (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Entity (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Event (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Integration (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Internal (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Item (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Necronomicon (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Recipe (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Ritual (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* AbyssalCraftAPI|Spell (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-2.jar
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* AgriCraftAPI (1.0) from agricraft-2.0.0-0.8.0-a13.jar
	* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
	* BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.4-58.jar
	* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.12.jar
	* ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
	* ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.4.jar
	* CoFHAPI (1.8.9R1.2.0B1) from geoactivity-2.4.jar
	* cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* cofhapi|energy (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from Redstonic-1.5.3-2.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2.jar
	* Core (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Blocks (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Constants (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Entities (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Entities|Data (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Entities|Data|Role (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Events (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Handlers (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* Core|Handlers|Data (0.1) from Custom-NPCs-Mod-1.10.2.jar
	* CSLib|API (0.3.0) from Decocraft-2.3.5_1.10.2.jar
	* dsurroundAPI (1.0) from DynamicSurroundings-1.10.2-3.3.3.1.jar
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.183.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.183.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.183.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.183.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.369.jar
	* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.369.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
	* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
	* journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
	* journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
	* journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
	* journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
	* journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
	* Model Loading (0.0.0) from magneticraft-1.0.2-release.jar
	* railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.0-beta-2.jar
	* reborncoreAPI (2.7.3.46) from RebornCore-1.10.2-2.7.3.46-universal.jar
	* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
	* techrebornAPI (1.4.6.67) from TechReborn-1.10.2-1.4.6.67-universal.jar
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * Optifine is installed. This is NOT supported.
              * The RF API that is being used has no API annotation. This may lead to problems.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Ricardo%20Yamamoto/AppData/Roaming/.minecraft/mods/ElectricalAge_BETA-1.10_r50.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

OptiFine Version: OptiFine_1.10.2_HD_U_D7
Render Distance Chunks: 9
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13399 Compatibility Profile Context 0
OpenGlRenderer: AMD Radeon HD 7600M Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4

[Suggestion] getView method in net.darkhax.bookshelf.client.event.RenderItemEvent

Goal: To be able to retrieve where the item is being rendered so we can render accordingly
Views Needed:

  • 1st Person (left hand)
  • 1st Person (right hand)
  • 3rd Person (left hand)
  • 3rd Person (right hand)
  • head (i presume like the pumpkin mask)
  • gui (inventory slot)
  • fixed (frames)
  • ground

Return Type: ItemCameraTransforms.TransformType

Below is an image where it looks how I want it to in 1st person and 3rd, but not in the slot. I have no way (that I'm aware of) to be able to independently translate the item when it's in the slot.
Incorrect Item Rendering

Crash when disabling Bookshelves

When setting this to false, the launching of a pack crashes with this error:
http://pastebin.com/qeWGxWLG

This is the config

`bookshelves {
# Should the new varients be craftable? [default: true]
B:Crafting=true

# While enabled, new bookshelf varients for the other wood types will be added to the game [default: true]
B:Enabled=false

}

"player heads" {
# While enabled, variations of the vanilla mob heads will be added in the form of a new creative tab. [default: true]
B:Enabled=false
}`

Using Bookshelf-1.10-1.3.0.280

On Forge 1.10.2-12.18.0.2010

I know I'm using a 1.10 version on 1.10.2, but not setting those to false, and leaving them default, does allow the pack to launch.

PS: The crash also happens in 1.10 forge and its when setting to false the bookshelves.

Console spamming

my server console started spamming this multiple times a second
06.11 13:24:03 [Server] Bookshelf A TileEntity at %s in world %s failed a client update tick!
last server log file is over 100mb now

Bookshelf-1.10.2-1.4.2.331.jar
FTBserver-1.10.2-12.18.2.2119-universal.jar
pack is ftb infinity lite

not sure if relevant but the server is running sponge
spongeforge-1.10.2-2107-6.0.0-BETA-1871.jar

NullPointerException: Rendering entity in world

Minecraft 1.10.2

Description: Rendering entity in world
 
java.lang.NullPointerException: Rendering entity in world
    at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:250)
    at net.minecraft.client.renderer.ItemModelMesher.func_178084_b(ItemModelMesher.java:66)
    at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:44)
    at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:352)
    at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184393_a(RenderItemWrapper.java:354)
    at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
    at net.minecraft.client.renderer.entity.RenderEntityItem.func_76986_a(RenderEntityItem.java:115)
    at net.minecraft.client.renderer.entity.RenderEntityItem.func_76986_a(RenderEntityItem.java:19)
    at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:398)
    at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:375)
    at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:811)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1741)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1566)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1345)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

NullPointerException: Rendering entity in world

Description: Rendering entity in world

java.lang.NullPointerException: Rendering entity in world
	at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:249)
	at net.minecraft.client.renderer.ItemModelMesher.func_178084_b(ItemModelMesher.java:66)
	at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:44)
	at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:352)
	at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
	at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184393_a(RenderItemWrapper.java:341)
	at net.minecraft.client.renderer.entity.RenderEntityItem.func_76986_a(RenderEntityItem.java:115)
	at net.minecraft.client.renderer.entity.RenderEntityItem.func_76986_a(RenderEntityItem.java:19)
	at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:398)
	at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:375)
	at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:811)
	at shadersmod.client.ShadersRender.renderShadowMap(ShadersRender.java:361)
	at shadersmod.client.Shaders.beginRender(Shaders.java:4051)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1545)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1345)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
Stacktrace:
	at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:249)
	at net.minecraft.client.renderer.ItemModelMesher.func_178084_b(ItemModelMesher.java:66)
	at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:44)
	at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:352)
	at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
	at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184393_a(RenderItemWrapper.java:341)
	at net.minecraft.client.renderer.entity.RenderEntityItem.func_76986_a(RenderEntityItem.java:115)
	at net.minecraft.client.renderer.entity.RenderEntityItem.func_76986_a(RenderEntityItem.java:19)

-- Entity being rendered --
Details:
	Entity Type: Item (net.minecraft.entity.item.EntityItem)
	Entity ID: 6087
	Entity Name: ~~ERROR~~ NullPointerException: null
	Entity's Exact location: 140.79, 85.00, -1432.58
	Entity's Block location: World: (140,85,-1433), Chunk: (at 12,5,7 in 8,-90; contains blocks 128,0,-1440 to 143,255,-1425), Region: (0,-3; contains chunks 0,-96 to 31,-65, blocks 0,0,-1536 to 511,255,-1025)
	Entity's Momentum: 0.00, 0.00, 0.00
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null

-- Renderer details --
Details:
	Assigned renderer: net.minecraft.client.renderer.entity.RenderEntityItem@4ea2cf2d
	Location: -0.33,0.00,2.41 - World: (-1,0,2), Chunk: (at 15,0,2 in -1,0; contains blocks -16,0,0 to -1,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Rotation: 50.824074
	Delta: 0.75294924
Stacktrace:
	at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:398)
	at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:375)
	at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:811)
	at shadersmod.client.ShadersRender.renderShadowMap(ShadersRender.java:361)
	at shadersmod.client.Shaders.beginRender(Shaders.java:4051)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1545)

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['Tom'/6091, l='MpServer', x=141.11, y=85.00, z=-1434.99]]
	Chunk stats: MultiplayerChunkCache: 289, 289
	Level seed: 0
	Level generator: ID 07 - RTG, ver 0. Features enabled: false
	Level generator options: 
	Level spawn location: World: (64,77,-1360), Chunk: (at 0,4,0 in 4,-85; contains blocks 64,0,-1360 to 79,255,-1345), Region: (0,-3; contains chunks 0,-96 to 31,-65, blocks 0,0,-1536 to 511,255,-1025)
	Level time: 500195 game time, 635331 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: ~~ERROR~~ NullPointerException: null
	Retry entities: 0 total; []
	Server brand: fml,forge,sponge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
	at net.minecraft.client.main.Main.main(SourceFile:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

ASM not intialized (136), Startup crash (138)

Hi,
I'm getting a huge amount of those lines blowing up my latest.log (> 1 GB):
"The ASM has not been initialized, there is an error with your setup!"
At the moment I have added Bookshelf-1.7.10-1.0.3.136.jar.
This happens at world loading and continues then.
I have removed Enchanting Plus 4.0 beta temporarily because of an error I reported there.

The newest Bookshelf-1.7.10-1.0.3.138.jar caused a startup crash for me as I tried it.
latest.log.txt

Can you have a look into this, please?

Game keeps crashing

I tried to play minecraft with mods and it said that I needed to have bookshelf to play, but when I downloaded bookshelf, my minecraft crashed.
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
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.NoClassDefFoundError: thehippomaster/MutantCreatures/MutantSkeleton
at thehippomaster.MutantCreatures.item.ChemicalX.(ChemicalX.java:83)
at thehippomaster.MutantCreatures.MutantCreatures.preInit(MutantCreatures.java:91)
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.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at 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.preinitializeMods(Loader.java:556)
... 10 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.MutantCreatures.MutantSkeleton
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)
... 38 more
Caused by: java.lang.NoClassDefFoundError: thehippomaster/AnimationAPI/IAnimatedEntity
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 40 more
Caused by: java.lang.ClassNotFoundException: thehippomaster.AnimationAPI.IAnimatedEntity
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)
... 44 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: 385265080 bytes (367 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
Mod Pack: ERROR NullPointerException: null
LiteLoader Mods: ERROR NullPointerException: null
LaunchWrapper: 41 active transformer(s)
- Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
- Transformer: net.minecraftforge.classloading.FluidIdTransformer
- Transformer: mods.battlegear2.coremod.transformers.EntityPlayerTransformer
- Transformer: mods.battlegear2.coremod.transformers.ModelBipedTransformer
- Transformer: mods.battlegear2.coremod.transformers.NetClientHandlerTransformer
- Transformer: mods.battlegear2.coremod.transformers.NetServerHandlerTransformer
- Transformer: mods.battlegear2.coremod.transformers.PlayerControllerMPTransformer
- Transformer: mods.battlegear2.coremod.transformers.ItemRendererTransformer
- Transformer: mods.battlegear2.coremod.transformers.MinecraftTransformer
- Transformer: mods.battlegear2.coremod.transformers.ItemInWorldTransformer
- Transformer: mods.battlegear2.coremod.transformers.EntityAIControlledByPlayerTransformer
- Transformer: mods.battlegear2.coremod.transformers.EntityOtherPlayerMPTransformer
- Transformer: mods.battlegear2.coremod.transformers.EntityTrackerTransformer
- Transformer: codechicken.lib.asm.ClassHeirachyManager
- Transformer: codechicken.core.asm.InterfaceDependancyTransformer
- Transformer: codechicken.core.asm.TweakTransformer
- Transformer: codechicken.core.asm.DelegatedTransformer
- Transformer: codechicken.core.asm.DefaultImplementationTransformer
- Transformer: codechicken.nei.asm.NEITransformer
- Transformer: com.mumfrey.liteloader.transformers.event.EventProxyTransformer
- Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.CrashReportTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
- Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
- Transformer: mods.battlegear2.coremod.transformers.BattlegearAccessTransformer
- Transformer: codechicken.core.asm.CodeChickenAccessTransformer
- Transformer: net.malisis.core.asm.MalisisCoreAccessTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ModAccessTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ItemStackTransformer
- Transformer: net.darkhax.bookshelf.asm.BookshelfTransformerManager
- Transformer: net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
- Transformer: net.malisis.core.util.chunkblock.ChunkBlockTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.TerminalTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.LiteLoaderEventInjectionTransformer
- Transformer: com.mumfrey.liteloader.client.transformers.MinecraftOverlayTransformer
- Transformer: com.mumfrey.liteloader.common.transformers.LiteLoaderPacketTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.1614 48 mods loaded, 48 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} Minecraft Coder Pack
UCH FML{7.10.99.99} Forge Mod Loader
UCH Forge{10.13.4.1614} Minecraft Forge
UCH CodeChickenCore{1.0.7.47} CodeChicken Core
UCH NotEnoughItems{1.0.5.120} Not Enough Items
UCH FamiliarsAPI{1.7.10} Familiars API
UCH battlegear2{1.0.5.6} Mine & Blade Battlegear 2 - Bullseye
UCH dungeonpack{1.7.10-1.0} [Dungeon Pack](14174895548_Dungeon-Pack-Mod-1.7.10 %281%29.jar)
UCH lucky{5.1.0} Lucky Block
UCH bspkrsCore{6.15} bspkrsCore
UCH Treecapitator{1.7.10} Treecapitator
UCH DamageIndicatorsMod{3.2.0} Damage Indicators
UCH pandorasbox{2.0.1} Pandora's Box
UCH animatedplayer{1.5.1} Animated Player Mod
UCH nevermine{2.3} AdventOfAscension
UCH gibby_dungeons{1.5} [Arcana RPG](Arcana RPG 1.5 - 1.7.10.jar)
UCH Backpack{2.0.1} Backpack
UCH iChunUtil{4.1.3} iChunUtil
UCH BackTools{4.0.0} BackTools
UCH bookshelf{1.0.4.172} Bookshelf
UCH cfm{3.4.8} §9MrCrayfish's Furniture Mod
UCH CustomPets{1.0.3} Custom Pets
UCH PTRModelLib{1.0.0} PTRModelLib
UCH props{2.2.1} Decocraft
UCH eplus{3.0.2-d} Enchanting Plus
UCH golems{1.20} Extra Golems
UCH DefaultMobPack{1.7.10} DefaultMobPack
UCH ExtendedFamPack{1.7.10} ExtendedFamPack
UCH HerobrineFamPack{1.7.10} HerobrineFamPack
UCH grim3212core{V0.2 - 1.7.10} Grim3212 Core
UCH Hats{4.0.1} Hats
UCH headcrumbs{1.7.4} Headcrumbs
UCH InfernalMobs{1.6.0} Infernal Mobs
UCH lootbags{2.0.8} Loot Bags
UCH malisiscore{1.7.10-0.14.3} MalisisCore
UCH malisisdoors{1.7.10-1.13.2} Malisis' Doors
UCH MobAmputation{4.0.1} MobAmputation
UCH MobDismemberment{4.0.0} MobDismemberment
UCH Morph{0.9.1} Morph
UCE MutantCreatures{1.4.9} Mutant Creatures
UCH mwaw{1.7.10-0.0.7} Elemental Witch Mod
UCH pokeball{V0.1 - 1.7.10} Pokeball
UCH RottenFleshToLeather{1.7.10-2.0} Rotten Flesh to Leather
UCH AS_Ruins{15.4} Ruins Spawning System
UCH telepads{1.0.0} [Telepads](Telepads 1.7.10 Full Release 3.1.jar)
UCH Torched{4.0.0} Torched
UCH AS_UpdateCheck{1.1.7} AtomicStryker Update Check Mod
UCH youtubers{1.8.0} Youtubers+ Mod
GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 4600'

Crashing on Client world load and server startup

---- Minecraft Crash Report ----
// My bad.

Time: 10/24/15 8:46 AM
Description: Ticking entity

java.lang.NoSuchFieldError: vanillaVillagers
at net.darkhax.bookshelf.util.Utilities.(Utilities.java:632)
at net.darkhax.bookshelf.handler.ForgeEventHandler.onEntityUpdate(ForgeEventHandler.java:24)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_207_ForgeEventHandler_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.passive.EntityHorse.func_70071_h_(EntityHorse.java:1001)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

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

-- Head --
Stacktrace:
at net.darkhax.bookshelf.util.Utilities.(Utilities.java:632)
at net.darkhax.bookshelf.handler.ForgeEventHandler.onEntityUpdate(ForgeEventHandler.java:24)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_207_ForgeEventHandler_onEntityUpdate_LivingUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.entity.passive.EntityHorse.func_70071_h_(EntityHorse.java:1001)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
Entity Type: EntityHorse (net.minecraft.entity.passive.EntityHorse)
Entity ID: 2663
Entity Name: Donkey
Entity's Exact location: 279.36, 67.00, -137.52
Entity's Block location: World: (279,67,-138), Chunk: (at 7,4,6 in 17,-9; contains blocks 272,0,-144 to 287,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: world
All players: 0 total; []
Chunk stats: ServerChunkCache: 626 Drop: 0
Level seed: -7970208177101388888
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (248,64,4), Chunk: (at 8,4,4 in 15,0; contains blocks 240,0,0 to 255,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1778450 game time, 662291 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 5580 (now: false), thunder time: 5925 (now: true)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3607558680 bytes (3440 MB) / 4277534720 bytes (4079 MB) up to 4277534720 bytes (4079 MB)
JVM Flags: 7 total; -Xms4G -Xmx4G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 13, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 CoFHTweaks v1.0.0RC1 Minecraft Forge 10.13.4.1517 115 mods loaded, 115 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} Minecraft Coder Pack
UCHIJAAAA FML{7.10.99.99} Forge Mod Loader
UCHIJAAAA Forge{10.13.4.1517} Minecraft Forge
UCHIJAAAA CodeChickenCore{1.0.7.47} CodeChicken Core
UCHIJAAAA Micdoodlecore{} Micdoodle8 Core
UCHIJAAAA NotEnoughItems{1.0.5.118} Not Enough Items
UCHIJAAAA OpenModsCore{0.8} OpenModsCore
UCHIJAAAA {000} CoFH ASM
UCHIJAAAA {0} DragonAPI ASM Data Initialization
UCHIJAAAA oresheepmod{v2.4} Ore Sheep
UCHIJAAAA Sentries{1.7.2} Sentries
UCHIJAAAA bspkrsCore{6.16} bspkrsCore
UCHIJAAAA Treecapitator{1.7.10} Treecapitator
UCHIJAAAA deconstruction{2.2.5} The Deconstruction Mod
UCHIJAAAA CoFHCore{1.7.10R3.0.3} CoFH Core
UCHIJAAAA BuildCraft|Core{7.1.11} BuildCraft
UCHIJAAAA AncientWarfare{2.4.83-beta-MC1.7.10} Ancient Warfare Core
UCHIJAAAA AncientWarfareAutomation{2.4.83-beta-MC1.7.10} Ancient Warfare Automation
UCHIJAAAA AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} Ancient Warfare NEI Plugin
UCHIJAAAA AncientWarfareNpc{2.4.83-beta-MC1.7.10} Ancient Warfare NPCs
UCHIJAAAA AncientWarfareStructure{2.4.83-beta-MC1.7.10} Ancient Warfare Structures
UCHIJAAAA AncientWarfareVehicle{2.4.83-beta-MC1.7.10} Ancient Warfare Vehicles
UCHIJAAAA Baubles{1.0.1.10} Baubles
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0} Thermal Foundation
UCHIJAAAA ThermalExpansion{1.7.10R4.0.3B1} Thermal Expansion
UCHIJAAAA BigReactors{0.4.3A} Big Reactors
UCHIJAAAA BuildCraft|Energy{7.1.11} BC Energy
UCHIJAAAA IC2{2.2.780-experimental} IndustrialCraft 2
UCHIJAAAA GalacticraftCore{3.0.11} Galacticraft Core
UCHIJAAAA GalacticraftMars{3.0.11} Galacticraft Planets
UCHIJAAAA BuildCraft|Builders{7.1.11} BC Builders
UCHIJAAAA BuildCraft|Factory{7.1.11} BC Factory
UCHIJAAAA Thaumcraft{4.2.3.5} Thaumcraft
UCHIJAAAA Railcraft{9.7.0.0} Railcraft
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} Mantle
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded
UCHIJAAAA Waila{1.5.10} Waila
UCHIJAAAA TConstruct{1.7.10-1.8.7.build979} Tinkers' Construct
UCHIJAAAA B0bGrowsOre{2.3.1} [B0bGary's Growable Ores](B0bGary's Growable Ores-2.3.1 for 1.7.10.jar)
UCHIJAAAA Backpack{2.0.1} Backpack
UCHIJAAAA BiblioCraft{1.11.2} BiblioCraft
UCHIJAAAA bookshelf{1.0.1.47} Bookshelf
UCHIJAAAA BuildCraft|Transport{7.1.11} BC Transport
UCHIJAAAA BuildCraft|Silicon{7.1.11} BC Silicon
UCHIJAAAA BuildCraft|Robotics{7.1.11} BC Robotics
UCHIJAAAA BuildCraft|Compat{7.1.2} BuildCraft Compat
UCHIJAAAA CompactSolars{4.4.39.315} Compact Solar Arrays
UCHIJAAAA ComputerCraft{1.74} ComputerCraft
UCHIJAAAA Mystcraft{0.12.3.00} Mystcraft
UCHIJAAAA ForgeMultipart{1.2.0.345} Forge Multipart
UCHIJAAAA MrTJPCoreMod{1.1.0.31} MrTJPCore
UCHIJAAAA ProjRed|Core{4.7.0pre8.92} ProjectRed Core
UCHIJAAAA DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V9b.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} Slimevoid Library
UCHIJAAAA DynamicTransport{0.1.2.0} Dynamic Transport
UCHIJAAAA eng_toolbox{1.2.3.0} Engineer's Toolbox
UCHIJAAAA FastCraft{1.21} FastCraft
UCHIJAAAA foxlib{1.7.10-0.7.0} FoxLib
UCHIJAAAA HelpFixer{1.0.7} HelpFixer
UCHIJAAAA ImmibisCore{59.1.1} Immibis Core
UCHIJAAAA InventoryPets{1.3.2} Inventory Pets
UCHIJAAAA IronChest{6.0.62.742} Iron Chest
UCHIJAAAA malisiscore{1.7.10-0.12.9} MalisisCore
UCHIJAAAA malisisdoors{1.7.10-1.10} Malisis' Doors
UCHIJAAAA RadixCore{2.0.2} RadixCore
UCHIJAAAA MCA{1.7.10-5.0.7.1} Minecraft Comes Alive
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics
UCHIJAAAA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum
UCHIJAAAA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft
UCHIJAAAA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft
UCHIJAAAA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2
UCHIJAAAA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft
UCHIJAAAA ProjRed|Exploration{4.7.0pre8.92} ProjectRed Exploration
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft
UCHIJAAAA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla
UCHIJAAAA OpenMods{0.8} OpenMods
UCHIJAAAA modernalchemy{Beta-1.1} Modern Alchemy
UCHIJAAAA NetherOres{1.7.10R2.3.0} Nether Ores
UCHIJAAAA recipehandler{0.2} NoMoreRecipeConflict
UCHIJAAAA openmodularturrets{2.1.5-184} Open Modular Turrets
UCHIJAAAA OresPlus{0.7.3.41B} OresPlus
UCHIJAAAA origin{5.0.1} Origin
UCHIJAAAA PneumaticCraft{1.11.14-136} PneumaticCraft
UCHIJAAAA ProjectE{1.7.10-PE1.8.0} ProjectE
UCHIJAAAA ProjRed|Transmission{4.7.0pre8.92} ProjectRed Transmission
UCHIJAAAA ProjRed|Compatibility{4.7.0pre8.92} ProjectRed Compatibility
UCHIJAAAA ProjRed|Integration{4.7.0pre8.92} ProjectRed Integration
UCHIJAAAA ProjRed|Fabrication{4.7.0pre8.92} ProjectRed Fabrication
UCHIJAAAA ProjRed|Illumination{4.7.0pre8.92} ProjectRed Illumination
UCHIJAAAA recallstones{0.4.16} Recall Stones
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.1} Redstone Arsenal
UCHIJAAAA RedstonePasteMod{1.6.2} Redstone Paste
UCHIJAAAA RotaryCraft{1.0} [RotaryCraft](RotaryCraft 1.7.10 V9b.jar)
UCHIJAAAA Tails{1.7.10-1.4.1a} Tails
UCHIJAAAA telepads{1.0.0} [Telepads](Telepads-1.7.10 -6.jar)
UCHIJAAAA TF2Dispenser{1.7.10} TF2 Dispenser
UCHIJAAAA TF2Sentry{1.7.10} TF2 Sentry
UCHIJAAAA TF2Teleporter{1.7.10} TF2 Teleporter
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} Thermal Dynamics
UCHIJAAAA ttCore{MC1.7.10-0.1.1-78} ttCore
UCHIJAAAA UsefulTNT{1.0} [Useful TNT](UsefulTNT 1.7.10 V9a.jar)
UCHIJAAAA gvc{0.6.1} §aGliby's§f Voice Chat Mod
UCHIJAAAA weepingangels{4.0.0} Weeping Angels
UCHIJAAAA McMultipart{1.2.0.345} Minecraft Multipart Plugin
UCHIJAAAA ForgeMicroblock{1.2.0.345} Forge Microblocks
OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.3-303
ThermalFoundation: -[1.7.10]1.2.0-102
ThermalExpansion: -[1.7.10]4.0.3B1-218
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.0-12
RedstoneArsenal: -[1.7.10]1.1.1-89
ThermalDynamics: -[1.7.10]1.1.0-161
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

License on Curseforge

On Curseforge the project is listed as "Public Domain" however on the repo here it is GNU LGPL V2.1

Personally I always take the repo as having the correct license (if there is one) but you may want to clarify this on Curseforge.

Crash on Startup

Hi, when I start my game with Bookshelf it crashes(does not look like the potion error).
The thing is, it only crashes on my Laptop, yes I tried different java versions :).

Here the Crash:
http://pastebin.com/iDXjGEyG

P.S.: Sorry if it's not bookshelf causing it. I'm very bad at crash-report reading!

Please mark V279 as Release on curse.

It is currently marked as alpha and the current release version will not start on a server.
People who download mods by default only can get release versions from curseforge when using the Curse client unless they change this option.

It will prevent multiple reports of the same fixed issue and hassle on the user's end.

rendering item recipe/use on multiplayer server

---- Minecraft Crash Report ----

WARNING: coremods are present:
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
IceAndFireForgeLoading (Ice&Fire-1.10.2.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
MDECore-Core (mdecore-1.10.2-1.5.1.jar)
SHLoadingPlugin (ScalingHealth-1.11.x-1.0.6-48.jar)
ForgelinPlugin (Forgelin-1.4.2.jar)
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
IC2core (industrialcraft-2-2.6.234-ex110.jar)
MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.0.107.jar)
LoadingPlugin (Quark-r1.1-70.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
llibrary (llibrary-1.7.6-1.10.2.jar)
Contact their authors BEFORE contacting forge

// I'm sorry, Dave.

Time: 6/11/17 9:03 PM
Description: Rendering item

java.lang.NullPointerException: The validated object is null
at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
at com.rwtema.extrautils2.backend.model.Textures.getModelResourceLocation(Textures.java:62)
at com.rwtema.extrautils2.backend.model.Textures$ItemMesher.func_178113_a(Textures.java:376)
at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:52)
at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:352)
at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184393_a(RenderItemWrapper.java:354)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:293)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)
at mezz.jei.gui.ingredients.GuiIngredient.draw(GuiIngredient.java:148)
at mezz.jei.gui.ingredients.GuiIngredientGroup.draw(GuiIngredientGroup.java:156)
at mezz.jei.gui.recipes.RecipeCategoryCraftingItems.draw(RecipeCategoryCraftingItems.java:115)
at mezz.jei.gui.recipes.RecipesGui.func_73863_a(RecipesGui.java:206)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at Reflector.callVoid(Reflector.java:512)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1417)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at org.apache.commons.lang3.Validate.notNull(Validate.java:222)
at org.apache.commons.lang3.Validate.notNull(Validate.java:203)
at com.rwtema.extrautils2.backend.model.Textures.getModelResourceLocation(Textures.java:62)
at com.rwtema.extrautils2.backend.model.Textures$ItemMesher.func_178113_a(Textures.java:376)
at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:52)
at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:352)
at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:297)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184393_a(RenderItemWrapper.java:354)

-- Item being rendered --
Details:
Item Type: com.rwtema.extrautils2.backend.XUItemBlock@123b0f99
Item Aux: 0
Item NBT: null
Item Foil: false
Stacktrace:
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:293)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:27)
at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.render(ItemStackRenderer.java:21)
at mezz.jei.gui.ingredients.GuiIngredient.draw(GuiIngredient.java:148)
at mezz.jei.gui.ingredients.GuiIngredientGroup.draw(GuiIngredientGroup.java:156)
at mezz.jei.gui.recipes.RecipeCategoryCraftingItems.draw(RecipeCategoryCraftingItems.java:115)
at mezz.jei.gui.recipes.RecipesGui.func_73863_a(RecipesGui.java:206)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at Reflector.callVoid(Reflector.java:512)

-- Screen render details --
Details:
Screen name: mezz.jei.gui.recipes.RecipesGui
Mouse location: Scaled: (483, 290). Absolute: (967, 437)
Screen size: Scaled: (960, 509). Absolute: (1920, 1018). Scale factor of 2

-- Affected level --
Details:
Level name: MpServer
All players: 3 total; [GCEntityClientPlayerMP['BadLucKWyvern'/2439, l='MpServer', x=583.70, y=76.00, z=146.76], GCEntityOtherPlayerMP['roobarb2'/553, l='MpServer', x=574.51, y=67.00, z=145.47], GCEntityOtherPlayerMP['Muffin_Chan420'/1023, l='MpServer', x=570.89, y=70.00, z=153.16]]
Chunk stats: MultiplayerChunkCache: 115, 115
Level seed: 0
Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (26,64,262), Chunk: (at 10,4,6 in 1,16; contains blocks 16,0,256 to 31,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 17348 game time, 17348 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: 140 total; [EntityItem['item.tile.sapling.birch'/9250, l='MpServer', x=565.89, y=68.00, z=154.54], EntityItem['item.item.string'/5156, l='MpServer', x=550.13, y=18.00, z=209.88], EntityItem['item.item.string'/5157, l='MpServer', x=549.13, y=18.00, z=209.13], EntityItem['item.item.string'/5161, l='MpServer', x=550.96, y=18.00, z=209.13], EntityItem['item.item.string'/5170, l='MpServer', x=552.02, y=18.00, z=209.13], EntityItem['item.tile.log.oak'/9276, l='MpServer', x=568.79, y=70.00, z=163.34], EntityItem['item.tile.sapling.oak'/9278, l='MpServer', x=565.38, y=69.00, z=158.88], EntityItem['item.tile.sapling.oak'/9281, l='MpServer', x=563.44, y=69.00, z=157.89], EntityItem['item.tile.sapling.oak'/9283, l='MpServer', x=569.55, y=69.00, z=159.27], EntityItem['item.tile.sapling.oak'/9286, l='MpServer', x=563.11, y=64.00, z=161.44], EntitySheep['Mouton'/4168, l='MpServer', x=523.20, y=63.00, z=148.76], EntitySheep['Mouton'/4169, l='MpServer', x=526.96, y=63.00, z=147.50], EntityItem['item.tile.sapling.oak'/9289, l='MpServer', x=563.66, y=68.00, z=159.29], EntitySheep['Mouton'/4170, l='MpServer', x=523.68, y=63.00, z=147.82], EntitySheep['Mouton'/4171, l='MpServer', x=527.50, y=63.00, z=145.50], EntityItem['item.tile.sapling.oak'/9295, l='MpServer', x=569.42, y=69.00, z=160.26], EntityItem['item.tile.sapling.oak'/9298, l='MpServer', x=569.13, y=70.00, z=163.51], EntityItem['item.tile.sapling.oak'/9312, l='MpServer', x=566.45, y=70.00, z=165.00], EntityItem['item.tile.sapling.oak'/9313, l='MpServer', x=573.88, y=69.00, z=163.01], EntityItem['item.tile.sapling.oak'/9315, l='MpServer', x=573.36, y=69.00, z=163.88], EntityItem['item.tile.log.oak'/9322, l='MpServer', x=573.44, y=70.00, z=155.13], EntityItem['item.tile.log.oak'/9323, l='MpServer', x=573.61, y=70.00, z=155.88], EntityItem['item.tile.sapling.oak'/9325, l='MpServer', x=573.69, y=71.36, z=157.78], EntityCreeper['Creeper'/5244, l='MpServer', x=593.16, y=66.00, z=155.42], EntityCreeper['Creeper'/5245, l='MpServer', x=587.50, y=64.00, z=132.81], EntityCreeper['Creeper'/5246, l='MpServer', x=592.48, y=68.00, z=142.21], EntityConcussionCreeper['Concussion Creeper'/8336, l='MpServer', x=645.50, y=45.00, z=99.50], EntityCreeper['Creeper'/8337, l='MpServer', x=645.50, y=45.00, z=100.50], EntityItem['item.item.leather'/8339, l='MpServer', x=579.01, y=50.00, z=187.20], EntityItem['item.item.itemCookedBatWing'/8341, l='MpServer', x=579.21, y=50.00, z=187.34], EntityBat['Chauve-souris'/8373, l='MpServer', x=640.15, y=38.11, z=109.67], EntityCreeper['Creeper'/8377, l='MpServer', x=565.50, y=14.00, z=148.50], GCEntityClientPlayerMP['BadLucKWyvern'/2439, l='MpServer', x=583.70, y=76.00, z=146.76], EntitySpider['Araignée'/8389, l='MpServer', x=527.50, y=20.00, z=168.50], EntityBat['Chauve-souris'/7377, l='MpServer', x=602.25, y=52.10, z=166.45], EntitySheep['Mouton'/4330, l='MpServer', x=562.48, y=69.00, z=113.72], EntitySheep['Mouton'/4331, l='MpServer', x=577.24, y=63.00, z=99.37], EntitySheep['Mouton'/4332, l='MpServer', x=574.52, y=63.00, z=96.74], EntitySheep['Mouton'/4333, l='MpServer', x=568.50, y=70.00, z=108.50], EntityBat['Chauve-souris'/8432, l='MpServer', x=572.87, y=19.53, z=85.17], EntityBat['Chauve-souris'/8434, l='MpServer', x=573.27, y=16.90, z=84.55], EntityItem['item.tile.beanSprout'/8445, l='MpServer', x=577.78, y=63.00, z=94.10], EntitySkeleton['Squelette'/8456, l='MpServer', x=643.50, y=92.00, z=179.50], EntityItem['item.item.string'/7441, l='MpServer', x=553.13, y=22.00, z=207.88], EntityItem['item.item.string'/5403, l='MpServer', x=549.13, y=20.00, z=210.13], EntityItem['item.tile.sapling.oak'/6429, l='MpServer', x=560.74, y=73.00, z=193.62], EntityItem['item.item.string'/5405, l='MpServer', x=550.10, y=20.00, z=210.32], EntityCreeper['Creeper'/6432, l='MpServer', x=521.17, y=30.00, z=94.64], EntityItem['item.item.string'/5408, l='MpServer', x=547.41, y=19.00, z=210.13], EntityItem['item.item.string'/5409, l='MpServer', x=551.13, y=18.00, z=210.63], GCEntityOtherPlayerMP['roobarb2'/553, l='MpServer', x=200.35, y=68.00, z=239.34], EntityItem['item.tile.sapling.oak'/6490, l='MpServer', x=570.87, y=83.00, z=191.35], EntityItem['item.item.string'/6492, l='MpServer', x=553.49, y=18.00, z=209.69], EntityItem['item.item.string'/5477, l='MpServer', x=551.13, y=22.00, z=210.46], EntityItem['item.item.string'/6502, l='MpServer', x=554.21, y=19.00, z=208.88], EntityItem['item.tile.flower_1.miners_delight'/6503, l='MpServer', x=611.97, y=21.00, z=183.81], EntitySpider['Araignée'/6505, l='MpServer', x=585.70, y=51.60, z=159.77], EntityItem['item.item.string'/5481, l='MpServer', x=551.08, y=20.00, z=209.24], EntitySpider['Araignée'/6507, l='MpServer', x=572.70, y=52.10, z=164.70], EntityItem['item.tile.sapling.oak'/6514, l='MpServer', x=564.38, y=73.00, z=191.60], EntityItem['item.tile.sapling.oak'/6515, l='MpServer', x=562.67, y=74.00, z=190.39], EntityBat['Chauve-souris'/6522, l='MpServer', x=567.50, y=68.74, z=152.65], EntityItem['item.item.string'/5500, l='MpServer', x=551.88, y=20.00, z=209.88], EntityItem['item.item.string'/5501, l='MpServer', x=551.15, y=19.00, z=208.81], EntityHuman['Maynard'/384, l='MpServer', x=208.50, y=64.00, z=183.66], EntityItem['item.item.string'/5509, l='MpServer', x=552.81, y=19.00, z=208.50], EntityCreeper['Creeper'/8601, l='MpServer', x=613.50, y=15.00, z=160.50], EntityCreeper['Creeper'/8603, l='MpServer', x=551.49, y=21.00, z=142.78], GCEntityOtherPlayerMP['Muffin_Chan420'/1023, l='MpServer', x=611.70, y=72.00, z=213.60], EntityItem['item.tile.sapling.oak'/6560, l='MpServer', x=566.00, y=74.00, z=198.13], EntitySkeleton['Squelette'/8620, l='MpServer', x=583.50, y=20.00, z=157.50], EntityItem['item.tile.sapling.oak'/7605, l='MpServer', x=570.05, y=73.00, z=137.91], EntityItem['item.tile.sapling.oak'/7611, l='MpServer', x=568.15, y=75.00, z=146.17], GCEntityOtherPlayerMP['roobarb2'/553, l='MpServer', x=240.13, y=66.00, z=237.14], EntityConcussionCreeper['Concussion Creeper'/7640, l='MpServer', x=522.50, y=30.00, z=101.50], EntitySheep['Mouton'/5598, l='MpServer', x=630.78, y=78.00, z=136.49], EntitySheep['Mouton'/5599, l='MpServer', x=635.39, y=77.00, z=132.55], EntitySheep['Mouton'/5600, l='MpServer', x=636.03, y=77.00, z=130.38], EntitySheep['Mouton'/5601, l='MpServer', x=634.33, y=76.00, z=132.54], EntitySheep['Mouton'/4593, l='MpServer', x=604.55, y=67.00, z=108.74], EntitySheep['Mouton'/4594, l='MpServer', x=610.40, y=68.00, z=116.60], EntitySheep['Mouton'/4595, l='MpServer', x=615.24, y=69.00, z=116.84], EntitySheep['Mouton'/4596, l='MpServer', x=615.06, y=69.00, z=115.78], EntityItem['item.tile.sapling.birch'/6651, l='MpServer', x=609.78, y=72.00, z=204.29], EntityItem['item.tile.sapling.birch'/6652, l='MpServer', x=607.13, y=72.00, z=207.02], EntityBat['Chauve-souris'/7688, l='MpServer', x=532.46, y=34.04, z=167.75], EntityBat['Chauve-souris'/7689, l='MpServer', x=534.74, y=31.95, z=154.02], EntityItem['item.tile.sapling.oak'/6670, l='MpServer', x=601.88, y=80.00, z=205.71], EntityItem['item.tile.sapling.oak'/6677, l='MpServer', x=598.23, y=79.00, z=204.98], GCEntityOtherPlayerMP['roobarb2'/553, l='MpServer', x=574.51, y=67.00, z=145.47], EntitySheep['Mouton'/5678, l='MpServer', x=572.50, y=63.00, z=92.50], EntitySheep['Mouton'/5679, l='MpServer', x=572.50, y=63.00, z=95.50], EntitySkeleton['Squelette'/6704, l='MpServer', x=597.50, y=30.00, z=198.50], EntitySheep['Mouton'/5680, l='MpServer', x=572.50, y=63.00, z=93.50], EntitySheep['Mouton'/5681, l='MpServer', x=570.50, y=63.00, z=94.50], EntityItem['item.item.seeds'/5686, l='MpServer', x=644.88, y=77.00, z=201.37], EntityItem['item.tile.sapling.oak'/7778, l='MpServer', x=570.91, y=86.00, z=198.81], EntityZombie['Zombie'/6755, l='MpServer', x=569.71, y=50.00, z=140.49], EntityZombie['entity.Zombie.name'/6758, l='MpServer', x=586.28, y=50.00, z=138.50], EntityZombie['Zombie'/6759, l='MpServer', x=603.51, y=51.00, z=139.20], EntityZombie['Zombie'/6775, l='MpServer', x=573.34, y=50.00, z=134.44], EntityZombie['Zombie'/6777, l='MpServer', x=584.12, y=50.00, z=138.47], EntityZombie['Zombie'/6778, l='MpServer', x=571.78, y=50.00, z=134.56], EntityItem['item.item.itemBrokenSpawner'/6784, l='MpServer', x=588.36, y=50.00, z=108.37], EntityItem['item.tile.spawnercraft.mobCage'/6785, l='MpServer', x=588.68, y=50.00, z=108.45], EntityXPOrb['Orbe d'expérience'/6788, l='MpServer', x=585.11, y=50.00, z=106.34], EntityItem['item.tile.mushroom.glowshroom'/6792, l='MpServer', x=582.21, y=24.00, z=84.19], EntityItem['item.tile.sapling.oak'/6812, l='MpServer', x=568.26, y=83.00, z=202.13], EntityItem['item.item.reeds'/5817, l='MpServer', x=557.33, y=63.00, z=89.00], EntityItem['item.item.reeds'/5818, l='MpServer', x=559.17, y=62.00, z=87.65], EntityItem['item.item.reeds'/5819, l='MpServer', x=556.93, y=64.00, z=87.58], EntitySheep['Mouton'/3778, l='MpServer', x=536.26, y=64.00, z=152.32], EntitySheep['Mouton'/3779, l='MpServer', x=541.49, y=66.00, z=157.27], EntitySheep['Mouton'/3780, l='MpServer', x=533.50, y=64.00, z=148.50], EntitySheep['Mouton'/3781, l='MpServer', x=535.50, y=64.00, z=149.50], EntitySkeleton['Squelette'/6859, l='MpServer', x=521.50, y=30.00, z=155.50], EntitySkeleton['Squelette'/6860, l='MpServer', x=521.50, y=30.00, z=150.50], EntityItem['item.tile.sapling.oak'/6878, l='MpServer', x=572.10, y=85.00, z=196.88], GCEntityOtherPlayerMP['roobarb2'/553, l='MpServer', x=506.74, y=65.79, z=215.06], GCEntityOtherPlayerMP['Muffin_Chan420'/1023, l='MpServer', x=570.89, y=70.00, z=153.16], EntityBat['Chauve-souris'/7926, l='MpServer', x=562.75, y=32.10, z=104.81], EntityBat['Chauve-souris'/6913, l='MpServer', x=525.25, y=30.00, z=209.52], EntityBat['Chauve-souris'/6914, l='MpServer', x=526.25, y=30.50, z=207.15], EntitySkeleton['Squelette'/7952, l='MpServer', x=611.62, y=27.00, z=210.50], EntitySkeleton['Squelette'/7953, l='MpServer', x=613.50, y=27.00, z=209.50], GCEntityOtherPlayerMP['roobarb2'/553, l='MpServer', x=574.51, y=67.00, z=145.47], EntityItem['item.tile.sapling.oak'/9105, l='MpServer', x=565.04, y=67.00, z=150.05], EntityItem['item.tile.sapling.oak'/9107, l='MpServer', x=563.92, y=66.00, z=147.13], EntitySkeleton['Squelette'/9120, l='MpServer', x=520.46, y=69.00, z=196.75], EntityWitch['Sorcière'/9136, l='MpServer', x=546.50, y=53.00, z=164.50], EntityEnderminy['Enderminy'/9139, l='MpServer', x=522.50, y=13.00, z=197.50], EntitySquid['Poulpe'/9165, l='MpServer', x=532.21, y=60.23, z=125.91], EntitySquid['Poulpe'/9166, l='MpServer', x=530.53, y=61.71, z=125.10], EntitySquid['Poulpe'/9167, l='MpServer', x=531.34, y=59.77, z=128.00], EntityZombie['Zombie'/9175, l='MpServer', x=567.50, y=30.00, z=185.50], EntityCreeper['Creeper'/9176, l='MpServer', x=567.50, y=31.46, z=185.50], EntityZombie['Zombie'/9198, l='MpServer', x=585.75, y=50.00, z=126.53], EntityEnderminy['Enderminy'/9202, l='MpServer', x=568.50, y=21.00, z=182.50], EntitySkeleton['Squelette'/9203, l='MpServer', x=568.50, y=21.00, z=185.50], GCEntityOtherPlayerMP['Muffin_Chan420'/1023, l='MpServer', x=570.89, y=70.00, z=153.16]]
Retry entities: 74 total; [EntityHuman['Maynard'/384, l='MpServer', x=208.50, y=64.00, z=183.66], EntityItem['item.tile.torch'/385, l='MpServer', x=199.32, y=65.94, z=193.81], EntityItem['item.item.sulphur'/2435, l='MpServer', x=202.76, y=24.00, z=160.56], EntityItem['item.item.sulphur'/2438, l='MpServer', x=196.88, y=45.00, z=152.81], EntityHuman['Chance'/402, l='MpServer', x=205.73, y=64.00, z=177.51], EntityHuman['Virgie'/403, l='MpServer', x=222.88, y=62.25, z=177.13], EntityHuman['Ulysses'/404, l='MpServer', x=211.49, y=64.00, z=184.78], EntityHuman['Darwin'/405, l='MpServer', x=215.11, y=64.00, z=184.15], EntityHuman['Carmon'/406, l='MpServer', x=219.50, y=63.00, z=178.67], EntityHuman['Emit'/407, l='MpServer', x=219.49, y=64.55, z=183.70], EntityItem['item.tile.sapling.oak'/3495, l='MpServer', x=430.27, y=61.00, z=260.05], EntityItem['item.tile.sapling.oak'/3496, l='MpServer', x=423.54, y=83.00, z=259.41], EntityCow['Vache'/3625, l='MpServer', x=385.28, y=76.00, z=182.91], EntityItem['item.item.seeds'/554, l='MpServer', x=237.25, y=63.00, z=160.48], EntityCow['Vache'/3626, l='MpServer', x=390.27, y=76.00, z=187.18], EntityItem['item.item.seeds'/555, l='MpServer', x=239.17, y=64.00, z=161.80], EntityBat['Chauve-souris'/4524, l='MpServer', x=487.98, y=47.17, z=280.50], EntityBat['Chauve-souris'/4525, l='MpServer', x=487.72, y=47.29, z=281.28], EntityItem['item.item.seeds'/1583, l='MpServer', x=224.32, y=63.00, z=214.88], EntityCreeper['Creeper'/4271, l='MpServer', x=508.50, y=19.00, z=290.50], EntityCow['Vache'/307, l='MpServer', x=143.45, y=65.00, z=150.31], EntityCow['Vache'/308, l='MpServer', x=143.79, y=65.00, z=147.60], EntityItem['item.tile.gravel'/309, l='MpServer', x=140.61, y=8.00, z=164.45], EntityCreeper['Creeper'/4021, l='MpServer', x=434.50, y=12.00, z=200.50], EntityItem['item.tile.flower_1.miners_delight'/4405, l='MpServer', x=433.60, y=24.00, z=298.78], EntityFireDragon['Fire Dragon'/571, l='MpServer', x=240.50, y=17.00, z=202.50], EntityItem['item.item.seeds'/572, l='MpServer', x=240.62, y=64.00, z=161.32], EntityItem['item.tile.gravel'/319, l='MpServer', x=147.61, y=10.00, z=158.43], EntityItem['item.item.silentgems:FluffyPuffSeeds'/1472, l='MpServer', x=229.27, y=61.00, z=215.24], EntityPig['Cochon'/3393, l='MpServer', x=441.49, y=70.00, z=244.30], EntityItem['item.item.silentgems:FluffyPuffSeeds'/322, l='MpServer', x=158.99, y=63.00, z=159.95], EntityPig['Cochon'/3394, l='MpServer', x=432.49, y=67.00, z=238.69], EntityCow['Vache'/323, l='MpServer', x=147.78, y=66.00, z=157.50], EntityPig['Cochon'/3395, l='MpServer', x=437.50, y=74.00, z=231.75], EntityItem['item.tile.gravel'/324, l='MpServer', x=144.45, y=10.00, z=165.45], EntityItem['item.item.silentgems:FluffyPuffSeeds'/1476, l='MpServer', x=207.36, y=66.00, z=204.92], EntityPig['Cochon'/3396, l='MpServer', x=449.28, y=77.00, z=253.20], EntityItem['item.tile.sapling.oak'/2252, l='MpServer', x=136.49, y=72.00, z=224.41], EntityItem['item.item.seeds'/1484, l='MpServer', x=225.13, y=63.00, z=215.79], EntityItem['item.tile.flower_1.miners_delight'/4175, l='MpServer', x=431.70, y=25.00, z=302.89], EntityItem['item.tile.flower_1.miners_delight'/4176, l='MpServer', x=430.49, y=25.00, z=305.43], EntityPig['Cochon'/3289, l='MpServer', x=387.53, y=66.00, z=255.71], EntityPig['Cochon'/3290, l='MpServer', x=384.28, y=64.00, z=266.89], EntityPig['Cochon'/3292, l='MpServer', x=397.52, y=70.00, z=267.25], EntityItem['item.item.wheat'/2910, l='MpServer', x=186.42, y=66.00, z=204.47], EntityHuman['Rosaria'/351, l='MpServer', x=172.30, y=64.00, z=169.10], EntityHuman['Lang'/353, l='MpServer', x=188.54, y=61.97, z=166.79], EntityHuman['Dan'/354, l='MpServer', x=172.92, y=64.00, z=168.31], EntityItem['item.item.sulphur'/2787, l='MpServer', x=136.04, y=58.00, z=169.11], EntityHuman['Roger'/355, l='MpServer', x=181.22, y=64.00, z=161.49], EntityHuman['Sandy'/356, l='MpServer', x=178.19, y=64.00, z=172.45], EntityEnderminy['Enderminy'/3429, l='MpServer', x=431.68, y=71.00, z=245.99], EntityItem['item.tile.sapling.oak'/3687, l='MpServer', x=422.88, y=83.00, z=261.10], EntityPig['Cochon'/3305, l='MpServer', x=399.39, y=67.00, z=256.30], EntitySpider['Araignée'/4585, l='MpServer', x=484.50, y=46.00, z=273.50], EntityPig['Cochon'/3306, l='MpServer', x=405.43, y=69.00, z=245.76], EntityPig['Cochon'/3307, l='MpServer', x=393.48, y=68.00, z=246.67], EntityPig['Cochon'/3308, l='MpServer', x=389.68, y=68.00, z=238.50], EntityHuman['Shelley'/366, l='MpServer', x=194.43, y=62.14, z=170.70], EntityItem['item.tile.sapling.oak'/2159, l='MpServer', x=136.13, y=75.00, z=217.17], EntityHuman['Renda'/367, l='MpServer', x=181.49, y=64.00, z=157.67], EntityHuman['Tomiko'/368, l='MpServer', x=181.25, y=62.27, z=171.12], EntityHuman['Sanda'/369, l='MpServer', x=195.80, y=64.94, z=185.33], EntityHuman['Quentin'/370, l='MpServer', x=194.23, y=65.94, z=199.50], EntityHuman['Millard'/371, l='MpServer', x=187.49, y=66.00, z=195.19], EntityItem['item.tile.sapling.oak'/2164, l='MpServer', x=135.31, y=74.00, z=215.53], EntityHuman['Marcellus'/372, l='MpServer', x=179.15, y=64.00, z=178.75], EntityItem['item.tile.sapling.oak'/2293, l='MpServer', x=136.88, y=73.00, z=222.89], EntityHuman['Suanne'/373, l='MpServer', x=198.78, y=66.00, z=196.49], EntityHuman['Kecia'/379, l='MpServer', x=205.50, y=64.00, z=160.50], EntityHuman['Elden'/380, l='MpServer', x=208.32, y=64.00, z=170.49], EntityHuman['Marion'/381, l='MpServer', x=206.50, y=64.00, z=167.50], EntityHuman['Kiera'/382, l='MpServer', x=208.07, y=64.00, z=173.42], EntityHuman['Veronica'/383, l='MpServer', x=204.63, y=64.00, z=175.26]]
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2220438608 bytes (2117 MB) / 6663700480 bytes (6355 MB) up to 12407799808 bytes (11833 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx13G
IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
FML: MCP 9.32 Powered by Forge 12.18.3.2297 Optifine OptiFine_1.10.2_HD_U_D8 133 mods loaded, 132 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2297.jar)
UCHIJA Forge{12.18.3.2297} [Minecraft Forge] (forge-1.10.2-12.18.3.2297.jar)
UCHIJA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
UCHIJA mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.10.2.jar)
UCHIJA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJA abyssalcraft{1.9.4-pre-3} [AbyssalCraft] (AbyssalCraft-1.10.2-1.9.4-pre-3.jar)
UCHIJA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.3.jar)
UCHIJA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
UCHIJA appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
UCHIJA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
UCHIJA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJA base{1.10.2-1.4.0} [B.A.S.E] (base-1.10.2-1.4.0.jar)
UCHIJA basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
UCHIJA BaublesHud{3.2.0} [Baubles-Hud] (BaublesHud-1.10.2-3.2.0.jar)
UCHIJA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
UCHIJA bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJA BetterAchievements{0.3.3.10} [Better Achievements] (BetterAchievements-1.10.2-0.3.3.10.jar)
UCHIJA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJA BiblioCraft{2.2.3} [BiblioCraft] (BiblioCraft[v2.2.3][MC1.10.2].jar)
UCHIJA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
UCHIJA blockdrops{1.1.1} [Block Drops] (BlockDrops-1.10.2-1.1.1.jar)
UCHIJA guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJA BloodMagic{1.10.2-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.10-79.jar)
UCHIJA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar)
UCHIJA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJA CodeChickenLib{2.5.9.267} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
UCHIJA brandonscore{9.9.9} [Brandon's Core] (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
UCHIJA capsule{1.10.2-1.2.0} [Capsule] (Capsule-1.10.2-1.2.0.jar)
UCHIJA cavern{1.7.9} [Cavern] (Cavern_1.10.2-v1.7.9.jar)
UCHIJA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJA chickens{4.3.2} [Chickens] (chickens-4.3.2.jar)
UCHIJA sanlib{1.0.1} [SanAndreasPs Mod Library] (SanLib-1.10.2-1.0.1.jar)
UCHIJA claysoldiers{3.0.0-alpha.1} [Clay Soldiers Mod] (ClaySoldiersMod-1.10.2-3.0.0-alpha.1.jar)
UCHIJA IC2{2.6.234-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.234-ex110.jar)
UCHIJA compactsolars{1.10.2-5.0.9.332} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.9.332-universal.jar)
UCHIJA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
UCHIJA cyclicmagic{1.10.24} [Cyclic] (Cyclic-1.10.2-1.10.24.jar)
UCHIJA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
UCHIJA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
UCHIJA draconicevolution{2.0.12} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.12.222-universal.jar)
UCHIJA DynamicLights{1.4.3} [Dynamic Lights] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_onFire{1.0.7} [Dynamic Lights Burning Entity Module] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_creepers{1.0.6} [Dynamic Lights Creeper Module] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_dropItems{1.1.0} [Dynamic Lights EntityItem Module] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_mobEquipment{1.1.0} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_flameArrows{1.0.1} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_floodLights{1.0.3} [Dynamic Lights Flood Light] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_otherPlayers{1.0.9} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.10.2.jar)
UCHIJA DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.10.2.jar)
UCHIJA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJA EnderIO{1.10.2-3.1.192} [Ender IO] (EnderIO-1.10.2-3.1.192.jar)
UCHIJA shetiphiancore{3.3.9} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.9.jar)
UCHIJA endertanks{1.4.13} [EnderTanks] (endertanks-1.10.0-1.4.13.jar)
UCHIJA EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
UCHIJA energyconverters{1.0} [Energy Converters] (energyconverters_1.10.2-0.3.0.5.jar)
UCHIJA epicsiegemod{11.0.156} [Epic Siege Mod] (EpicSiegeMod-11.0.156.jar)
UCHIJA galacticraftcore{4.0.0} [Galacticraft Core] (GalacticraftCore-1.10.2-4.0.0.107.jar)
UCHIJA galacticraftplanets{4.0.0} [Galacticraft Planets] (Galacticraft-Planets-1.10.2-4.0.0.107.jar)
UCHIJA extraplanets{0.4.4-Beta-Build} [Extra Planets] (ExtraPlanets-0.4.4-Beta-Build.jar)
UCHIJA FastLeaveDecay{1.2.3} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.3.jar)
UCHIJA samsfooddetails{1.0.1} [Food Details] (FoodDetails-1.10.2-1.0.1.jar)
UCHIJA fe{1.3} [Food Expansion] (FoodExpansion1.3.1-1.10.2.jar)
UCHIJA forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
UCHIJA forgelin{1.4.2} [Forgelin] (Forgelin-1.4.2.jar)
UCHIJA silentlib{2.1.4} [Silent Lib] (SilentLib-1.10.2-2.1.4-61.jar)
UCHIJA funores{1.5.2} [Fun Ores] (FunOres-1.11.x-1.5.2c-107.jar)
UCHIJA gendustry{1.6.5.30} [GenDustry] (gendustry-1.6.5.30-mc1.10.2.jar)
UCHIJA llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.10.2.jar)
UCHIJA iceandfire{1.0.1} [Ice and Fire] (Ice&Fire-1.10.2.jar)
UCHIJA InfernalMobs{1.7.1} [Infernal Mobs] (InfernalMobs-1.10.jar)
UCHIJA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJA InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
UCHIJA InventoryPets{1.4.9.5} [Inventory Pets] (inventorypets-1.10-1.4.9.5.jar)
UCHIJA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
UCHIJA ironbackpacks{1.10.2-2.2.26} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.26.jar)
UCHIJA jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJA journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJA jeresources{0.4.6.39} [Just Enough Resources] (JustEnoughResources-1.9.4-0.4.6.39.jar)
UCHIJA jet{2.1.39} [JustEnoughTooltips] (JustEnoughTooltips-1.10.2-2.1.39.jar)
UCHIJA limelib{1.3.5} [LimeLib] (limelib-1.10.2-1.3.5.jar)
UCHIJA malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCHIJA malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCHIJA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJA mdecore{1.10.2-1.5.1} [MattDahEpic Core] (mdecore-1.10.2-1.5.1.jar)
UCHIJA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (Mo-Creatures-Mod-1.10.2.jar)
UCHIJA mobdropores{1.10.2-1.0} [Mob Drop Ores] (mobdropores-1.10.2-1.0.jar)
UCHIJA mob_grinding_utils{0.1.8.17} [mob_grinding_utils] (MobGrindingUtils-1.10.2-Universal.jar)
UCHIJA modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
UCHIJA railcraft{10.1.2} [Railcraft] (Railcraft_1.10.2-10.1.2.jar)
UCHIJA morebees{1.10.2-1.4.1} [More Bees] (morebees-1.10.2-1.4.1.jar)
UCHIJA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJA morechickens{1.1.4} [More Chickens] (MoreChickens-1.10.2-1.1.4.jar)
UCHIJA Neat{1.3-12} [Neat] (Neat 1.3-12.jar)
UCHIJA omlib{3.0.0-101} [OMLib] (omlib-1.10.2-3.0.0-101.jar)
UCHIJA ompd{3.0.0-22} [Open Modular Passive Defense] (ompd-1.10.2-3.0.0-22.jar)
UCHIJA openmodularturrets{3.0.0-158} [Open Modular Turrets] (openmodularturrets-1.10.2-3.0.0-158.jar)
UCHIJA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
UCHIJA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
UCHIJA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
UCHIJA ProjectE{1.10.2-PE1.3.0} [ProjectE] (ProjectE-1.10.2-PE1.3.0.jar)
UCHIJA rafradek_tf2_weapons{1.0.8.3} [TF2 Stuff Mod] (rafradek_tf2_weapons-1.10.2-1.0.8.3.jar)
UCHIJA RandomUtilities{3.1.1} [Random Utilities] (Random Utilities-1.9.4-3.1.1.jar)
UCHIJA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJA reap{1.3.3} [Reap Mod] (ReapMod 1.3.3.jar)
UCHIJA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar)
UCHIJA sanplayermodel{1.0.0} [SanAndreasPs Player Model] (SanLib-1.10.2-1.0.1.jar)
UCHIJA scalinghealth{1.0.6} [Scaling Health] (ScalingHealth-1.11.x-1.0.6-48.jar)
UCHIJA silentgems{2.3.13} [Silent's Gems] (SilentsGems-1.11.x-2.3.13-181.jar)
UCHIJA sgextraparts{1.2.5} [Silent's Gems: Extra Parts] (SGExtraParts-1.11.x-1.2.5-20.jar)
UCHIJA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJA spawnercraft{3.1} [SpawnerCraft] (SpawnerCraft 1.10.2-3.3.1.jar)
UCHIJA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCHIJA StorageDrawers{1.10.2-3.7.8} [Storage Drawers] (StorageDrawers-1.10.2-3.7.8.jar)
UCHIJA storagenetwork{2.0.9} [StorageNetwork] (storagenetwork-2.0.9.jar)
UCHIJA superores{1.7} [Super Ores] (SuperOres-1.7.jar)
UCHIJA theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar)
UCHIJA TinkersAddons{1.0.5} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.5.jar)
UCHIJA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJA torohealthmod{1.10.2-7} [ToroHealth Damage Indicators] (torohealth-1.10.2-7.jar)
UCHIJA wailaplugins{MC1.10.2-0.3.0-26} [WAILA Plugins] (WAILAPlugins-MC1.10.2-0.3.0-26 (1).jar)
UCHIJA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJA unidict{1.10.2-2.8} [UniDict] (UniDict-1.10.2-2.8.jar)
UD mdecore-core{1.0} [MDE Core - ASM Tweaks] (minecraft.jar)
Loaded coremods (and transformers):
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
IceAndFireForgeLoading (Ice&Fire-1.10.2.jar)
com.github.alexthe666.iceandfire.access.IceAndFireTransformer
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.7.102-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
MDECore-Core (mdecore-1.10.2-1.5.1.jar)
com.mattdahepic.mdecore.asm.TickrateTransformer
SHLoadingPlugin (ScalingHealth-1.11.x-1.0.6-48.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
ForgelinPlugin (Forgelin-1.4.2.jar)

LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
lumien.bloodmoon.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.9.jar)
shetiphian.core.asm.ClassTransformer
IC2core (industrialcraft-2-2.6.234-ex110.jar)

MicdoodlePlugin (MicdoodleCore-1.10.2-4.0.0.107.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.267-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
DLFMLCorePlugin (DynamicLights-1.10.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
appeng.coremod.transformer.ASMIntegration
llibrary (llibrary-1.7.6-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 381.65' Renderer: 'GeForce GTX 970/PCIe/SSE2'
AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
Pulsar/tconstruct loaded Pulses:

  • TinkerCommons (Enabled/Forced)
  • TinkerWorld (Enabled/Not Forced)
  • TinkerTools (Enabled/Not Forced)
  • TinkerHarvestTools (Enabled/Forced)
  • TinkerMeleeWeapons (Enabled/Forced)
  • TinkerRangedWeapons (Enabled/Forced)
  • TinkerModifiers (Enabled/Forced)
  • TinkerSmeltery (Enabled/Not Forced)
  • TinkerGadgets (Enabled/Not Forced)
  • TinkerOredict (Enabled/Forced)
  • TinkerIntegration (Enabled/Forced)
  • TinkerFluids (Enabled/Forced)
  • TinkerMaterials (Enabled/Forced)
  • TinkerModelRegister (Enabled/Forced)
  • WailaIntegration (Enabled/Not Forced)
  • theoneprobeIntegration (Enabled/Not Forced)

List of loaded APIs:
* AbyssalCraftAPI (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Biome (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Block (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Condition (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Disruption (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Energy (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Entity (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Event (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Integration (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Internal (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Item (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Necronomicon (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Recipe (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Ritual (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* AbyssalCraftAPI|Spell (1.9.0) from AbyssalCraft-1.10.2-1.9.4-pre-3.jar
* appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
* Base|API (1.0.0) from base-1.10.2-1.4.0.jar
* Baubles|API (1.1.1.0) from inventorypets-1.10-1.4.9.5.jar
* BetterAchievements|API (0.3.3.10) from BetterAchievements-1.10.2-0.3.3.10.jar
* BloodMagic|API (@Version@) from BloodMagic-1.10.2-2.1.10-79.jar
* cavern.api (1.7.9) from Cavern_1.10.2-v1.7.9.jar
* cavern.api.event (1.7.9) from Cavern_1.10.2-v1.7.9.jar
* CoFHAPI (1.8.9R1.2.0B1) from Railcraft_1.10.2-10.1.2.jar
* cofhapi (1.4.0) from extrautils2-1.10.2-1.4.3.jar
* CoFHAPI|energy (1.7.10R1.3.1) from BrandonsCore-1.10.2-2.1.7.102-universal.jar
* cofhapi|energy (1.4.0) from extrautils2-1.10.2-1.4.3.jar
* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
* compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.12.222-universal.jar
* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.192.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.192.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.192.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.192.jar
* EpicSiegeMod|API (1.0) from EpicSiegeMod-11.0.156.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.376.jar
* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.376.jar
* FossilArcheologyAPI (7.3.0) from Ice&Fire-1.10.2.jar
* FunOresAPI (3) from FunOres-1.11.x-1.5.2c-107.jar
* Galacticraft API (1.0) from GalacticraftCore-1.10.2-4.0.0.107.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.30-mc1.10.2.jar
* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.26.jar
* jeresources|API (0.4.6.39) from JustEnoughResources-1.9.4-0.4.6.39.jar
* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
* ProjectEAPI (1.10.2-1.0.0) from ProjectE-1.10.2-PE1.3.0.jar
* railcraft:API|core (3.1.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|carts (2.1.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|items (2.1.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|signals (4.0.0) from Railcraft_1.10.2-10.1.2.jar
* RailcraftAPI|tracks (4.0.0) from Railcraft_1.10.2-10.1.2.jar
* SilentGemsAPI (3) from SilentsGems-1.11.x-2.3.13-181.jar
* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|render (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.8.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.7.jar
* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
CodeChickenLib Invalid Fingerprint Reports:
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* Optifine is installed. This is NOT supported.
* An unsupportted RF API is installed (1.7.10R1.3.1 from BrandonsCore-1.10.2-2.1.7.102-universal.jar).
Ender IO needs at least 1.4.0 and will NOT work with older versions.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Sebastien/AppData/Roaming/.minecraft/mods/BrandonsCore-1.10.2-2.1.7.102-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:ON, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
Launched Version: 1.10.2-forge1.10.2-12.18.3.2297
LWJGL: 2.9.4
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 381.65, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: Français (France)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz
OptiFine Version: OptiFine_1.10.2_HD_U_D8
Render Distance Chunks: 5
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildurs Vibrant Shaders v1.141 Extreme.zip
OpenGlVersion: 4.5.0 NVIDIA 381.65
OpenGlRenderer: GeForce GTX 970/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

Crash

when i start minecraft it comes this crash: https://pastebin.com/RcrkHXpr i tested it with an not beta or alpha version but then it sayes, that it needs this version.

Console Spam and Unplayable

Hey Darkhax!

Firstly, thank you so incredibly much for taking the reigns of this mod. Not five minutes ago I noticed a new download for it and I was so excited! Thank you thank you!

Now with the problem:

I loaded up my modded Minecraft and immediately noticed the 0 FPS and game spike every 3 seconds. The game would freeze for 3 seconds then let up. This went on ad infinitum.

There was no crash however, but the MultiMC console log spammed this: [16:19:48] [Client thread/WARN] [Bookshelf]: The ASM has not been initialized, there is an error with your setup!

Not sure what it is, but it is.

Do you need a modlist or anything?

Thanks again

Thermal Expansion/Foundation Conflict

Bookshelf-1.10.2-1.4.4.347.
ThermalExpansion-1.10.2-5.0.4.90-universal
ThermalFoundation-1.10.2-2.0.5.81-universal

I don't know what is happening but I have traced an issue with Tar and Rosin from being used as fuel to this mod.

A wrapper for Tinkers Construct's IMC, along with metal utilities.

After messing around with Tinkers Construct for a bit, I have written a fairly basic wrapper for it's IMC based API. I have a basic version of the wrapper, and I am planning to expand upon it with utilities for easily creating fluids, ingots, and the associated compact blocks, so that mods can easily add Tinkers Construct support for various things. I am wondering if this code should be included in Bookshelf or not.

@iLexiconn @lclc98

Can't connect to server; server log shows thousands of same message

I'm getting a thousand messages like:

[04:03:38] [Server thread/WARN] [Bookshelf]: The ASM has not been initialized, there is an error with your setup!
[04:03:38] [Server thread/WARN] [Bookshelf]: The ASM has not been initialized, there is an error with your setup!
[04:03:38] [Server thread/WARN] [Bookshelf]: The ASM has not been initialized, there is an error with your setup!
[04:03:38] [Server thread/WARN] [Bookshelf]: The ASM has not been initialized, there is an error with your setup!

The server uses Telepads 1.7.10-4 and Bookshelf 1.7.10-1.0.15. Those two mods where added to the modpack and since then clients have gone really down in fps, and the server logs are growing at an alarming rate.

Any idea what's originating it? How can I fix it?

1.11.2 crash on loading

any time i try to update past Bookshelf-1.11.2-1.5.0.371.jar my game crashes always a recipe reg error normally blames a different mod but always same outcome here is the latest version crash log

---- Minecraft Crash Report ----

WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.62+beta.89.jar)
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.5.jar)
IvToolkit (IvToolkit-1.3.3.jar)
IC2core (industrialcraft-2-2.7.33-ex111.jar)
TransformerLoader (OpenComputers-MC1.11.2-1.7.0.24.jar)
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.380.jar)
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
Contact their authors BEFORE contacting forge

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [HUG]

Time: 5/30/17 7:41 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Mekanism (mekanism)
Caused by: java.lang.ClassCastException: net.darkhax.bookshelf.lib.ModTrackingList cannot be cast to java.util.ArrayList
at mekanism.common.integration.OreDictManager.addLogRecipes(OreDictManager.java:349)
at mekanism.common.integration.OreDictManager.init(OreDictManager.java:39)
at mekanism.common.Mekanism.postInit(Mekanism.java:1431)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:641)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:833)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:357)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2826288656 bytes (2695 MB) / 5316411392 bytes (5070 MB) up to 5316411392 bytes (5070 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -Xms5G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=40 -XX:CMSInitiatingOccupancyFraction=70 -XX:+CMSScavengeBeforeRemark -XX:+AggressiveOpts
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.38 Powered by Forge 13.20.0.2304 Optifine OptiFine_1.11.2_HD_U_C1_pre 121 mods loaded, 121 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJ minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJ mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJ FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2304.jar)
UCHIJ forge{13.20.0.2304} [Minecraft Forge] (forge-1.11.2-13.20.0.2304.jar)
UCHIJ ivtoolkit{1.3.3} [IvToolkit] (minecraft.jar)
UCHIJ opencomputers|core{1.7.0.24} [OpenComputers (Core)] (minecraft.jar)
UCHIJ backpacks16840{3.1.9} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.9.jar)
UCHIJ ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
UCHIJ mercurius_updater{1.0} [mercurius_updater] (MercuriusUpdater-1.11.2.jar)
UCHIJ actuallyadditions{1.11.2-r109} [Actually Additions] (ActuallyAdditions-1.11.2-r109.jar)
UCHIJ opencomputers{1.7.0.24} [OpenComputers] (OpenComputers-MC1.11.2-1.7.0.24.jar)
UCHIJ actuallycomputers{2.0.0} [ActuallyComputers] (actuallycomputers-2.0.0.jar)
UCHIJ animania{1.1.1} [Animania] (animania-1.11.2-1.1.1.jar)
UCHIJ atg{2} [Alternate Terrain Generation] (atg-1.11.2-2.1.4.jar)
UCHIJ autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJ baubles{1.4.5} [Baubles] (Baubles-1.11-1.4.5.jar)
UCHIJ bdlib{1.13.2.7} [BD Lib] (bdlib-1.13.2.7-mc1.11.2.jar)
UCHIJ betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.11-0.11.1.239+9162f74.jar)
UCHIJ bibliocraft{2.3.1} [BiblioCraft] (BiblioCraft[v2.3.1][MC1.11.2].jar)
UCHIJ biomesoplenty{6.1.0.2238} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.1.0.2238-universal.jar)
UCHIJ bibliowoodsbop{2.0} [BiblioWoodBoP] (BiblioWoods[BiomesOPlenty][v2.0][MC1.11.2].jar)
UCHIJ bibliowoodsforestry{2.0} [BiblioWoodForestry] (BiblioWoods[Forestry][v2.0][MC1.11.2].jar)
UCHIJ mantle{1.11.2-1.2.0.26} [Mantle] (Mantle-1.11.2-1.2.0.26.jar)
UCHIJ natura{1.11.2-4.2.0.19} [Natura] (natura-1.11.2-4.2.0.19.jar)
UCHIJ bibliowoodsnatura{2.0} [BiblioWoodNatura] (BiblioWoods[Natura][v2.0][MC1.11.2].jar)
UCHIJ jei{4.3.6.282} [Just Enough Items] (jei_1.11.2-4.3.6.282.jar)
UCHIJ cyclicmagic{1.4.7} [Cyclic] (Cyclic-1.11.2-1.4.7.jar)
UCHIJ guideapi{1.11.2-2.1.1-52} [Guide-API] (Guide-API-1.11.2-2.1.1-52.jar)
UCHIJ bloodmagic{1.11-2.1.10-79} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.11-2.1.10-79.jar)
UCHIJ bookshelf{2.0.380} [Bookshelf] (Bookshelf-1.11.2-2.0.0.380.jar)
UCHIJ buildcraftlib{7.99.3} [BuildCraft Lib] (buildcraft-7.99.3.jar)
UCHIJ buildcraftcore{7.99.3} [BuildCraft] (buildcraft-7.99.3.jar)
UCHIJ buildcraftfactory{7.99.3} [BC Factory] (buildcraft-7.99.3.jar)
UCHIJ buildcrafttransport{7.99.3} [BC Transport] (buildcraft-7.99.3.jar)
UCHIJ buildcraftbuilders{7.99.3} [BC Builders] (buildcraft-7.99.3.jar)
UCHIJ buildcraftenergy{7.99.3} [BC Energy] (buildcraft-7.99.3.jar)
UCHIJ buildcraftrobotics{7.99.3} [BC Robotics] (buildcraft-7.99.3.jar)
UCHIJ buildcraftsilicon{7.99.3} [BC Silicon] (buildcraft-7.99.3.jar)
UCHIJ chameleon{1.11.2-3.1.0} [Chameleon] (Chameleon-1.11.2-3.1.0.jar)
UCHIJ chesttransporter{2.7.9} [Chest Transporter] (ChestTransporter-1.11.2-2.7.9.jar)
UCHIJ codechickenlib{2.6.0.254} [CodeChicken Lib] (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
UCHIJ chickenchunks{2.3.0.63} [ChickenChunks] (ChickenChunks-1.11.2-2.3.0.63-universal.jar)
UCHIJ chisel{MC1.11.2-0.0.10.14} [Chisel] (Chisel-MC1.11.2-0.0.10.14.jar)
UCHIJ chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UCHIJ cm2{2.0.1} [Compact Machines 2] (cm2-1.11.2-2.0.1-b106.jar)
UCHIJ cyclopscore{0.10.4} [Cyclops Core] (CyclopsCore-1.11.2-0.10.4.jar)
UCHIJ colossalchests{1.6.1} [Colossal Chests] (ColossalChests-1.11.2-1.6.1.jar)
UCHIJ computercraft{1.11.2-1.82pr4} [Computality] (computality-1.11.2-1.82pr4.jar)
UCHIJ one_point_twelve_concrete{v 1.0} [1.12 Concrete] (concreteMod-v1.0.jar)
UCHIJ darkutils{1.2.0.137} [Dark Utilities] (DarkUtilities-1.11.2-1.2.0.137.jar)
UCHIJ ptrmodellib{1.0.0} [ptrmodellib] (Decocraft-2.4.2_1.11.2.jar)
UCHIJ props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.11.2.jar)
UCHIJ ic2{2.7.33-ex111} [IndustrialCraft 2] (industrialcraft-2-2.7.33-ex111.jar)
UCHIJ forestry{5.3.4.99} [Forestry] (forestry_1.11.2-5.3.4.99.jar)
UCHIJ eleccore{1.7.421} [ElecCore] (ElecCore-1.11-1.7.421.jar)
UCHIJ deepresonance{1.4.8} [DeepResonance] (deepresonance-1.1x-1.4.8.jar)
UCHIJ elevatorid{1.3.0} [Elevator Mod] (ElevatorMod-1.11.2-1.3.0.jar)
UCHIJ embers{0.214} [Embers] (embers-0.214.jar)
UCHIJ enderstorage{1.0} [EnderStorage] (EnderStorage-1.11.2-2.3.0.112-universal.jar)
UCHIJ shetiphiancore{3.4.5} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.5.jar)
UCHIJ endertanks{1.5.5} [EnderTanks] (endertanks-1.11.0-1.5.5.jar)
UCHIJ enderutilities{0.7.0} [Ender Utilities] (enderutilities-1.11.2-0.7.0.jar)
UCHIJ valkyrielib{1.11.2-0.11.0b} [Valkyrie Lib] (valkyrielib-1.11.2-0.11.0c.jar)
UCHIJ environmentaltech{1.11.2-0.11.0d} [Environmental Tech] (environmentaltech-1.11.2-0.11.0d.jar)
UCHIJ etlunar{1.11.2-0.11.0c} [ET Lunar] (etlunar-1.11.2-0.11.0c.jar)
UCHIJ extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.4.1.jar)
UCHIJ zerocore{1.11.2-0.1.0.5} [Zero CORE] (zerocore-1.11.2-0.1.0.5.jar)
UCHIJ bigreactors{1.11.2-0.4.5.29} [Extreme Reactors] (ExtremeReactors-1.11.2-0.4.5.29.jar)
UCHIJ fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
UCHIJ sonarcore{4.0.0} [SonarCore] (SonarCore-1.11.2-4.0.0.jar)
UCHIJ fluxnetworks{2.0.0} [FluxNetworks] (FluxNetworks-1.11.2-2.0.0.jar)
UCHIJ mcmultipart{2.0.0} [MCMultiPart] (MCMultiPart-2.0.0.jar)
UCHIJ ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
UCHIJ ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
UCHIJ funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.11.2-alpha-0.0.1.jar)
UCHIJ pressure{1.3.1.5} [Pressure Pipes] (pressure-1.3.1.5-mc1.11.2.jar)
UCHIJ advgenerators{0.9.20.5} [Advanced Generators] (generators-0.9.20.5-mc1.11.2.jar)
UCHIJ gbook{1.6.0} [Guidebook] (Guidebook-1.11.0-1.6.0.jar)
UCHIJ hcmw{1.0} [Homecraft Mineware] (hcmw-1.11.2-0.3.1.2-universal.jar)
UCHIJ hopperducts{1.4.9} [Hopper Ducts] (hopperducts-mc1.11.2-1.4.9.jar)
UCHIJ tesla{1.3.0.52} [TESLA] (Tesla-1.11-1.3.0.52.jar)
UCHIJ teslacorelib{0.7.0} [Tesla Core Lib] (tesla-core-lib-1.11.2-0.7.0.jar)
UCHIJ industrialforegoing{1.11.2-0.2.0-BETA} [Industrial Foregoing] (industrialforegoing-1.11.2-0.2.0-BETA.jar)
UCHIJ inventorypets{1.4.9.5} [Inventory Pets] (inventorypets-1.11.2-1.4.9.5.jar)
UCHIJ inventorytweaks{1.62+beta.89.be6ffe4} [Inventory Tweaks] (InventoryTweaks-1.62+beta.89.jar)
UCHIJ ironchest{1.11.2-7.0.19.803} [Iron Chest] (ironchest-1.11.2-7.0.19.803.jar)
UCHIJ jeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.11.2.jar)
UCHIJ journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UCHIJ jeresources{0.6.3.5} [Just Enough Resources] (JustEnoughResources-1.11.2-0.6.3.5.jar)
UCHIJ magicbees{1.0} [MagicBees] (MagicBees-Alpha-3.0.2.jar)
UCHIE mekanism{9.3.1} [Mekanism] (Mekanism-1.11.2-9.3.1.305.jar)
UCHIE mekanismgenerators{9.3.1} [MekanismGenerators] (MekanismGenerators-1.11.2-9.3.1.305.jar)
UCHIE mekanismtools{9.3.1} [MekanismTools] (MekanismTools-1.11.2-9.3.1.305.jar)
UCHIJ testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.2-1.13.jar)
UCHIJ morebees{1.11.2-1.3.2} [More Bees] (morebees-1.11.2-1.3.2.jar)
UCHIJ mysticalagriculture{1.5.4} [Mystical Agriculture] (mysticalagriculture[1.11.2]-1.5.4.jar)
UCHIJ mysticalagradditions{1.0.2} [Mystical Agradditions] (mysticalagradditions[1.11.2]-1.0.2.jar)
UCHIJ notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
UCHIJ packingtape{0.6.2} [Packing Tape] (PackingTape-1.11.2-0.6.2.jar)
UCHIJ randomthings{3.8.1} [Random Things] (RandomThings-MC1.11.2-3.8.1.jar)
UCHIJ realfilingcabinet{1.2.61} [Real Filing Cabinet] (realfilingcabinet-1.11.2-1.2.61.jar)
UCHIJ reccomplex{1.3.2} [Recurrent Complex] (RecurrentComplex-1.3.2.jar)
UCHIJ refinedstorage{1.4.10} [Refined Storage] (refinedstorage-1.4.10.jar)
UCHIJ xreliquary{1.11.2-1.3.3.653} [Reliquary] (Reliquary-1.11.2-1.3.3.653.jar)
UCHIJ rftools{6.01} [RFTools] (rftools-1.1x-6.01.jar)
UCHIJ rftoolscontrol{1.6.8} [RFTools Control] (rftoolsctrl-1.1x-1.6.8.jar)
UCHIJ roots{0.018} [Roots 2] (roots-2-0.018.jar)
UCHIJ rustic{0.3.4} [Rustic] (rustic-0.3.4.jar)
UCHIJ shearmadness{1.11.2} [Shear Madness] (shearmadness-1.11.2-1.7.0.6.jar)
UCHIJ simplegenerators{1.11.2-0.11.0a} [Simple Generators] (simplegenerators-1.11.2-0.11.0a.jar)
UCHIJ simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.0.6.jar)
UCHIJ simplytea{1.1} [Simply Tea] (simplytea-1.1.jar)
UCHIJ storagedrawers{1.11.2-4.2.7} [Storage Drawers] (StorageDrawers-1.11.2-4.2.7.jar)
UCHIJ tconstruct{1.11.2-2.7.0.26} [Tinkers' Construct] (TConstruct-1.11.2-2.7.0.26.jar)
UCHIJ theoneprobe{1.4.7} [The One Probe] (theoneprobe-1.1x-1.4.7.jar)
UCHIJ tinkertoolleveling{1.11.2-1.0.1.DEV.641b08f} [Tinkers Tool Leveling] (TinkerToolLeveling-1.11.2-1.0.1.jar)
UCHIJ torchmaster{1.3.4.39} [TorchMaster] (torchmaster_1.11.2-1.3.4.39.jar)
UCHIJ translocator{2.2.0.59} [Translocator] (Translocators-1.11.2-2.2.0.59-universal.jar)
UCHIJ veinminer{0.35.3} [Vein Miner] (VeinMiner-1.11-0.35.3.605+dad98e1.jar)
UCHIJ veinminermodsupport{0.35.3} [Mod Support] (VeinMiner-1.11-0.35.3.605+dad98e1.jar)
UCHIJ xnet{1.3.2} [XNet] (xnet-1.3.2.jar)
Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.62+beta.89.jar)
invtweaks.forge.asm.ContainerTransformer
ChiselCorePlugin (Chisel-MC1.11.2-0.0.10.14.jar)
team.chisel.common.asm.ChiselTransformer
CCLCorePlugin (CodeChickenLib-1.11.2-2.6.0.254-universal.jar)
codechicken.lib.asm.ClassHierarchyManager
codechicken.lib.asm.CCL_ASMTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.5.jar)
shetiphian.core.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.3.jar)

IC2core (industrialcraft-2-2.7.33-ex111.jar)

TransformerLoader (OpenComputers-MC1.11.2-1.7.0.24.jar)
li.cil.oc.common.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.11.2-3.8.1.jar)
lumien.randomthings.asm.ClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.11.2-2.0.0.380.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
BCModPlugin (zz-backpacks 1.11.2 - 3.1.9.jar)
brad16840.common.asm.ClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13474 Compatibility Profile Context 22.19.165.1' Renderer: 'Radeon (TM) RX 480 Graphics'
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)

Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselsandbitsIntegration (Enabled/Not Forced)
	- theoneprobeIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (33) from ActuallyAdditions-1.11.2-r109.jar
	* Baubles|API (1.1.1.0) from inventorypets-1.11.2-1.4.9.5.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.11.2-0.4.5.29.jar
	* bloodmagic|API (1.11-2.1.10-79) from BloodMagic-1.11-2.1.10-79.jar
	* BuildCraftAPI|blocks (1.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|blueprints (1.5) from buildcraft-7.99.3.jar
	* BuildCraftAPI|boards (2.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|core (2.2) from buildcraft-7.99.3.jar
	* BuildCraftAPI|crops (1.1) from buildcraft-7.99.3.jar
	* BuildCraftAPI|enums (1.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|events (2.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|facades (1.1) from buildcraft-7.99.3.jar
	* BuildCraftAPI|filler (4.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|fuels (2.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|gates (4.1) from buildcraft-7.99.3.jar
	* BuildCraftAPI|items (1.1) from buildcraft-7.99.3.jar
	* BuildCraftAPI|library (2.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|lists (1.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|power (1.3) from buildcraft-7.99.3.jar
	* BuildCraftAPI|recipes (3.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|robotics (3.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|statements (1.1) from buildcraft-7.99.3.jar
	* BuildCraftAPI|tablet (1.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|tiles (1.2) from buildcraft-7.99.3.jar
	* BuildCraftAPI|tools (1.0) from buildcraft-7.99.3.jar
	* BuildCraftAPI|transport (5.0) from buildcraft-7.99.3.jar
	* chesttransporter|api (1) from ChestTransporter-1.11.2-2.7.9.jar
	* ChiselAPI (0.0.1) from Chisel-MC1.11.2-0.0.10.14.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.11.2-0.0.10.14.jar
	* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-13.10.jar
	* CoFHAPI (1.8.9R1.2.0B1) from theoneprobe-1.1x-1.4.7.jar
	* cofhapi (1.4.0) from extrautils2-1.11.2-1.4.1.jar
	* cofhapi|block (1.6.0) from zerocore-1.11.2-0.1.0.5.jar
	* cofhapi|core (1.6.0) from zerocore-1.11.2-0.1.0.5.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
	* cofhapi|energy (1.6.0) from zerocore-1.11.2-0.1.0.5.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.11.jar
	* cofhapi|item (1.6.0) from zerocore-1.11.2-0.1.0.5.jar
	* cofhapi|tileentity (1.6.0) from zerocore-1.11.2-0.1.0.5.jar
	* cofhapi|util (1.6.0) from zerocore-1.11.2-0.1.0.5.jar
	* compatlayer (0.2.8) from compatlayer-1.11.2-0.2.8.jar
	* ComputerCraft|API (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* ComputerCraft|API|FileSystem (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* ComputerCraft|API|Lua (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* ComputerCraft|API|Media (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* ComputerCraft|API|Peripheral (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* ComputerCraft|API|Permissions (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* ComputerCraft|API|Redstone (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* ComputerCraft|API|Turtle (1.11.2-1.82pr4) from computality-1.11.2-1.82pr4.jar
	* CSLib|API (0.3.0) from Decocraft-2.4.2_1.11.2.jar
	* DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.8.jar
	* ElecCoreAPI (1.0) from ElecCore-1.11-1.7.421.jar
	* ElecCore|Abilities (#API_VER#) from ElecCore-1.11-1.7.421.jar
	* environmentaltech-api (1.11.2-0.11.0d) from environmentaltech-1.11.2-0.11.0d.jar
	* fluxapi (1.0) from FluxNetworks-1.11.2-2.0.0.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|core (5.1.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|farming (2.2.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|food (1.1.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.11.2-5.3.4.99.jar
	* ForestryAPI|world (2.1.0) from forestry_1.11.2-5.3.4.99.jar
	* funkylocomotion_api (2.0) from funky-locomotion-1.11.2-alpha-0.0.1.jar
	* Guide-API|API (2.0.0) from Guide-API-1.11.2-2.1.1-52.jar
	* jeresources|API (0.6.3.5) from JustEnoughResources-1.11.2-0.6.3.5.jar
	* journeymap|client-api (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
	* journeymap|client-api-display (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
	* journeymap|client-api-event (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
	* journeymap|client-api-model (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
	* journeymap|client-api-util (1.3-SNAPSHOT) from journeymap-1.11.2-5.4.6.jar
	* JustEnoughItemsAPI (4.12.0) from jei_1.11.2-4.3.6.282.jar
	* mcjtylib_ng (2.3.11) from mcjtylib-1.1x-2.3.11.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.11.2-9.3.1.305.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.11.2-9.3.1.305.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.11.2-9.3.1.305.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.11.2-9.3.1.305.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.11.2-9.3.1.305.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.11.2-9.3.1.305.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.11.2-9.3.1.305.jar
	* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.11.2-1.7.0.24.jar
	* pressureAPI (1.3.1.5) from pressure-1.3.1.5-mc1.11.2.jar
	* shearmadness.api (@API_VERSION@) from shearmadness-1.11.2-1.7.0.6.jar
	* shearmadness_api_plumbing (1.0) from shearmadness-1.11.2-1.7.0.6.jar
	* StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.4.10.jar
	* StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.7.jar
	* StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.7.jar
	* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.7.jar
	* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.4.10.jar
	* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.4.10.jar
	* StorageDrawersAPI|storage (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.7.jar
	* StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.11.2-4.2.7.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.7.jar
	* valkyrielib.api (1.11.2-0.11.0b) from valkyrielib-1.11.2-0.11.0c.jar
	* veinminerApi (0.3) from VeinMiner-1.11-0.35.3.605+dad98e1.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.5.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.5.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.11.2-0.1.0.5.jar
chickenchunks Invalid Fingerprint Reports: - No invalid fingerprints.: 
enderstorage Invalid Fingerprint Reports: - No invalid fingerprints.: 
translocator Invalid Fingerprint Reports: - No invalid fingerprints.: 
OptiFine Version: OptiFine_1.11.2_HD_U_C1_pre
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.13474 Compatibility Profile Context 22.19.165.1
OpenGlRenderer: Radeon (TM) RX 480 Graphics
OpenGlVendor: ATI Technologies Inc.
CpuCount: 6

Bookshelf Not Playing Nice with Other Mods

Bookshelf appears to be preventing the Ultimate Unicorn Mod from working correctly. Trying to put Enchanting Plus and Ultimate Unicorn Mod together in same mod pack.

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.