Giter VIP home page Giter VIP logo

tinkerstoolleveling's People

Contributors

3tusk avatar bonii-xx avatar catmunyi avatar knightminer avatar koh-gh avatar lumberwizard avatar miuirussia avatar regnander avatar samuelpv avatar valentin616 avatar yanisbft 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

Watchers

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

tinkerstoolleveling's Issues

XP config changes not reflected ingame

If you change the XP requirement of tools, it's not reflected in the ingame tooltip, although it is working.
https://i.gyazo.com/830d13d2b5a79e96c25a95f2f3e370e5.png

The config looks like this:

"_VERSION"=1*
general {
# Maximum achievable levels. If set to 0 or lower there is no upper limit
maximumLevels=-1
# Reduces the amount of modifiers a newly build tool gets if the value is lower than the regular amount of modifiers the tool would have
newToolMinModifiers=3
}
toolxp {
# Base XP for each of the listed tools
baseXpForTool {
"plustic:katana"=200
"plustic:laser_gun"=200
"tconstruct:arrow"=250
"tconstruct:battlesign"=50
"tconstruct:bolt"=250
"tconstruct:broadsword"=200
"tconstruct:cleaver"=300
"tconstruct:crossbow"=50
"tconstruct:excavator"=500
"tconstruct:frypan"=50
"tconstruct:hammer"=500
"tconstruct:hatchet"=100
"tconstruct:longbow"=50
"tconstruct:longsword"=200
"tconstruct:lumberaxe"=750
"tconstruct:mattock"=100
"tconstruct:pickaxe"=100
"tconstruct:rapier"=150
"tconstruct:scythe"=200
"tconstruct:shortbow"=50
"tconstruct:shovel"=150
"tconstruct:shuriken"=100
}
# Base XP used when no more specific entry is present for the tool
defaultBaseXP=200

Modpack: Enigmatica 2 v1.13
MC 1.12.2
Forge .2544
TiC 2.7.4.34
TTL 1.0.2b
Mantle 1.3.1.21

Leveling on any tool doesn't work

Tools don't level up at all even after surpassing the amount of xp needed
Can't even level up tools with the /leveluptool

Forge Version 14.23.1.2605
TConstruct and Tinkers Tool Leveling are at the latest version
I only have TConstruct and Tinkers Tool leveling installed

[0.2.0] Achieving negative xp with /levelupTool

Once you reach int (2147483647) as an XP requirement for the next level up (I achieved this using /levelupTool), if you have any XP gained (like 6 / 2147483647), when using /levelupTool once more, it results in a negative XP value appearing, and the tool does not level up. Using /levelupTool again puts you at a positive value again. If you have 0 / 2147483647, you level up normally. I'm assuming this is caused by extra XP being carried over to the next level when using /levelupTool.

Here's an image showing the negative xp-
https://u.pomf.is/jyqjcw.png

I realize this is an extreme edge case and will nearly never be seen, but I figured I'd report it anyway.

Crash 1.12.1 Server with Modern Skyblock 2

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (ResourceLoader-MC1.12-1.5.2.jar)
LoadingPlugin (Quark-r1.2-104.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-71.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.4-1.12-anarchy.jar)
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.4.jar)
CoreModLoader (applied-llamagistics-1.12-rv5-beta-7.jar)
CTMCorePlugin (CTM-MC1.12-0.2.2.7.jar)
LoadingPlugin (RandomThings-MC1.12.1-4.0.5.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.1.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 9/2/17 7:43 AM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tinkers Tool Leveling (tinkertoolleveling)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getConstructor(Unknown Source)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:127)
at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:111)
at slimeknights.toolleveling.TinkerToolLeveling.preInit(TinkerToolLeveling.java:49)
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:609)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
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.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:604)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.util.ITooltipFlag
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 42 more

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

-- System Details --
Details:
Minecraft Version: 1.12.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_144, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 447381080 bytes (426 MB) / 1479401472 bytes (1410 MB) up to 5298978816 bytes (5053 MB)
JVM Flags: 5 total; -Xmx5G -Xms1G -XX:+ExplicitGCInvokesConcurrent -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:+UseConcMarkSweepGC
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.41 Powered by Forge 14.22.0.2467 192 mods loaded, 192 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                       | Version                | Source                                          | Signature                                |
|:----- |:------------------------ |:---------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCH   | minecraft                | 1.12.1                 | minecraft.jar                                   | None                                     |
| UCH   | mcp                      | 9.19                   | minecraft.jar                                   | None                                     |
| UCH   | FML                      | 8.0.99.99              | forge-1.12.1-14.22.0.2467-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                    | 14.22.0.2467           | forge-1.12.1-14.22.0.2467-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | appliedenergistics2-core | rv5-beta-7             | minecraft.jar                                   | None                                     |
| UCH   | foamfixcore              | 7.7.4                  | minecraft.jar                                   | None                                     |
| UCH   | opencomputers|core       | 1.7.0.4                | minecraft.jar                                   | None                                     |
| UCH   | actuallyadditions        | 1.12.1-r119            | ActuallyAdditions-1.12.1-r119.jar               | None                                     |
| UCH   | baubles                  | 1.5.1                  | Baubles-1.12-1.5.1.jar                          | None                                     |
| UCH   | actuallybaubles          | 1.1                    | ActuallyBaubles-1.12-1.1.jar                    | None                                     |
| UCH   | opencomputers            | 1.7.0.4                | OpenComputers-MC1.12.1-1.7.0.4.jar              | None                                     |
| UCH   | actuallycomputers        | 2.1.0                  | actuallycomputers-2.1.0.jar                     | None                                     |
| UCH   | additionalbanners        | 1.5.38                 | AdditionalBanners-1.12-1.5.38.jar               | None                                     |
| UCH   | akashictome              | 1.2-9                  | AkashicTome-1.2-9.jar                           | None                                     |
| UCH   | chisel                   | MC1.12-0.0.13.16       | Chisel-MC1.12-0.0.13.16.jar                     | None                                     |
| UCH   | crafttweaker             | 4.0.4                  | CraftTweaker2-1.12-4.0.4.jar                    | None                                     |
| UCH   | mtlib                    | @VERSION@              | MTLib-3.0.0.jar                                 | None                                     |
| UCH   | modtweaker               | 4.0.1                  | modtweaker-4.0.1.jar                            | None                                     |
| UCH   | jei                      | 4.7.8.92               | jei_1.12.1-4.7.8.92.jar                         | None                                     |
| UCH   | mantle                   | 1.12-1.3.1.21          | Mantle-1.12-1.3.1.21.jar                        | None                                     |
| UCH   | tconstruct               | 1.12-2.7.2.19          | TConstruct-1.12-2.7.2.19.jar                    | None                                     |
| UCH   | extrautils2              | 1.0                    | extrautils2-1.12-1.6.jar                        | None                                     |
| UCH   | flyringbaublemod         | 0.3.0_1.12-306787e     | angelRingToBauble-1.12-0.3.0.46+306787e.jar     | None                                     |
| UCH   | redstoneflux             | 2.0.1                  | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCH   | cofhcore                 | 4.3.5                  | CoFHCore-1.12-4.3.5.13-universal.jar            | None                                     |
| UCH   | mekanism                 | 9.4.0                  | Mekanism-1.12.1-9.4.0.318.jar                   | None                                     |
| UCH   | codechickenlib           | 3.1.1.288              | CodeChickenLib-1.12-3.1.1.288-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | cofhworld                | 1.0.1                  | CoFHWorld-1.12-1.0.1.8-universal.jar            | None                                     |
| UCH   | thermalfoundation        | 2.3.5                  | ThermalFoundation-1.12-2.3.5.14-universal.jar   | None                                     |
| UCH   | thermalexpansion         | 5.3.5                  | ThermalExpansion-1.12-5.3.5.19-universal.jar    | None                                     |
| UCH   | appliedenergistics2      | rv5-beta-7             | applied-llamagistics-1.12-rv5-beta-7.jar        | 471969e66a70afa721905d87e393ae397574ebf7 |
| UCH   | appliedfluidics          | 1.12-1.0.1             | AppliedFluidics-1.12-1.0.1.jar                  | None                                     |
| UCH   | astralsorcery            | 1.6.1                  | astralsorcery-1.12-1.6.1.jar                    | None                                     |
| UCH   | morphtool                | 1.2-15                 | Morph-o-Tool-1.2-15.jar                         | None                                     |
| UCH   | psi                      | r1.1-52                | Psi-r1.1-52.jar                                 | None                                     |
| UCH   | quark                    | r1.2-104               | Quark-r1.2-104.jar                              | None                                     |
| UCH   | autoreglib               | 1.3-13                 | AutoRegLib-1.3-13.jar                           | None                                     |
| UCH   | base                     | 3.0.0                  | base-1.12-3.0.0.jar                             | None                                     |
| UCH   | bdlib                    | 1.14.1.6               | bdlib-1.14.1.6-mc1.12.jar                       | None                                     |
| UCH   | bedbugs                  | @VERSION@              | BedBugs-1.12-1.0.1.jar                          | None                                     |
| UCH   | betteradvancements       | 0.0.3.12               | BetterAdvancements-1.12.1-0.0.3.12.jar          | None                                     |
| UCH   | betterbuilderswands      | 0.11.1                 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
| UCH   | bibliocraft              | 2.4.3                  | BiblioCraft[v2.4.3][MC1.12.0].jar               | None                                     |
| UCH   | forestry                 | 5.5.0.180              | forestry_1.12.1-5.5.0.180.jar                   | None                                     |
| UCH   | binniecore               | unspecified            | binnie-mods-1.12.1-2.3.0.60.jar                 | None                                     |
| UCH   | binniedesign             | 1.0                    | binnie-mods-1.12.1-2.3.0.60.jar                 | None                                     |
| UCH   | genetics                 | 2.3.0.60               | binnie-mods-1.12.1-2.3.0.60.jar                 | None                                     |
| UCH   | botany                   | 2.3.0.60               | binnie-mods-1.12.1-2.3.0.60.jar                 | None                                     |
| UCH   | extrabees                | 2.3.0.60               | binnie-mods-1.12.1-2.3.0.60.jar                 | None                                     |
| UCH   | extratrees               | 2.3.0.60               | binnie-mods-1.12.1-2.3.0.60.jar                 | None                                     |
| UCH   | bookshelf                | 2.1.429                | Bookshelf-1.12.1-2.1.429.jar                    | None                                     |
| UCH   | brandonscore             | 2.3.2                  | BrandonsCore-1.12-2.3.2.129-universal.jar       | None                                     |
| UCH   | cyclopscore              | 0.10.17                | CyclopsCore-1.12-0.10.17.jar                    | None                                     |
| UCH   | capabilityproxy          | 1.0.0                  | CapabilityProxy-1.12-1.0.0.jar                  | None                                     |
| UCH   | carryon                  | 1.3                    | CarryOn MC1.12 v1.3.jar                         | None                                     |
| UCH   | ceramics                 | 1.12-1.3.2             | Ceramics-1.12-1.3.2.jar                         | None                                     |
| UCH   | chameleon                | 1.12-4.1.3             | Chameleon-1.12-4.1.3.jar                        | None                                     |
| UCH   | chancecubes              | 1.12.1-3.0.1.203       | ChanceCubes-1.12.1-3.0.1.203.jar                | None                                     |
| UCH   | chiselsandbits           | 14.6                   | chiselsandbits-14.6.jar                         | None                                     |
| UCH   | clumps                   | 2.0.0                  | Clumps-3.0.0.jar                                | None                                     |
| UCH   | colossalchests           | 1.6.5                  | ColossalChests-1.12-1.6.5.jar                   | None                                     |
| UCH   | commoncapabilities       | 1.4.0                  | CommonCapabilities-1.12-1.4.0.jar               | None                                     |
| UCH   | compactmachines3         | 3.0.0                  | compactmachines3-1.12.1-3.0.0-b126.jar          | None                                     |
| UCH   | cookingforblockheads     | 6.3.6                  | CookingForBlockheads_1.12.1-6.3.6.jar           | None                                     |
| UCH   | cosmeticarmorreworked    | 1.12.1-v1              | CosmeticArmorReworked-1.12.1-v1.jar             | None                                     |
| UCH   | craftingtweaks           | 8.1.5                  | CraftingTweaks_1.12.1-8.1.5.jar                 | None                                     |
| UCH   | crafttweakerjei          | 2.0.0                  | CraftTweaker2-1.12-4.0.4.jar                    | None                                     |
| UCH   | creeperconfetti          | 1.4.1                  | creeperconfetti-1.4.1.jar                       | None                                     |
| UCH   | cucumber                 | 1.0.0                  | cucumber[1.12]-1.0.0.jar                        | None                                     |
| UCH   | darkutils                | 1.7.169                | DarkUtils-1.12.1-1.7.169.jar                    | None                                     |
| UCH   | dirt2path                | 1.7.0                  | dirt2path-1.7.0.jar                             | None                                     |
| UCH   | draconicevolution        | 2.3.3                  | Draconic-Evolution-1.12-2.3.3.261-universal.jar | None                                     |
| UCH   | elevatorid               | 1.3.4                  | ElevatorMod-1.12-1.3.4.jar                      | None                                     |
| UCH   | embers                   | 0.221                  | embers-0.221.jar                                | None                                     |
| UCH   | csb_ench_table           | 1.1.2                  | EnchantingTable-1.12-1.1.2.jar                  | None                                     |
| UCH   | shetiphiancore           | 3.5.0.2                | shetiphiancore-1.12.0-3.5.1.jar                 | None                                     |
| UCH   | endertanks               | 1.6.0.2                | endertanks-1.12.0-1.6.0.2.jar                   | None                                     |
| UCH   | valkyrielib              | 1.12-2.0.1a            | valkyrielib-1.12.1-2.0.2c.jar                   | None                                     |
| UCH   | environmentaltech        | 1.12.1-2.0.2d          | environmentaltech-1.12.1-2.0.2d.jar             | None                                     |
| UCH   | etlunar                  | 1.12.1-2.0.2a          | etlunar-1.12.1-2.0.2a.jar                       | None                                     |
| UCH   | evilcraft                | 0.10.34                | EvilCraft-1.12-0.10.34.jar                      | None                                     |
| UCH   | evilcraftcompat          | 1.0.0                  | EvilCraft-1.12-0.10.34.jar                      | None                                     |
| UCH   | exchangers               | 1.12-2.4               | Exchangers-1.12-2.4.jar                         | None                                     |
| UCH   | expandedbonemeal         | 1.1.0                  | expandedbonemeal-1.11-1.1.0.jar                 | None                                     |
| UCH   | extendedcrafting         | 1.0.0                  | extendedcrafting[1.12]-1.0.0.jar                | None                                     |
| UCH   | extrabitmanipulation     | 1.12-3.2.0             | ExtraBitManipulation-1.12-3.2.0.jar             | None                                     |
| UCH   | shadowmc                 | 3.8.0                  | ShadowMC-1.12-3.8.0.jar                         | None                                     |
| UCH   | extrarails               | 1.3.0                  | ExtraRails-1.12-1.3.0.jar                       | None                                     |
| UCH   | zerocore                 | 1.12-0.1.0.9           | zerocore-1.12-0.1.0.9.jar                       | None                                     |
| UCH   | bigreactors              | 1.12-0.4.5.34          | ExtremeReactors-1.12-0.4.5.34.jar               | None                                     |
| UCH   | fairylights              | 2.1.1                  | fairylights-2.1.1-1.12.jar                      | None                                     |
| UCH   | foamfix                  | @VERSION@              | foamfix-0.7.4-1.12-anarchy.jar                  | None                                     |
| UCH   | forgelin                 | 1.5.1                  | Forgelin-1.5.1.jar                              | None                                     |
| UCH   | forgivingvoid            | 1.0.5                  | ForgivingVoid_1.12-1.0.5.jar                    | None                                     |
| UCH   | ftbl                     | 0.0.0                  | FTBLib-4.0.5.jar                                | None                                     |
| UCH   | ftbu                     | 0.0.0                  | FTBUtilities-4.0.3.jar                          | None                                     |
| UCH   | ftbg                     | 1.12.1-1.0.01          | ftbg-1.121.-1.0.0.jar                           | None                                     |
| UCH   | funkylocomotion          | 1.0                    | funky-locomotion-1.12-alpha-0.0.1.jar           | None                                     |
| UCH   | gendustry                | 1.6.5.4                | gendustry-1.6.5.4-mc1.12.jar                    | None                                     |
| UCH   | pressure                 | 1.3.1.2                | pressure-1.3.1.2-mc1.12.jar                     | None                                     |
| UCH   | advgenerators            | 0.9.20.5               | generators-0.9.20.5-mc1.12.jar                  | None                                     |
| UCH   | grue                     | 1.3.5                  | Grue-1.12-1.3.5.jar                             | None                                     |
| UCH   | hammercore               | 1.9.4.0                | HammerCore-1.12-1.9.4.0.jar                     | None                                     |
| UCH   | theoneprobe              | 1.4.18                 | theoneprobe-1.12-1.4.18.jar                     | None                                     |
| UCH   | immersiveengineering     | 0.12-71                | ImmersiveEngineering-0.12-71.jar                | None                                     |
| UCH   | immersivepetroleum       | 1.1.3                  | immersivepetroleum-1.12-1.1.3.jar               | None                                     |
| UCH   | immersivetech            | 1.3                    | immersivetech-1.12-1.3.jar                      | None                                     |
| UCH   | incontrol                | 3.6.0                  | incontrol-1.12-3.6.0.jar                        | None                                     |
| UCH   | teslacorelib             | 1.0.7                  | tesla-core-lib-1.12-1.0.7.jar                   | None                                     |
| UCH   | industrialforegoing      | 1.2-1.1.1              | industrialforegoing-1.12-1.1.1-33.jar           | None                                     |
| UCH   | lunatriuscore            | 1.2.0.41               | LunatriusCore-1.12.1-1.2.0.41-universal.jar     | None                                     |
| UCH   | ingameinfoxml            | 2.8.2.93               | InGameInfoXML-1.12.1-2.8.2.93-universal.jar     | None                                     |
| UCH   | integrateddynamics       | 0.8.7                  | IntegratedDynamics-1.12-0.8.7.jar               | None                                     |
| UCH   | integrateddynamicscompat | 1.0.0                  | IntegratedDynamics-1.12-0.8.7.jar               | None                                     |
| UCH   | integratedtunnels        | 1.3.2                  | IntegratedTunnels-1.12-1.3.2.jar                | None                                     |
| UCH   | inventorytweaks          | 1.63+beta.108.6ff67c4  | InventoryTweaks-1.63+beta.108.jar               | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCH   | ironchest                | 1.12-7.0.31.818        | ironchest-1.12-7.0.31.818.jar                   | None                                     |
| UCH   | jaopcaadditions          | 1.12-1.2.2             | JAOPCAAdditions-1.12-1.2.2.jar                  | None                                     |
| UCH   | jaopca                   | 1.12-2.2.1.41          | JAOPCA-1.12-2.2.1.41.jar                        | None                                     |
| UCH   | oredictinit              | 1.12-2.2.0.55          | JAOPCA-1.12-2.2.1.41.jar                        | None                                     |
| UCH   | jehc                     | 1.3.0                  | jehc-1.12-1.3.0.jar                             | None                                     |
| UCH   | jeibees                  | 0.9.0.2                | jeibees-0.9.0.2-mc1.12.jar                      | None                                     |
| UCH   | journeymap               | 1.12.1-5.5.0b3         | journeymap-1.12.1-5.5.0b3.jar                   | None                                     |
| UCH   | kleeslabs                | 5.3.2                  | KleeSlabs_1.12-5.3.2.jar                        | None                                     |
| UCH   | magicbees                | 1.0                    | MagicBees-1.12-3.1.5.jar                        | None                                     |
| UCH   | mekanismgenerators       | 9.4.0                  | MekanismGenerators-1.12.1-9.4.0.318.jar         | None                                     |
| UCH   | mekanismtools            | 9.4.0                  | MekanismTools-1.12.1-9.4.0.318.jar              | None                                     |
| UCH   | mercurius_updater        | 1.0                    | MercuriusUpdater-1.12.1.jar                     | None                                     |
| UCH   | storagedrawers           | 1.12-5.2.5             | StorageDrawers-1.12.1-5.3.0.jar                 | None                                     |
| UCH   | refinedstorage           | 1.5.17                 | refinedstorage-1.5.17.jar                       | None                                     |
| UCH   | moartinkers              | 0.5.4                  | moartinkers-0.5.4.jar                           | None                                     |
| UCH   | mob_grinding_utils       | 0.3.2                  | MobGrindingUtils-0.3.2.jar                      | None                                     |
| UCH   | modularrouters           | 1.12-3.0.2             | modular-routers-1.12-3.0.2.jar                  | None                                     |
| UCH   | morebeautifulbuttons     | 1.12.1-1.5.0.9         | morebeautifulbuttons-1.12.1-1.5.0.9.jar         | None                                     |
| UCH   | shear                    | 1.1.2                  | MoreShearables1.2.3-1.12.jar                    | None                                     |
| UCH   | morpheus                 | 1.12-3.3.2             | Morpheus-1.12-3.3.2.jar                         | None                                     |
| UCH   | multistorage             | 1.4.1                  | multistorage-1.12.0-1.4.1.jar                   | None                                     |
| UCH   | mysticalagriculture      | 1.6.3                  | mysticalagriculture[1.12]-1.6.3.jar             | None                                     |
| UCH   | mysticalagradditions     | 1.2.3                  | mysticalagradditions[1.12]-1.2.3.jar            | None                                     |
| UCH   | nice                     | 0.1.0                  | nice-1.12-0.1.0.jar                             | None                                     |
| UCH   | nmsot                    | 1.2.1-mc1.12           | NoMobSpawningOnTrees-1.2.1-mc1.12.jar           | None                                     |
| UCH   | notenoughwands           | 1.5.9                  | notenoughwands-1.12-1.5.9.jar                   | None                                     |
| UCH   | ocsensors                | 1.0.0                  | ocsensors-1.0.2-b12.jar                         | None                                     |
| UCH   | oreexcavation            | 1.4.105                | OreExcavation-1.4.105.jar                       | None                                     |
| UCH   | harvestcraft             | 1.12.1b                | Pam's HarvestCraft 1.12.1b.jar                  | None                                     |
| UCH   | rftools                  | 6.13                   | rftools-1.12-6.13.jar                           | None                                     |
| UCH   | rftoolsdim               | 5.04                   | rftoolsdim-1.12-5.04.jar                        | None                                     |
| UCH   | persistentbits           | 1.0.6a                 | PersistentBits-1.12-1.0.6a.jar                  | None                                     |
| UCH   | platforms                | 1.4.0.1                | platforms-1.12.0-1.4.0.1.jar                    | None                                     |
| UCH   | plustic                  | 6.3.1.2                | plustic-6.3.1.2.jar                             | None                                     |
| UCH   | reborncore               | 3.2.7.95               | RebornCore-1.12.1-3.2.7.95-universal.jar        | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | quantumstorage           | 4.4.0                  | QuantumStorage-1.12-4.4.0.jar                   | None                                     |
| UCH   | quickleafdecay           | 1.2.4                  | QuickLeafDecay-MC1.12.1-1.2.4.jar               | None                                     |
| UCH   | randomthings             | 4.0.5                  | RandomThings-MC1.12.1-4.0.5.jar                 | None                                     |
| UCH   | rangedpumps              | 0.5                    | rangedpumps-0.5.jar                             | None                                     |
| UCH   | rebornstorage            | 1.0.0                  | RebornStorage-1.12-2.0.1.6.jar                  | None                                     |
| UCH   | redstonearsenal          | 2.3.5                  | RedstoneArsenal-1.12-2.3.5.13-universal.jar     | None                                     |
| UCH   | refinedstorageaddons     | 0.1.1                  | refinedstorageaddons-0.1.1.jar                  | None                                     |
| UCH   | xreliquary               | 1.12-1.3.4.710         | Reliquary-1.12-1.3.4.710.jar                    | None                                     |
| UCH   | restrictedportals        | 1.12-0.6.1             | restrictedportals-1.12-0.6.1.jar                | None                                     |
| UCH   | rftoolscontrol           | 1.6.8                  | rftoolsctrl-1.12-1.6.8.jar                      | None                                     |
| UCH   | silentlib                | 2.2.7                  | SilentLib-1.12-2.2.7-85.jar                     | None                                     |
| UCH   | silentgems               | 2.4.5                  | SilentsGems-1.12-2.4.5-215.jar                  | None                                     |
| UCH   | sgextraparts             | 1.3.3                  | SGExtraParts-1.12-1.3.3-29.jar                  | None                                     |
| UCH   | simplyconveyors          | 3.0.6                  | SimplyConveyors-4.0.4.jar                       | None                                     |
| UCH   | skyresources             | 2.0.23                 | skyresources-2.0.23.jar                         | None                                     |
| UCH   | sc                       | 0.1 - MC 1.12          | Sky Compression-1.0.2 Public-Beta.jar           | None                                     |
| UCH   | solarfluxreborn          | 3.25r                  | SolarFluxReborn_1.12-3.25r.jar                  | None                                     |
| UCH   | soulshardstow            | 1.12-2.7.3-52          | SoulShards-TOW-1.12-2.7.3-52.jar                | None                                     |
| UCH   | spartanshields           | 1.3a                   | SpartanShields-1.12-1.3a.jar                    | None                                     |
| UCH   | statues                  | 0.7.2.1                | statues-0.7.2.1.jar                             | None                                     |
| UCH   | stevescarts              | ${version}             | StevesCarts-1.12.1-2.4.7.40.jar                 | None                                     |
| UCH   | storagedrawersextra      | @VERSION@              | StorageDrawersExtras-1.12-3.1.0.jar             | None                                     |
| UCH   | structuredcrafting       | 0.1.9                  | StructuredCrafting-1.12-0.1.9.jar               | None                                     |
| UCH   | techreborn               | 2.6.13.189             | TechReborn-1.12.1-2.6.13.189-universal.jar      | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | beneath                  | 1.2.0                  | The Beneath-1.12-1.2.0.jar                      | None                                     |
| UCH   | thermalcultivation       | 0.1.1                  | ThermalCultivation-1.12-0.1.1.6-universal.jar   | None                                     |
| UCH   | thermaldynamics          | 2.3.5                  | ThermalDynamics-1.12-2.3.5.12-universal.jar     | None                                     |
| UCH   | tinker_io                | pre-release 2.5.4e     | tinker_io-1.12-pre-release 2.5.4e.jar           | None                                     |
| UCE   | tinkertoolleveling       | 1.12-1.0.2.DEV.5923734 | TinkerToolLeveling-1.12-1.0.2.jar               | None                                     |
| UCH   | tombstone                | 1.3.3                  | tombstone-1.3.3-1.12.jar                        | None                                     |
| UCH   | topaddons                | 1.12-0.15.1            | topaddons-1.12-0.15.1.jar                       | None                                     |
| UCH   | torchmaster              | 1.5.3.43               | torchmaster_1.12.1-1.5.3.43.jar                 | None                                     |
| UCH   | tothebatpoles            | 1.0.0.0                | tothebatpoles-1.0.0.0.jar                       | None                                     |
| UCH   | treegrowingsimulator     | 0.0.4                  | TreeGrowingSimulator2017-1.0.1.jar              | None                                     |
| UCH   | voidislandcontrol        | 1.2.4                  | voidislandcontrol-1.2.4.jar                     | None                                     |
| UCH   | xnet                     | 1.4.0                  | xnet-1.12-1.4.0.jar                             | None                                     |
| UCH   | xtones                   | 1.12-1.0.5-8           | Xtones-1.12-1.0.5-8.jar                         | None                                     |
| UCH   | yabba                    | 1.12-0.5.3             | YABBA-1.12-0.5.3.jar                            | None                                     |
| UCH   | justthetips              | 1.12-1.0.1.1           | justthetips-1.12-1.0.1.1.jar                    | None                                     |
| UCH   | teslacorelib_registries  | 1.0.7                  | tesla-core-lib-1.12-1.0.7.jar                   | None                                     |
| UCH   | wrapup                   | 1.12-1.1.1             | WrapUp-1.12-1.1.1.jar                           | None                                     |

Loaded coremods (and transformers): 

LoadingPlugin (ResourceLoader-MC1.12-1.5.2.jar)
lumien.resourceloader.asm.ClassTransformer
LoadingPlugin (Quark-r1.2-104.jar)
vazkii.quark.base.asm.ClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63+beta.108.jar)
invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)

IELoadingPlugin (ImmersiveEngineering-0.12-71.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.4-1.12-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.4.jar)
li.cil.oc.common.asm.ClassTransformer
CoreModLoader (applied-llamagistics-1.12-rv5-beta-7.jar)
appeng.coremod.transformer.ASMIntegration
CTMCorePlugin (CTM-MC1.12-0.2.2.7.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (RandomThings-MC1.12.1-4.0.5.jar)
lumien.randomthings.asm.ClassTransformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.1.jar)
shetiphian.asm.ClassTransformer
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)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

AE2 Version: beta rv5-beta-7 for Forge 14.21.1.2387
List of loaded APIs: 
	* actuallyadditionsapi (33) from ActuallyAdditions-1.12.1-r119.jar
	* appliedenergistics2|API (rv5) from applied-llamagistics-1.12-rv5-beta-7.jar
	* Base|API (1.0.0) from base-1.12-3.0.0.jar
	* Baubles|API (1.4.0.2) from statues-0.7.2.1.jar
	* BetterWithModsAPI (Beta 0.6) from Quark-r1.2-104.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.12-0.4.5.34.jar
	* BotaniaAPI (79) from AkashicTome-1.2-9.jar
	* Chisel-API (0.0.1) from Chisel-MC1.12-0.0.13.16.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.0.13.16.jar
	* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.6.jar
	* cofhapi (2.0.0) from CoFHCore-1.12-4.3.5.13-universal.jar
	* cofhapi|block (2.0.0) from CoFHCore-1.12-4.3.5.13-universal.jar
	* cofhapi|core (2.0.0) from CoFHCore-1.12-4.3.5.13-universal.jar
	* cofhapi|item (2.0.0) from CoFHCore-1.12-4.3.5.13-universal.jar
	* cofhapi|tileentity (2.0.0) from CoFHCore-1.12-4.3.5.13-universal.jar
	* cofhapi|util (2.0.0) from CoFHCore-1.12-4.3.5.13-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
	* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.1-8.1.5.jar
	* ctm-api (0.1.0) from CTM-MC1.12-0.2.2.7.jar
	* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.2.7.jar
	* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.2.7.jar
	* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.2.7.jar
	* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.2.7.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.3.261-universal.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|core (5.1.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|farming (2.2.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.1-5.5.0.180.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.1-5.5.0.180.jar
	* funkylocomotion_api (2.0) from funky-locomotion-1.12-alpha-0.0.1.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.4-mc1.12.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-71.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-71.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12-0.8.7.jar
	* journeymap|client-api (1.4-SNAPSHOT) from journeymap-1.12.1-5.5.0b3.jar
	* journeymap|client-api-display (1.4-SNAPSHOT) from journeymap-1.12.1-5.5.0b3.jar
	* journeymap|client-api-event (1.4-SNAPSHOT) from journeymap-1.12.1-5.5.0b3.jar
	* journeymap|client-api-model (1.4-SNAPSHOT) from journeymap-1.12.1-5.5.0b3.jar
	* journeymap|client-api-util (1.4-SNAPSHOT) from journeymap-1.12.1-5.5.0b3.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.1-4.7.8.92.jar
	* mcjtylib_ng (2.4.4) from mcjtylib-1.12-2.4.4.jar
	* MekanismAPI|core (9.0.0) from Mekanism-1.12.1-9.4.0.318.jar
	* MekanismAPI|energy (9.0.0) from Mekanism-1.12.1-9.4.0.318.jar
	* MekanismAPI|gas (9.0.0) from Mekanism-1.12.1-9.4.0.318.jar
	* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.1-9.4.0.318.jar
	* MekanismAPI|laser (9.0.0) from Mekanism-1.12.1-9.4.0.318.jar
	* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.1-9.4.0.318.jar
	* MekanismAPI|util (9.0.0) from Mekanism-1.12.1-9.4.0.318.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
	* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.4.jar
	* pressureAPI (1.3.1.2) from pressure-1.3.1.2-mc1.12.jar
	* PsiAPI (5) from Psi-r1.1-52.jar
	* QuarkAPI (1) from Quark-r1.2-104.jar
	* reborncoreAPI (3.2.7.95) from RebornCore-1.12.1-3.2.7.95-universal.jar
	* reborncoreAPI|Power (3.2.7.95) from RebornCore-1.12.1-3.2.7.95-universal.jar
	* reborncoreAPI|Recipe (3.2.7.95) from RebornCore-1.12.1-3.2.7.95-universal.jar
	* reborncoreAPI|Tile (3.2.7.95) from RebornCore-1.12.1-3.2.7.95-universal.jar
	* SilentGemsAPI (3) from SilentsGems-1.12-2.4.5-215.jar
	* simplyconveyorsapi (1.0) from SimplyConveyors-4.0.4.jar
	* stevescartsAPI (${version}) from StevesCarts-1.12.1-2.4.7.40.jar
	* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.1-2.4.7.40.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.1-5.3.0.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.1-5.3.0.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.1-5.3.0.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.1-5.3.0.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.1-5.3.0.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.1-5.3.0.jar
	* techrebornAPI (2.6.13.189) from TechReborn-1.12.1-2.6.13.189-universal.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.18.jar
	* valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.1-2.0.2c.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.0.9.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.0.9.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.0.9.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.0.9.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.2.7.95
	Runtime Debofucsation 1
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

1.7.10 Compatibility?

Hi SlimeKnights!

I was wondering whether there is a 1.7.10 compatible version of this mod, or whether compatibility was planned. 1.7.10 is still used in a lot of modpacks, and I personally usually prefer it to versions +1.9.

Customized EXP rate for level up

Allow users to change EXP modifier by editing files which related to EXP.

For example,we could use 500/750/1125/1687/2531 to replace original one(which might be 500/1000/2000/4000/8000). The rate has been changed from 200% to 150%.

The default rate (200%) may cause users put most of their time on getting EXP.

Suggestion: Tool leveling command

Recently a bug caused my tools to be deleted, after I had leveled them up multiple times and put modifiers on them. While you can't fix every bug from every other mod, it would be useful to be able to enter a command to level up a tool you're holding to make fixing a situation like this easier (Or for adventure maps?)

Does not work for bows and crossbows

Hello, i updated TiC and this mod yesterday. (TinkerToolLeveling-1.12-1.0.3.jar)
The changelog says:
"Bows and Crossbows now also get XP for hitting stuff with them."

This is not the case. Bows and crossbows have no Information for xp on them at all.

[Suggestion] Add an option for increasing required EXP based on reinforcement modifiers

Currently you can build unbreakable tools by having two paper pieces, then adding 5 "Reinforcement" modifiers. Having TiToLe in a pack, this means you could automate the tools' usage in some way (Main possibility being a Mechanical User from ExU2), and let it level up in a matter of minutes. Then you could apply speed, fortune/silk, and with a high-level sharpening kit you could get a pretty OP tool in pretty early game.

My suggestion: Making it so when you add a modifier to a tool for increasing their durability, the base required EXP for that particular tool increases accordingly. In the case of making a tool unbreakable, the tool can no longer be leveled up at all (not even current level).

This could, of course, be toggled off in the config, but would help improving the balance of this mechanic in certain packs...

Two modifiers that could be affected for this:

  • Reinforcement: Every 20% reinforced increases base required EXP in 30% (Increase considers previous augments, so Reinforced would be 130%, Reinforced II would be 169%, and so on...). Reinforced V (Unbreakable) would disable leveling that tool entirely.
  • Width++/Height++: Increases mined blocks in a 66% each, but doubles the required EXP for leveling up the tool.

NewToolMinModifiers cannot be turned off

Setting the value arbitrarily high (I used 65535) gives all tools a very large number of modifiers (65532 in my case, not sure why the difference). Setting it to -1 just takes away all modifiers. I'd like to be able to use this mod without rendering paper, magical wood, and enchanted metal pointless.

Scythe related comments

Adding Silktouch appears to cause Scyths to gain xp much more slowly from breaking plants.

The xp on non-silk scythes seems to roll back a little bit with regards to breaking groups of plants at times.

Suggestion: Random modifiers

Hey!

I'd like to suggest that every other level grants a randomized modifier, instead of adding room for a new modifier. It'd also be nice, in my opinion, with a config option to cap amount of modifiers granted.

Thank you for making this mod, it's a very nice addition to the Tinkers' gameplay!

Suggestion: Special Block Modifier

It would be nice to allow users to add a list of items with exp modifiers.

For example:

toolxp {
    exp_modifier {
        "minecraft:gold_ore" = 3 #Gold gives 2x the base exp of 1
        "minecraft:iron_ore" = 1.5 #Iron gives 1.5x the base exp of 1
        21 = 2 #Lapis gives 2x the base exp of 1
    }
}

Unable to change XP needed for leveling

I have this mod installed on my modpack and even after changing the xp levels in the config and making a new singleplayer world all the XP levels were still what they were originally set to

[Feature Request] XP visible in HUD

Would it be possible to show the xp of a tool one holds in the HUD? Optionally, showing the mainhand and offhand separately would be even better, but I think it'd be nifty for at least some of us to be able to see it.

Custom level name

Can you make an editable level name?
or should i repack zip with custom .lang files?

Not working together with Mending Moss

I put a Mending Moss on my Hattock (Certus Quartz/Living Wood/Living Wood) and noticed, that it does not work.

I think the xp buffer for the level ups replaces the one for the mending moss maybe?!

Crossbow

the crossbows in 1.10 sky factory 3 only level on melee hit and not on actual shots of the crossbow

Mattock doesn't get xp when used on Bimoes'o'plenty blocks

Hey, I have noticed that whenever I use the mattock, as a hoe, on different dirt/grass blocks from Biome'o'plenty, it seems that they don't get any xp.

I'm not sure, if this is the only thing, or if it's a general compatibility issue between the two mods.

Compile issue on 1.11.2

Hi

I tried to compile this for 1.11.2. For that I changed build.properties:

mod_version=1.0.1
minecraft_version=1.11.2
forge_version=13.20.0.2228
mappings=snapshot_20170512

mantle_version=1.2.0.+
tic_version=2.7.+

But it bombs:


:compileJava
TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/CommonProxy.java:33: error: cannot find symbol
    player.addChatMessage(textComponent);
          ^
  symbol:   method addChatMessage(ITextComponent)
  location: variable player of type EntityPlayer
TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/ModToolLeveling.java:90: error: cannot find symbol
    if(player != null && !player.worldObj.isRemote && player.getActiveItemStack() == tool) {
                                ^
  symbol:   variable worldObj
  location: variable player of type EntityPlayer
/usr/src/git/TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/ModToolLeveling.java:166: error: cannot find symbol
      if(!player.worldObj.isRemote) {
                ^
  symbol:   variable worldObj
  location: variable player of type EntityPlayer
TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/debug/CommandLevelTool.java:15: error: CommandLevelTool is not abstract and does not override abstract method getUsage(ICommandSender) in ICommand
public class CommandLevelTool extends CommandBase {
       ^
TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/debug/CommandLevelTool.java:22: error: method does not override or implement a method from a supertype
  @Override
  ^
TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/debug/CommandLevelTool.java:27: error: method does not override or implement a method from a supertype
  @Override
  ^
TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/capability/DamageXpHandler.java:143: error: cannot find symbol
    ItemStack stack = ItemStack.loadItemStackFromNBT(tag.getCompoundTag(TAG_ITEM));
                               ^
  symbol:   method loadItemStackFromNBT(NBTTagCompound)
  location: class ItemStack
Note: TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/EntityXpHandler.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: TinkersToolLeveling/build/sources/main/java/slimeknights/toolleveling/capability/DamageXpHandler.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
7 errors
:compileJava FAILED

Changing Tool XP required for specific items

Minecraft version: 1.12
Tinkers Tool Leveling version: 1.12-1.0.2b (1.12-1.0.2b.DEV.1a79301)
Tinkers' Construct version: 1.12-2.7.4.34
Forge Mod Loader version: 8.0.99.99
Minecraft Forge version: 14.23.0.2531
Specific Mod Pack: Direwolf20 1.12

Log: There is only one mention of Tinkers Tool Leveling in the start up log, and was only for the Resource Manager listing all the mods its found

Problem: When I go into the config file to set xp requirements for certain tools, it does not use the number for that tool stated in the config file.

my config file:

"_VERSION"=1
general {
    # Maximum achievable levels. If set to 0 or lower there is no upper limit
    maximumLevels=-1
    # Reduces the amount of modifiers a newly build tool gets if the value is lower than the regular amount of modifiers the tool would have
    newToolMinModifiers=3
}
toolxp {
    # Base XP for each of the listed tools
    baseXpForTool {
        "tconstruct:arrow"=500
        "tconstruct:battlesign"=500
        "tconstruct:bolt"=500
        "tconstruct:broadsword"=500
        "tconstruct:cleaver"=500
        "tconstruct:crossbow"=500
        "tconstruct:excavator"=4500
        "tconstruct:frypan"=500
        "tconstruct:hammer"=4500
        "tconstruct:hatchet"=500
        "tconstruct:longbow"=500
        "tconstruct:longsword"=500
        "tconstruct:lumberaxe"=4500
        "tconstruct:mattock"=500
        "tconstruct:pickaxe"=500
        "tconstruct:rapier"=500
        "tconstruct:scythe"=4500
        "tconstruct:shortbow"=500
        "tconstruct:shovel"=500
        "tconstruct:shuriken"=500
    }
    # Base XP used when no more specific entry is present for the tool
    defaultBaseXP=500
}

Any help will be gladly appreciated, thank you for your time.

Edit1: The above config file does work for defaultBaseXP=500, I can change this 500 to any number and that number is correctly reflected in the game, however, the baseXpForTool is still not using the numbers I stated.

Its not working on my server

So I have never had an issue with this mod before, and I recently got a server for me and a friend to play on and I really wanted this mod. Installed it and it does nothing. There are no levels on my tools or anything. Can someone help? Im used to my single player world where nothing ever goes wrong. I am in way over my head....

Server crash?

Adding this mod to the server (Multiplayer) Made it crash on startup, but running the same map (From our multiplayer) In our single player works just fine with the mod. But when the server crashes, it doesn't really show the server crashing in the logs?

XP for blocking with signs

I find signs to make great shield replacements while using a broadsword as a weapon. However, you get no XP for using a battlesign this way.

Would it be possible to add an xp gain for successfully stopping/reflecting damage when blocking (potentially at a reduced rate if balancing is a concern)?

How do you get mushrooms?

Witchwater on Mycilium does not sprout mushrooms which is the normal way. How are you supposed to get them?

Netty DecoderException

Version: TinkerToolLeveling-1.10.2-1.0.0
Forge: forge-1.10.2-12.18.2.2099
Modpack: Uprising

After updating from version 0.2.0, I was unable to connect to my server. On review of the client log, I found TiC to be the last mod to log an action before the errors occurred. TiC had not updated so I rolled back TTL and I was able to connect to the server again.

Client Log

Setting ToolXP.levelMultiplier in config doesn't change anything

Setting toolxp.levelMultiplier to anything doesn't change anything in game. It also isn't part of the generated config.

Does it have anything to do with it being a float?

Forge Version: 1.20.2-forge1.10.2-12.18.2221
Mantle Version: 1.10.2-1.1.5
Tinker's Construct Version: 1.10.2-2.6.2
Tinker's Tool Leveling Version: 1.10.2-1.0.1

Adjustable EXP Rates

It would be nice to see a way to customize or add different amounts of experience to be earned depending on what you're mining. Presently (on my server.) you get 1 experience whether it's Stone, Cobblestone, Redstone, Diamonds, or any other ore introduced through mods. Even though you can upgrade the mining capabilities of your pickaxe, you still don't get any better experience for being able to mine the higher tiers of ores. If there is a way to use a text file or something to load by line each different ore, then all you would need to do is provide a sample of what it should look like per line, then it's up to the server owner to add whichever ore's and custom experience they want.

example:

minecraft:stone 1, 
minecraft:coal_ore 3, 
minecraft:diamond_ore 10,

it would be mod:item_name experience,

[Update] Progress on 1.12 port?

Hi I love this mod and I can't play TiC without it. I'm currently making a 1.12 modpack and would really like it in the pack asap, just wondering if this mod is still being worked on, its pretty simple so I don't assume it to take long. Also, I'm messaging here bc u disabled comments on curseforge I think. Thanks

[Suggestion] Modifier Remover/Scrubber

I'm wondering if you could add a way to remove a modifier from a tool after it gains it. This would be useful if you get a modifier that you don't want on a particular tool. eg. Autosmelt on a pickaxe can be very annoying...being able to remove the last added modifier would be nice.

Crash On start up

When i add this to my mods folder and launch it it crashes with this.
---- Minecraft Crash Report ----

WARNING: coremods are present:
AppleCore (AppleCore-mc1.10.2-2.0.1.jar)
TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar)
CCCDeobfPlugin (unknown)
IC2core (industrialcraft-2-2.6.66-ex110.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.78-universal.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.1.147-universal.jar)
GregtechASM (gregtech-5.09.22.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.54-beta.jar)
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal (1).jar)
Contact their authors BEFORE contacting forge

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 9/13/16 9:33 AM
Description: Rendering screen

java.lang.NoClassDefFoundError: bxl
at net.minecraftforge.fml.common.versioning.Restriction.toStringFriendly(Restriction.java:224)
at net.minecraftforge.fml.common.versioning.VersionRange.toStringFriendly(VersionRange.java:498)
at net.minecraftforge.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:106)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
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 net.minecraftforge.fml.common.versioning.Restriction.toStringFriendly(Restriction.java:224)
at net.minecraftforge.fml.common.versioning.VersionRange.toStringFriendly(VersionRange.java:498)
at net.minecraftforge.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:106)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)

-- Screen render details --
Details:
Screen name: net.minecraftforge.fml.client.GuiModsMissing
Mouse location: Scaled: (0, 239). Absolute: (0, 0)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1094)
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)

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 209363288 bytes (199 MB) / 514244608 bytes (490 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2080 43 mods loaded, 43 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
U mcp{9.19} Minecraft Coder Pack
U FML{8.0.99.99} Forge Mod Loader
U Forge{12.18.1.2080} Minecraft Forge
U CodeChickenCore{2.1.8.79} CodeChicken Core
U NotEnoughItems{2.1.1.147} Not Enough Items
U OpenComputers|Core{1.6.0.3-rc.1} OpenComputers (Core)
U AppleCore{2.0.1} AppleCore
U babymobs{1.5} Baby Mobs
U Baubles{1.2.1.0} Baubles
U bdlib{1.12.2.8} BD Lib
U Botania{r1.8-321} Botania
U Chameleon{1.10-2.1.7} Chameleon
U commoncapabilities{1.1.2} CommonCapabilities
U CompactSolars{5.0.4.328} Compact Solar Arrays
U craftingtweaks{6.1.12} Crafting Tweaks
U MineTweaker3{3.0.11} MineTweaker 3
U cyclopscore{0.7.7} Cyclops Core
U endercore{1.10.2-0.4.1.54-beta} EnderCore
U EnderIO{1.10.2-3.0.1.107_beta} Ender IO
U FFS{1.9.4-1.6.4-b28} [Fancy Fluid Storage](Fancy Fluid Storage-1.9.4-1.6.4-b28.jar)
U gregtech{MC1710} GregTech
U hardcorewither{2.0.0} Hardcore Wither
U IC2{2.6.66-ex110} IndustrialCraft 2
U JEI{3.9.3.252} Just Enough Items
U journeymap{1.10.2-5.2.4} JourneyMap
U fyberbackpack{1.0.2} Just Backpacks
U jeresources{0.4.8.48} Just Enough Resources
U mantle{1.10.2-1.0.0.jenkins170} Mantle
U modtweaker{2.0.2} Mod Tweaker
U OpenComputers{1.6.0.3-rc.1} OpenComputers
U harvestcraft{1.9.4-pre} [Pam's HarvestCraft](Pam's HarvestCraft 1.9.4-1.10.2b.jar)
U pressure{1.3.1.13} Pressure Pipes
U randomthings{3.7.5} Random Things
U Roguelike{1.5.4} Roguelike Dungeons
U RTG{1.10.2} Realistic Terrain Generation
U StorageDrawers{1.10.2-3.2.7} Storage Drawers
U tconstruct{1.10-2.3.3a.jenkins271} Tinkers' Construct
U TinkersAddons{1.0.3} [Tinkers' Addons](Tinkers' Addons-1.10.x-1.0.3.jar)
U tinkertoolleveling{1.10.2-0.1.0.DEV.b5240c7} Tinkers Tool Leveling
U ToughAsNails{1.0.11} Tough As Nails
U Waila{1.7.0} Waila
U icse{1.1.0.0} I Can See Everything
U wawla{2.3.0.202} What Are We Looking At
Loaded coremods (and transformers):
AppleCore (AppleCore-mc1.10.2-2.0.1.jar)
squeek.applecore.asm.TransformerModuleHandler
TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar)
toughasnails.asm.transformer.BlockCropsTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
CCCDeobfPlugin (unknown)

IC2core (industrialcraft-2-2.6.66-ex110.jar)

CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.78-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
li.cil.oc.common.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
lumien.randomthings.asm.ClassTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.1.147-universal.jar)
codechicken.nei.asm.NEITransformer
GregtechASM (gregtech-5.09.22.jar)
gregtech.asm.ASM
EnderCorePlugin (EnderCore-1.10.2-0.4.1.54-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal (1).jar)
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.70' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
Launched Version: 1.10.2-forge1.10.2-12.18.1.2080
LWJGL: 2.9.4
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.70, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x AMD A8-5500 APU with Radeon(tm) HD Graphics 

[1.10.2] Server crash - Tinkers tool in progressive automation

http://pastebin.com/Zdnkmchy

Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at slimeknights.tconstruct.common.Sounds.PlaySoundForPlayer(Sounds.java:46)
at slimeknights.toolleveling.CommonProxy.playLevelupDing(CommonProxy.java:19)
at slimeknights.toolleveling.ModToolLeveling.addXp(ModToolLeveling.java:121)
at slimeknights.toolleveling.ModToolLeveling.afterBlockBreak(ModToolLeveling.java:64)
at slimeknights.tconstruct.library.tools.ToolCore.afterBlockBreak(ToolCore.java:513)
at slimeknights.tconstruct.tools.tools.Hatchet.afterBlockBreak(Hatchet.java:86)
at slimeknights.tconstruct.library.tools.ToolCore.func_179218_a(ToolCore.java:503)
at slimeknights.tconstruct.library.tools.TinkerToolCore.func_179218_a(TinkerToolCore.java:51)
at com.vanhal.progressiveautomation.ref.ToolHelper.damageTool(ToolHelper.java:212)
at com.vanhal.progressiveautomation.entities.chopper.TileChopper.cutTree(TileChopper.java:250)
at com.vanhal.progressiveautomation.entities.chopper.TileChopper.func_73660_a(TileChopper.java:173)
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)

Tinkers Construct和Mekanism衝突

如果將Mekanism模組道具放上Tinkers Construct合成台 會導致遊戲崩潰
"---- Minecraft Crash Report ----

WARNING: coremods are present:
Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
LoadingPlugin (sampler-1.69.jar)
ForgelinPlugin (Forgelin-1.4.0.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
LoadingHook (Mekanism-1.10.2-9.2.1.300.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
IC2core (industrialcraft-2-2.6.142-ex110.jar)
CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.0.155-universal.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar)
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
SFRCore (SolarFluxReborn_1.10.2-2.13r.jar)
LoadingPlugin (Quark-r1.1-70.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
Contact their authors BEFORE contacting forge

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 4/1/17 1:11 AM
Description: Rendering item

java.lang.IllegalStateException: Not building!
at net.minecraft.client.renderer.VertexBuffer.func_178977_d(VertexBuffer.java:720)
at net.minecraft.client.renderer.Tessellator.func_78381_a(SourceFile:21)
at net.minecraft.client.renderer.RenderItem.func_175045_a(RenderItem.java:170)
at net.minecraft.client.renderer.RenderItem.func_175036_a(RenderItem.java:141)
at net.minecraft.client.renderer.RenderItem.func_180454_a(RenderItem.java:204)
at net.minecraft.client.renderer.RenderItem.func_184390_a(RenderItem.java:472)
at net.minecraft.client.renderer.RenderItem.func_184391_a(RenderItem.java:514)
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:235)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:293)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_180450_b(RenderItemWrapper.java:273)
at codechicken.nei.guihook.GuiContainerManager.drawSlotItem(GuiContainerManager.java:546)
at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:265)
at slimeknights.mantle.client.gui.GuiMultiModule.func_146977_a(GuiMultiModule.java:229)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:96)
at slimeknights.mantle.client.gui.GuiMultiModule.func_73863_a(GuiMultiModule.java:173)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor30.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:1409)
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 net.minecraft.client.renderer.VertexBuffer.func_178977_d(VertexBuffer.java:720)
at net.minecraft.client.renderer.Tessellator.func_78381_a(SourceFile:21)
at net.minecraft.client.renderer.RenderItem.func_175045_a(RenderItem.java:170)
at net.minecraft.client.renderer.RenderItem.func_175036_a(RenderItem.java:141)
at net.minecraft.client.renderer.RenderItem.func_180454_a(RenderItem.java:204)
at net.minecraft.client.renderer.RenderItem.func_184390_a(RenderItem.java:472)

-- Item being rendered --
Details:
Item Type: slimeknights.tconstruct.tools.ranged.item.CrossBow@504c9de8
Item Aux: 134
Item NBT: {StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:7.0f,DrawSpeed:0.4f,FreeModifiers:3,ProjectileBonusDamage:13.5f,Durability:562,HarvestLevel:3,Attack:6.0f,Range:2.0f},ResetFlag:1b,Stats:{AttackSpeedMultiplier:1.1f,MiningSpeed:7.0f,DrawSpeed:0.484f,FreeModifiers:0,ProjectileBonusDamage:13.5f,Durability:562,HarvestLevel:3,Attack:6.0f,Range:2.0f},Special:{Categories:[0:"launcher",1:"tool"]},TinkerData:{UsedModifiers:1,Materials:[0:"obsidian",1:"steel",2:"cobalt",3:"string"],Modifiers:[0:"toolleveling",1:"haste"]},Modifiers:[0:{identifier:"duritos",color:-10478396,level:1},1:{identifier:"stiff",color:-5789785,level:1},2:{identifier:"sharp",color:-5789785,level:1},3:{identifier:"lightweight",color:-14122284,level:1},4:{identifier:"toolleveling",color:16777215,level:1,xp:57,bonus_modifiers:0},5:{identifier:"haste",current:50,color:9502720,level:1,max:50,extraInfo:"49 / 50"}],Traits:[0:"duritos",1:"stiff",2:"sharp",3:"lightweight",4:"toolleveling"],Loaded:1b}
Item Foil: false
Stacktrace:
at net.minecraft.client.renderer.RenderItem.func_184391_a(RenderItem.java:514)

-- Item being rendered --
Details:
Item Type: slimeknights.tconstruct.tools.ranged.item.CrossBow@504c9de8
Item Aux: 134
Item NBT: {StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:7.0f,DrawSpeed:0.4f,FreeModifiers:3,ProjectileBonusDamage:13.5f,Durability:562,HarvestLevel:3,Attack:6.0f,Range:2.0f},ResetFlag:1b,Stats:{AttackSpeedMultiplier:1.1f,MiningSpeed:7.0f,DrawSpeed:0.484f,FreeModifiers:0,ProjectileBonusDamage:13.5f,Durability:562,HarvestLevel:3,Attack:6.0f,Range:2.0f},Special:{Categories:[0:"launcher",1:"tool"]},TinkerData:{UsedModifiers:1,Materials:[0:"obsidian",1:"steel",2:"cobalt",3:"string"],Modifiers:[0:"toolleveling",1:"haste"]},Modifiers:[0:{identifier:"duritos",color:-10478396,level:1},1:{identifier:"stiff",color:-5789785,level:1},2:{identifier:"sharp",color:-5789785,level:1},3:{identifier:"lightweight",color:-14122284,level:1},4:{identifier:"toolleveling",color:16777215,level:1,xp:57,bonus_modifiers:0},5:{identifier:"haste",current:50,color:9502720,level:1,max:50,extraInfo:"49 / 50"}],Traits:[0:"duritos",1:"stiff",2:"sharp",3:"lightweight",4:"toolleveling"],Loaded:1b}
Item Foil: false
Stacktrace:
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:235)

-- Item being rendered --
Details:
Item Type: slimeknights.tconstruct.tools.ranged.item.CrossBow@504c9de8
Item Aux: 134
Item NBT: {StatsOriginal:{AttackSpeedMultiplier:1.0f,MiningSpeed:7.0f,DrawSpeed:0.4f,FreeModifiers:3,ProjectileBonusDamage:13.5f,Durability:562,HarvestLevel:3,Attack:6.0f,Range:2.0f},ResetFlag:1b,Stats:{AttackSpeedMultiplier:1.1f,MiningSpeed:7.0f,DrawSpeed:0.484f,FreeModifiers:0,ProjectileBonusDamage:13.5f,Durability:562,HarvestLevel:3,Attack:6.0f,Range:2.0f},Special:{Categories:[0:"launcher",1:"tool"]},TinkerData:{UsedModifiers:1,Materials:[0:"obsidian",1:"steel",2:"cobalt",3:"string"],Modifiers:[0:"toolleveling",1:"haste"]},Modifiers:[0:{identifier:"duritos",color:-10478396,level:1},1:{identifier:"stiff",color:-5789785,level:1},2:{identifier:"sharp",color:-5789785,level:1},3:{identifier:"lightweight",color:-14122284,level:1},4:{identifier:"toolleveling",color:16777215,level:1,xp:57,bonus_modifiers:0},5:{identifier:"haste",current:50,color:9502720,level:1,max:50,extraInfo:"49 / 50"}],Traits:[0:"duritos",1:"stiff",2:"sharp",3:"lightweight",4:"toolleveling"],Loaded:1b}
Item Foil: false
Stacktrace:
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_184391_a(RenderItemWrapper.java:293)
at net.darkhax.bookshelf.client.render.item.RenderItemWrapper.func_180450_b(RenderItemWrapper.java:273)
at codechicken.nei.guihook.GuiContainerManager.drawSlotItem(GuiContainerManager.java:546)
at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:265)
at slimeknights.mantle.client.gui.GuiMultiModule.func_146977_a(GuiMultiModule.java:229)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:96)
at slimeknights.mantle.client.gui.GuiMultiModule.func_73863_a(GuiMultiModule.java:173)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
at sun.reflect.GeneratedMethodAccessor30.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: slimeknights.tconstruct.tools.common.client.GuiCraftingStation
Mouse location: Scaled: (308, 140). Absolute: (1232, 456)
Screen size: Scaled: (480, 255). Absolute: (1920, 1017). Scale factor of 4

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['SakuramuraYC'/237667, l='MpServer', x=-23.33, y=73.00, z=228.54]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 9875454 game time, 10111930 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: 63 total; [EntitySkeleton['骷髏'/306051, l='MpServer', x=-99.50, y=28.00, z=189.50], EntityCreeper['苦力怕'/304398, l='MpServer', x=-15.50, y=14.00, z=290.50], EntityZombie['殭屍'/305930, l='MpServer', x=-60.50, y=5.00, z=242.50], EntityCreeper['苦力怕'/306314, l='MpServer', x=-68.50, y=40.00, z=289.50], EntityZombie['殭屍'/305931, l='MpServer', x=-59.50, y=5.00, z=243.50], EntityCreeper['苦力怕'/306315, l='MpServer', x=-65.50, y=40.00, z=290.50], EntitySkeleton['骷髏'/304400, l='MpServer', x=-92.50, y=28.00, z=285.50], EntityBabySkeleton['Baby Skeleton'/301713, l='MpServer', x=1.50, y=51.00, z=234.50], EntityZombie['殭屍'/304275, l='MpServer', x=54.50, y=50.00, z=255.50], EntityZombie['殭屍'/305816, l='MpServer', x=-101.65, y=24.00, z=276.35], EntityZombie['殭屍'/305817, l='MpServer', x=-99.65, y=24.00, z=276.35], EntityBat['蝙蝠'/305830, l='MpServer', x=-11.77, y=46.02, z=197.02], EntitySkeleton['骷髏'/306342, l='MpServer', x=-19.50, y=15.00, z=285.50], EntityBat['蝙蝠'/305827, l='MpServer', x=12.68, y=39.08, z=193.36], EntityCreeper['苦力怕'/306211, l='MpServer', x=40.50, y=38.00, z=308.50], EntityZombie['殭屍'/305836, l='MpServer', x=-55.50, y=18.00, z=205.50], EntityEnderman['終界使者'/305837, l='MpServer', x=-53.50, y=18.00, z=207.50], EntityZombie['殭屍'/304821, l='MpServer', x=-102.50, y=27.00, z=224.50], EntityZombie['殭屍'/305975, l='MpServer', x=-73.50, y=38.00, z=297.50], IndestructibleEntityItem['item.item.tconstruct.arrow'/60, l='MpServer', x=-48.28, y=62.00, z=253.75], EntitySquid['魷魚'/304440, l='MpServer', x=-61.06, y=61.60, z=197.74], EntityZombie['殭屍'/305976, l='MpServer', x=-71.50, y=38.00, z=297.50], EntitySkeleton['骷髏'/306360, l='MpServer', x=-41.50, y=28.00, z=183.50], EntityZombie['殭屍'/305977, l='MpServer', x=-72.51, y=39.00, z=301.22], EntitySkeleton['骷髏'/305978, l='MpServer', x=-73.50, y=38.00, z=295.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/66, l='MpServer', x=-34.50, y=69.50, z=228.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/67, l='MpServer', x=-42.50, y=69.50, z=231.50], EntitySheep['綿羊'/130242, l='MpServer', x=-32.50, y=63.54, z=266.55], EntitySkeleton['骷髏'/305863, l='MpServer', x=-38.50, y=28.00, z=180.50], EntityWorm['entity.actuallyadditions.actuallyadditions.worm.name'/68, l='MpServer', x=-38.50, y=69.50, z=229.50], EntitySheep['綿羊'/72, l='MpServer', x=-20.96, y=68.00, z=169.90], EntityCow['乳牛'/74, l='MpServer', x=-28.50, y=62.00, z=210.50], EntityMinecartModular['entity.stevescarts.Minecart.Vswe.0.name'/75, l='MpServer', x=-31.63, y=70.06, z=226.50], EntitySkeleton['骷髏'/305864, l='MpServer', x=-38.50, y=28.00, z=180.50], EntityCreeper['苦力怕'/305867, l='MpServer', x=18.80, y=43.00, z=205.56], EntityBat['蝙蝠'/304726, l='MpServer', x=-95.48, y=22.69, z=260.45], EntityCreeper['苦力怕'/303830, l='MpServer', x=-100.50, y=28.00, z=195.50], EntitySkeleton['骷髏'/303312, l='MpServer', x=-96.70, y=23.00, z=267.70], EntitySheep['綿羊'/85, l='MpServer', x=-9.73, y=59.00, z=168.46], EntitySkeleton['骷髏'/304605, l='MpServer', x=41.50, y=49.00, z=296.50], EntitySheep['綿羊'/90, l='MpServer', x=-8.39, y=70.00, z=215.12], EntityCow['乳牛'/91, l='MpServer', x=-8.87, y=70.00, z=216.06], EntityZombie['殭屍'/303327, l='MpServer', x=-52.50, y=39.00, z=302.50], EntitySheep['綿羊'/92, l='MpServer', x=-15.16, y=70.00, z=213.75], EntityCow['乳牛'/93, l='MpServer', x=-15.51, y=70.00, z=219.20], EntityChicken['雞'/94, l='MpServer', x=-11.18, y=70.00, z=213.53], EntityBat['蝙蝠'/305498, l='MpServer', x=-97.14, y=21.63, z=262.34], EntityCreeper['苦力怕'/305508, l='MpServer', x=-74.70, y=24.00, z=272.50], EntityBat['蝙蝠'/306020, l='MpServer', x=-90.25, y=34.00, z=293.10], EntityMinecartModular['entity.stevescarts.Minecart.Vswe.0.name'/97, l='MpServer', x=-2.27, y=68.06, z=240.50], EntityZombie['殭屍'/305509, l='MpServer', x=-74.23, y=24.00, z=274.45], EntityBat['蝙蝠'/306021, l='MpServer', x=-90.25, y=34.00, z=289.25], EntityZombie['殭屍'/305510, l='MpServer', x=-74.01, y=24.00, z=272.50], EntityBat['蝙蝠'/306274, l='MpServer', x=0.06, y=45.00, z=203.93], EntityEnderman['終界使者'/305389, l='MpServer', x=-90.50, y=23.00, z=261.50], EntityPlayerSP['SakuramuraYC'/237667, l='MpServer', x=-23.33, y=73.00, z=228.54], EntitySquid['魷魚'/304489, l='MpServer', x=-67.46, y=57.50, z=255.16], EntityCow['乳牛'/112, l='MpServer', x=8.31, y=66.00, z=300.14], EntityCreeper['苦力怕'/305014, l='MpServer', x=41.50, y=43.00, z=306.50], EntitySkeleton['骷髏'/306172, l='MpServer', x=-99.50, y=29.00, z=192.50], EntitySpider['蜘蛛'/306173, l='MpServer', x=-98.50, y=29.00, z=193.50], EntityZombie['殭屍'/306170, l='MpServer', x=-69.50, y=41.00, z=287.50], EntitySkeleton['骷髏'/306171, l='MpServer', x=-99.50, y=29.00, z=192.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java: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 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: 1996201224 bytes (1903 MB) / 6181879808 bytes (5895 MB) up to 7546077184 bytes (7196 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8096m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.32 Powered by Forge 12.18.3.2254 Optifine OptiFine_1.10.2_HD_U_D7 186 mods loaded, 186 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAmcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAFML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2254.jar)
UCHIJAForge{12.18.3.2254} [Minecraft Forge] (forge-1.10.2-12.18.3.2254.jar)
UCHIJAappliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJANotEnoughItems{2.1.3.201} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.201-universal.jar)
UCHIJAOpenComputers|Core{1.6.2.7} [OpenComputers (Core)] (minecraft.jar)
UCHIJA{000} [CoFH ASM] (minecraft.jar)
UCHIJAfoamfixcore{7.7.4} [FoamFixCore] (minecraft.jar)
UCHIJAccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
UCHIJAcofhcore{4.1.0} [CoFH Core] (CoFHCore-1.10.2-4.1.0.155-universal.jar)
UCHIJAactuallyadditions{1.10.2-r98} [Actually Additions] (ActuallyAdditions-1.10.2-r98.jar)
UCHIJAIC2{2.6.142-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.142-ex110.jar)
UCHIJAadvanced_machines{60.0.1} [Advanced Machines] (Advanced Machines-60.0.1.jar)
UCHIJAadvanced_solar_panels{4.0.4} [Advanced Solar Panels] (Advanced Solar Panels-4.0.4.jar)
UCHIJAappliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
UCHIJAbdlib{1.12.3.22} [BD Lib] (bdlib-1.12.3.22-mc1.10.2.jar)
UCHIJAae2stuff{0.6.0.7} [AE2 Stuff] (ae2stuff-0.6.0.7-mc1.10.2.jar)
UCHIJAinfinitylib{1.10.2-0.6.2} [InfinityLib] (infinitylib-0.6.2.jar)
UCHIJAagricraft{2.0.0-0.6.0-a11} [AgriCraft] (agricraft-2.0.0-0.6.0-a11.jar)
UCHIJAJEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
UCHIJAappleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar)
UCHIJAaquaculture{1.4.0} [Aquaculture] (Aquaculture-1.10.2-1.4.0.28.jar)
UCHIJAarchitecturecraft{1.7.1} [ArchitectureCraft] (ArchitectureCraft-1.7.1-mc1.10.2.jar)
UCHIJAAroma1997CoreHelper{1.1.1.1} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.1.jar)
UCHIJAAroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.6.jar)
UCHIJAMorphtool{1.0-12} [Morph-o-Tool] (Morph-o-Tool-1.0-12.jar)
UCHIJAPsi{r1.0-42} [Psi] (Psi-r1.0-42.jar)
UCHIJAQuark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJABaubles{1.3.9} [Baubles] (Baubles-1.10.2-1.3.9.jar)
UCHIJAbetterbuilderswands{0.10.2} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.10.2.209+115b204.jar)
UCHIJAbetterthanbunnies{1.10.2-1.1.0} [BetterThanBunnies] (BetterThanBunnies-1.10.2-1.1.0.jar)
UCHIJABiblioCraft{2.2.1} [BiblioCraft] (BiblioCraft[v2.2.1][MC1.10.2].jar)
UCHIJAguideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJABloodMagic{1.10.2-2.1.6-75} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.10.2-2.1.6-75.jar)
UCHIJABloodArsenal{1.10.2-2.0.1-17} [Blood Arsenal] (BloodArsenal-1.10.2-2.0.1-17.jar)
UCHIJAbookshelf{1.4.3.338} [Bookshelf] (Bookshelf-1.10.2-1.4.3.338.jar)
UCHIJABotania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJACodeChickenLib{2.5.6.233} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
UCHIJAbrandonscore{2.1.4} [Brandon's Core] (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
UCHIJAceramics{1.10.2-1.1.5} [Ceramics] (Ceramics-1.10.2-1.1.5.jar)
UCHIJAChameleon{1.10-2.2.2} [Chameleon] (Chameleon-1.10-2.2.2.jar)
UCHIJAChestTransporter{2.5.9} [Chest Transporter] (ChestTransporter-1.10.2-2.5.9.jar)
UCHIJAchisel{MC1.10.2-0.0.8.12} [Chisel] (Chisel-MC1.10.2-0.0.8.12.jar)
UCHIJAmcmultipart{1.3.0_87} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
UCHIJAchiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCHIJAshadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAclipboard{@Version@} [Clipboard] (Clipboard-1.10.2-1.1.1.jar)
UCHIJACodeChickenCore{2.4.0.101} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.0.101-universal.jar)
UCHIJAcompactsolars{1.10.2-5.0.8.331} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.8.331-universal.jar)
UCHIJAcontrolling{1.0.4} [Controlling] (Controlling-1.0.4.jar)
UCHIJAcookingforblockheads{4.2.39} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.39.jar)
UCHIJAcrafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.23.jar)
UCHIJAMineTweaker3{3.0.23} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.23.jar)
UCHIJActgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.23.jar)
UCHIJACustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
UCHIJAdarkutils{1.1.7.111} [Dark Utilities] (DarkUtilities-1.10.2-1.1.7.111.jar)
UCHIJAPTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.6.1_1.10.2.jar)
UCHIJAprops{2.3.6.1} [Decocraft] (Decocraft-2.3.6.1_1.10.2.jar)
UCHIJAforestry{5.2.17.368} [Forestry] (forestry_1.10.2-5.2.17.368.jar)
UCHIJAeleccore{1.7.409} [ElecCore] (ElecCore-1.10.2-1.7.409.jar)
UCHIJAEnderStorage{2.2.1.103} [EnderStorage] (EnderStorage-1.10.2-2.2.1.103-universal.jar)
UCHIJAOpenComputers{1.6.2.7} [OpenComputers] (OpenComputers-MC1.10.2-1.6.2.7.jar)
UCHIJAdeepresonance{1.4.6} [DeepResonance] (deepresonance-1.1x-1.4.6.jar)
UCHIJAdefaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
UCHIJAdraconicevolution{2.0.8} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.8.177-universal.jar)
UCHIJAStorageDrawers{1.10.2-3.6.1} [Storage Drawers] (StorageDrawers-1.10.2-3.6.1.jar)
UCHIJAbitdrawers{0.35} [Drawers & Bits] (DrawersBits-1.10.2-0.35.jar)
UCHIJAelevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJAembers{0.104} [Embers] (embers-0.104.jar)
UCHIJAendercore{1.10.2-0.4.1.65-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.65-beta.jar)
UCHIJAEnderIO{1.10.2-3.1.156} [Ender IO] (EnderIO-1.10.2-3.1.156.jar)
UCHIJAengineersworkshop{1.1.4-1.10.2} [Engineer's Workshop] (EngineersWorkshop-1.1.6-1.10.2.jar)
UCHIJAvalkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJAenvironmentaltech{1.10.2-0.10.6b} [Environmental Tech] (environmentaltech-1.10.2-0.10.6b.jar)
UCHIJAetlunar{1.10.2-0.10.6a} [ET Lunar] (etlunar-1.10.2-0.10.6a.jar)
UCHIJAextrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.3.0.jar)
UCHIJAzerocore{1.10.2-0.1.0.4} [Zero CORE] (zerocore-1.10.2-0.1.0.4.jar)
UCHIJAbigreactors{1.10.2-0.4.5.27} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.27.jar)
UCHIJAflatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJAsonarcore{3.2.5} [SonarCore] (SonarCore-1.10.2-3.2.5.jar)
UCHIJAfluxnetworks{1.1.7} [FluxNetworks] (FluxNetworks-1.10.2-1.1.7.jar)
UCHIJAfoamfix{@Version@} [FoamFix] (foamfix-0.6.2-beta2-anarchy.jar)
UCHIJAforgelin{1.4.0} [Forgelin] (Forgelin-1.4.0.jar)
UCHIJAforgemultipartcbe{2.0.0.29} [Forge Multipart CBE] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
UCHIJAmicroblockcbe{2.0.0.29} [Forge Microblocks] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
UCHIJAminecraftmultipartcbe{2.0.0.29} [Minecraft Multipart Plugin] (ForgeMultipart-1.10.2-2.0.0.29-universal.jar)
UCHIJAftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.4.4.jar)
UCHIJAftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar)
UCHIJAftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.4.3.jar)
UCHIJAfunkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.10.2-alpha-0.0.3.jar)
UCHIJAFunnels{1.1.2} [Funnels] (Funnels-1.10.2-1.1.2.jar)
UCHIJAgendustry{1.6.5.29} [GenDustry] (gendustry-1.6.5.29-mc1.10.2.jar)
UCHIJAgravestone{1.5.12} [Gravestone] (GraveStone Mod 1.5.12.jar)
UCHIJAgravisuite{3.0.1} [Gravitation Suite] (Gravitation Suite-3.0.1.jar)
UCHIJAhammercore{1.2.3} [Hammer Core] (HammerCore_1.10.2-1.2.3.jar)
UCHIJAhelpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
UCHIJAhopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar)
UCHIJAmantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJAtconstruct{1.10.2-2.6.3.500} [Tinkers' Construct] (TConstruct-1.10.2-2.6.3.jar)
UCHIJAtheoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar)
UCHIJAimmersiveengineering{0.10-57} [Immersive Engineering] (ImmersiveEngineering-0.10-57.jar)
UCHIJALunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJAInGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
UCHIJAintwheel{1.2.4} [Interaction Wheel] (intwheel-1.1x-1.2.4.jar)
UCHIJAinventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
UCHIJAironbackpacks{1.10.2-2.2.23} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.23.jar)
UCHIJAironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAjeibees{0.9.0.5} [JEI Bees] (jeibees-0.9.0.5-mc1.10.2.jar)
UCHIJAjourneymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCHIJAjeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
UCHIJAkleeslabs{3.3.5} [KleeSlabs] (KleeSlabs_1.10.2-3.3.5.jar)
UCHIJAlaunchgui{@Version@} [LaunchGUI] (LaunchGui-1.9.4-2.0.3-23-client.jar)
UCHIJAboots{1.0} [Long Fall Boots] (LongFallBoots - Hard Mode.jar)
UCHIJAMekanism{9.2.1} [Mekanism] (Mekanism-1.10.2-9.2.1.300.jar)
UCHIJAMekanismGenerators{9.2.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.1.300.jar)
UCHIJAMekanismTools{9.2.1} [MekanismTools] (MekanismTools-1.10.2-9.2.1.300.jar)
UCHIJAmercurius{1.0.1} [Mercurius] (Mercurius-1.10.2-1.0.2.jar)
UCHIJAmodularforcefieldsystem{2.5.0} [Modular ForceField System] (MFFS-1.10.2-3.0.0.0_1.10_655de1f.jar)
UCHIJAtestdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
UCHIJAmob_grinding_utils{0.1.8.16} [mob_grinding_utils] (MobGrindingUtils-0.1.8.16.jar)
UCHIJAModNameTooltip{1.6.0} [Mod Name Tooltip] (modnametooltip_1.10.2-1.6.0.jar)
UCHIJAmtlib{@Version@} [MTLib] (MTLib-1.0.1.jar)
UCHIJAmodtweaker{2.0.9} [Mod Tweaker] (ModTweaker2-2.0.9.jar)
UCHIJArailcraft{10.0.1} [Railcraft] (Railcraft_1.10.2-10.0.1.jar)
UCHIJAmorebees{1.10.2-1.3.2} [More Bees] (morebees-1.10.2-1.3.2.jar)
UCHIJAMorpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJAmousetweaks{2.8} [Mouse Tweaks] (MouseTweaks-2.8-mc1.10.2.jar)
UCHIJAmputils{1.2.5} [ModPack Utilities] (mputils-1.10.2-1.2.5.jar)
UCHIJAmpbasic{1.1.3} [ModPack Basic Tools] (mpbasic-1.10.2-1.1.5.jar)
UCHIJAMrTJPCoreMod{2.0.0.14} [MrTJPCore] (MrTJPCore-1.10.2-2.0.0.14-universal.jar)
UCHIJAshetiphiancore{3.3.8} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.8.jar)
UCHIJAmultistorage{1.2.15} [Multi-Storage] (multistorage-1.10.0-1.2.15.jar)
UCHIJAnatura{1.10.2-4.1.0.24} [Natura] (natura-1.10.2-4.1.0.24.jar)
UCHIJAnetherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
UCHIJAopenglider{@Version@} [Open Glider] (OpenGlider-1.10.2-0.2.2.jar)
UCHIJAp455w0rdslib{1.0.13} [p455w0rd's Library] (p455w0rdslib-1.10.2-1.0.13.jar)
UCHIJAharvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAprojectred-core{4.8.1.25} [ProjectRed Core] (ProjectRed-1.10.2-4.8.1.25-Base.jar)
UCHIJAprojectred-integration{4.8.1.25} [ProjectRed integration] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
UCHIJAprojectred-transmission{4.8.1.25} [ProjectRed Transmission] (ProjectRed-1.10.2-4.8.1.25-integration.jar)
UCHIJAprojectred-illumination{4.8.1.25} [ProjectRed Illumination] (ProjectRed-1.10.2-4.8.1.25-lighting.jar)
UCHIJAprojectred-expansion{4.8.1.25} [ProjectRed Expansion] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar)
UCHIJAprojectred-tansportation{1.0} [projectred-tansportation] (ProjectRed-1.10.2-4.8.1.25-mechanical.jar)
UCHIJAprojectred-exploration{4.8.1.25} [ProjectRed Exploration] (ProjectRed-1.10.2-4.8.1.25-world.jar)
UCHIJAreborncore{2.13.4.128} [RebornCore] (RebornCore-1.10.2-2.13.4.128-universal.jar)
UCHIJAquantumstorage{3.2.19} [QuantumStorage] (QuantumStorage-1.10.2-3.2.19.jar)
UCHIJArangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCHIJAreauth{3.4.1} [ReAuth] (ReAuth-1.10-3.4.1.jar)
UCHIJAreborncore-mcmultipart{2.13.4.128} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.13.4.128-universal.jar)
UCHIJAthermalfoundation{2.0.3} [Thermal Foundation] (ThermalFoundation-1.10.2-2.0.3.77-universal.jar)
UCHIJAredstonearsenal{2.0.2} [Redstone Arsenal] (RedstoneArsenal-1.10.2-2.0.2.27-universal.jar)
UCHIJArefinedrelocation{@Version@} [Refined Relocation] (RefinedRelocation-mc1.10.2-2.1.18.jar)
UCHIJArefinedstorage{1.2.22} [Refined Storage] (refinedstorage-1.2.22.jar)
UCHIJAxreliquary{1.10.2-1.3.3.639} [Reliquary] (Reliquary-1.10.2-1.3.3.639.jar)
UCHIJAResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJArftools{5.87} [RFTools] (rftools-1.1x-5.87.jar)
UCHIJArftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAroots{0.208} [Roots] (roots-0.208.jar)
UCHIJASampler{1.69} [Sampler] (sampler-1.69.jar)
UCHIJASignals{1.0} [Signals] (Signals-1.10.2-0.5.1-universal.jar)
UCHIJAsimplevoidworld{1.1.0.4} [SimpleVoidWorld] (Simple-Void-World-1.10.2-1.1.0.4-universal.jar)
UCHIJAsimpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
UCHIJAsimplyjetpacks{2.0.3.26} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.0.3.26.jar)
UCHIJASleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAsnad{1.10.2-1.6.09.20a} [Snad] (Snad-1.10.2-1.6.09.20a.jar)
UCHIJAsolarfluxreborn{2.13r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-2.13r.jar)
UCHIJAstevescarts{2.1.4.83} [Steve's Carts 2] (StevesCarts-1.10.2-2.1.4.83.jar)
UCHIJAstoragedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar)
UCHIJArscircuits{1.0.4} [Super Circuit Maker] (SuperCircuitMaker-1.0.4.jar)
UCHIJAsupercraftingframe{1.2.1.88} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.88.jar)
UCHIJAtechreborn{2.1.8.193} [TechReborn] (TechReborn-1.10.2-2.1.8.193-universal.jar)
UCHIJAthermalexpansion{5.0.3} [Thermal Expansion] (ThermalExpansion-1.10.2-5.0.3.86-universal.jar)
UCHIJAtinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJAtopaddons{1.10.2-0.9.1c} [TOP Addons] (topaddons-1.10.2-0.9.1c.jar)
UCHIJAtorchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.1.0.11.jar)
UCHIJATranslocator{2.1.3.52} [Translocator] (Translocators-1.10.2-2.1.3.52-universal.jar)
UCHIJAusefulnullifiers{1.3.4} [Useful Nullifiers] (usefulnullifiers-1.3.4.jar)
UCHIJAwanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJAwcg{1.0.0} [Wireless Crafting Grid] (WirelessCraftingGrid-1.10.2-1.0.0.jar)
UCHIJAwct{0.0.16} [Wireless Crafting Terminal] (WirelessCraftingTerminal-1.10.2-0.0.16.jar)
UCHIJAWoot{1.10.2-1.2.5} [Woot] (woot-1.10.2-1.2.5.jar)
UCHIJAwrcbe{2.0.0} [WirelessRedstone-CBE] (WR-CBE-1.10.2-2.0.0.18-universal.jar)
UCHIJAyabba{1.10.2-0.3.0} [YABBA] (YABBA-1.10.2-0.4.0.jar)
UCHIJAunidict{1.10.2-2.7} [UniDict] (UniDict-1.10.2-2.7.jar)
Loaded coremods (and transformers):
Brandon's Core (BrandonsCore-1.10.2-2.1.4.92-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
LoadingPlugin (sampler-1.69.jar)

ForgelinPlugin (Forgelin-1.4.0.jar)

LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
LoadingHook (Mekanism-1.10.2-9.2.1.300.jar)

BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.6.233-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
IC2core (industrialcraft-2-2.6.142-ex110.jar)

CorePlugin (MrTJPCore-1.10.2-2.0.0.14-universal.jar)

TransformerLoader (OpenComputers-MC1.10.2-1.6.2.7.jar)
li.cil.oc.common.asm.ClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.4.128-universal.jar)
reborncore.mixin.transformer.MixinTransformer
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.0.155-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
ChiselCorePlugin (Chisel-MC1.10.2-0.0.8.12.jar)
team.chisel.common.asm.ChiselTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.201-universal.jar)
codechicken.nei.asm.NEITransformer
CoreMod (Aroma1997Core-1.9.4-1.1.1.1.jar)

Default Options (DefaultOptions_1.10.2-6.1.5.jar)
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
SFRCore (SolarFluxReborn_1.10.2-2.13r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.2-beta2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
appeng.coremod.transformer.ASMIntegration
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.8.jar)
shetiphian.core.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 378.92' Renderer: 'GeForce GTX 750 Ti/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)
  • chiselsandbitsIntegration (Enabled/Not Forced)
  • theoneprobeIntegration (Enabled/Not Forced)

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)

NotEnoughItems Invalid Fingerprint Reports:
List of loaded APIs:

  • actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r98.jar
  • AgriCraftAPI (1.0) from agricraft-2.0.0-0.6.0-a11.jar
  • appliedenergistics2|API (rv4) from appliedenergistics2-rv4-alpha-11.jar
  • Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.9.jar
  • bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.27.jar
  • BloodMagic|API (@Version@) from BloodMagic-1.10.2-2.1.6-75.jar
  • BotaniaAPI (85) from Botania r1.9-341.jar
  • ChiselAPI (0.0.1) from Chisel-MC1.10.2-0.0.8.12.jar
  • ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.8.12.jar
  • ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.12.jar
  • CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.1x-2.3.9.jar
  • cofhapi (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhapi|block (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • CoFHAPI|block (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  • CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  • cofhapi|core (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • CoFHAPI|energy (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  • cofhapi|energy (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
  • CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.1.300.jar
  • cofhapi|item (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • CoFHAPI|tileentity (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  • cofhapi|tileentity (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.1.0.4.jar
  • cofhapi|util (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|audio (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|gui (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|gui|container (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|gui|element (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|gui|element|listbox (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|gui|slot (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|inventory (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|util (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|util|helpers (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|world (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • cofhlib|world|feature (1.5.0) from CoFHCore-1.10.2-4.1.0.155-universal.jar
  • compatlayer (0.2.2) from compatlayer-1.10-0.2.2.jar
  • ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.4.jar
  • CSLib|API (0.3.0) from Decocraft-2.3.6.1_1.10.2.jar
  • DR-API (1.0.4-Beta) from deepresonance-1.1x-1.4.6.jar
  • DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.8.177-universal.jar
  • ElecCoreAPI (1.0) from ElecCore-1.10.2-1.7.409.jar
  • ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.7.409.jar
  • EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  • EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  • EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  • EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.156.jar
  • environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
  • fluxapi (1.0) from FluxNetworks-1.10.2-1.1.7.jar
  • ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.368.jar
  • ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.368.jar
  • funkylocomotion_api (2.0) from funky-locomotion-1.10.2-alpha-0.0.3.jar
  • gendustryAPI (2.3.0) from gendustry-1.6.5.29-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
  • ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-57.jar
  • ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-57.jar
  • intwheel_api (1.2.4) from intwheel-1.1x-1.2.4.jar
  • IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.23.jar
  • jeresources|API (0.5.8.98) from JustEnoughResources-1.10.2-0.5.8.98.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.416.jar
  • mcjtylib_ng (2.3.9) from mcjtylib-1.1x-2.3.9.jar
  • MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.1.300.jar
  • MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
  • Open Glider|API (0.1) from OpenGlider-1.10.2-0.2.2.jar
  • OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.2.7.jar
  • ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.10.2-1.0.13.jar
  • PsiAPI (2) from Psi-r1.0-42.jar
  • railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  • RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.1.jar
  • reborncoreAPI (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
  • reborncoreAPI|Fuel (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
  • reborncoreAPI|Power (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
  • reborncoreAPI|Recipe (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
  • reborncoreAPI|Tile (2.13.4.128) from RebornCore-1.10.2-2.13.4.128-universal.jar
  • RefinedRelocationAPI (2.0.0) from RefinedRelocation-mc1.10.2-2.1.18.jar
  • stevescartsAPI (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  • stevescartsAPI|FARMS (2.1.4.83) from StevesCarts-1.10.2-2.1.4.83.jar
  • StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
  • StorageDrawersAPI|config (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  • StorageDrawersAPI|event (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  • StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  • StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
  • StorageDrawersAPI|registry (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  • StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
  • StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.22.jar
  • StorageDrawersAPI|storage-attribute (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.6.1.jar
  • techrebornAPI (2.1.8.193) from TechReborn-1.10.2-2.1.8.193-universal.jar
  • theoneprobe_api (1.4.4) from theoneprobe-1.1x-1.4.4.jar
  • valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
  • wct|API (1.10.2-rv4-1.0.0b) from WirelessCraftingTerminal-1.10.2-0.0.16.jar
  • zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  • zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
  • zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.4.jar
    CodeChickenLib Invalid Fingerprint Reports:
    CodeChickenCore Invalid Fingerprint Reports:
    EnderStorage 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 (guessing) jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/CoFHAPIProps.class).
    Ender IO needs at least 1.8.9R1.2.0B1 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/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/EnergyStorage.class
    * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyConnection.class
    * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
    * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyHandler.class
    * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyProvider.class
    * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyReceiver.class
    * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/IEnergyStorage.class
    * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
    * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/a2254/Documents/Curse/Minecraft/Instances/FTB%20Beyond/mods/BrandonsCore-1.10.2-2.1.4.92-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)

RebornCore:
Plugin Engine: 0
RebornCore Version: 2.13.4.128
Mixin Status: 1
Runtime Debofucsation 1
RenderEngine: 1
Translocator Invalid Fingerprint Reports:
AE2 Integration: IC2:ON, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON
Launched Version: forge-12.18.3.2254
LWJGL: 2.9.4
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 378.92, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Soartex_Fanver.zip
Current Language: 繁體中文 (台灣)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX-8320E Eight-Core Processor
OptiFine Version: OptiFine_1.10.2_HD_U_D7
Render Distance Chunks: 12
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.5.0 NVIDIA 378.92
OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8"

Suggestion: XP Requirement modifier

Right now the mod will double the XP Requirement for every single level that is gained on a tool. What I would extremely love to see is an ability to change that. For instance: When a user enters 1.05 in the config the level requirement will go up by 5% for every gained level (ex: level 1 requires 500 xp, level 2 requires 525, level 3 requires 551 xp). This would allow for much greater customization and would allow servers to make levelling less or more grindy.

Hope it gets added :)

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.