GithubHelp home page GithubHelp logo

hammerz's Introduction

Hammerz

Minecraft Mod adding hammers to various other toolsets

hammerz's People

Contributors

colingbos avatar rfbergeron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hammerz's Issues

Block Harvest fails with Botania 1.8.9 / Hammerz 0.1.3.11

I'm reporting this to both Hammerz and Botania 1.8.9 port repos since the bug only occurs when both mods are installed.

The problem is that blocks are not dropping their item form when broken with a pickaxe (tested diamond/manasteel). ie, diamonds dont drop from diamond ore, cobble doesn't drop from stone. If I use a hammer the items drop correctly.

The log fragment I think is relevant:

[19:13:51] [Server thread/ERROR] [FML/]: Exception caught during firing event net.minecraftforge.event.world.BlockEvent$HarvestDropsEvent@7ad57097:
java.lang.NullPointerException
    at vapourdrive.hammerz.handlers.DropHandler.onHarvestDrops(DropHandler.java:31) ~[DropHandler.class:?]
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_86_DropHandler_onHarvestDrops_HarvestDropsEvent.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) ~[ASMEventHandler.class:?]
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
    at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:187) [ForgeEventFactory.class:?]
    at net.minecraft.block.Block.func_180653_a(Block.java:493) [afh.class:?]
    at net.minecraft.block.BlockOre.func_180653_a(BlockOre.java:60) [aim.class:?]
    at net.minecraft.block.Block.func_176226_b(Block.java:485) [afh.class:?]
    at net.minecraft.block.Block.func_180657_a(Block.java:832) [afh.class:?]
    at net.minecraft.server.management.ItemInWorldManager.func_180237_b(ItemInWorldManager.java:312) [lg.class:?]
    at net.minecraft.server.management.ItemInWorldManager.func_180785_a(ItemInWorldManager.java:234) [lg.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:536) [lm.class:?]
    at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:40) [ir.class:?]
    at net.minecraft.network.play.client.C07PacketPlayerDigging.func_148833_a(SourceFile:10) [ir.class:?]
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fh$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
    at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
    at net.minecraft.util.Util.func_181617_a(SourceFile:44) [g.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:660) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605) [MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:152) [bpo.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[19:13:51] [Server thread/ERROR] [FML/]: Index: 3 Listeners:
[19:13:51] [Server thread/ERROR] [FML/]: 0: NORMAL
[19:13:51] [Server thread/ERROR] [FML/]: 1: ASM: vazkii.botania.common.item.equipment.tool.elementium.ItemElementiumPick@3ee0a533 onHarvestDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
[19:13:51] [Server thread/ERROR] [FML/]: 2: ASM: vazkii.botania.common.item.equipment.tool.ItemGlassPick@160e6384 onBlockDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
[19:13:51] [Server thread/ERROR] [FML/]: 3: ASM: vapourdrive.hammerz.handlers.DropHandler@37013dda onHarvestDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V

The full log is available at http://pastebin.com/7aVEfWWb

To reproduce, install:
Forge - 1697
Hammerz - 1.8.9-0.1.3.11.jar
Botania - 1.8-248-MC1.8-568ee04

Then break a block with a diamond/manasteel pickaxe.

Thanks.

HammerX crash minecraft when use on Overgrown Stone (BoP)

---- Minecraft Crash Report ----

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

// There are four lights!

Time: 9/1/20 1:37 PM
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class biomesoplenty.common.block.BlockBOPGrass$BOPGrassType, values=[spectral_moss, overgrown_stone, loamy, sandy, silty, origin, overgrown_netherrack, daisy, mycelial_netherrack]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209)
at biomesoplenty.common.block.BlockBOPGrass.func_149688_o(BlockBOPGrass.java:140)
at sora.hammerx.items.hammer.ItemHammer.checkBlockBreak(ItemHammer.java:264)
at sora.hammerx.items.hammer.ItemHammer.onBlockStartBreak(ItemHammer.java:252)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187103_a(PlayerControllerMP.java:130)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180512_c(PlayerControllerMP.java:322)
at net.optifine.override.PlayerControllerOF.func_180512_c(PlayerControllerOF.java:65)
at net.minecraft.client.Minecraft.func_147115_a(Minecraft.java:1480)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2268)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2020)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1808)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
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.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:209)
at biomesoplenty.common.block.BlockBOPGrass.func_149688_o(BlockBOPGrass.java:140)
at sora.hammerx.items.hammer.ItemHammer.checkBlockBreak(ItemHammer.java:264)
at sora.hammerx.items.hammer.ItemHammer.onBlockStartBreak(ItemHammer.java:252)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187103_a(PlayerControllerMP.java:130)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180512_c(PlayerControllerMP.java:322)
at net.optifine.override.PlayerControllerOF.func_180512_c(PlayerControllerOF.java:65)
at net.minecraft.client.Minecraft.func_147115_a(Minecraft.java:1480)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2268)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2020)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['pablonm'/1544, l='MpServer', x=295.09, y=80.00, z=244.01]]
Chunk stats: MultiplayerChunkCache: 1020, 1020
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (194,64,210), Chunk: (at 2,4,2 in 12,13; contains blocks 192,0,208 to 207,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1579 game time, 1579 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 109 total; [EntityChicken['Chicken'/69, l='MpServer', x=226.24, y=68.00, z=200.50], EntityCow['Cow'/89, l='MpServer', x=224.63, y=68.00, z=165.18], EntityCow['Cow'/96, l='MpServer', x=241.52, y=87.00, z=307.81], EntityCow['Cow'/97, l='MpServer', x=242.50, y=88.00, z=312.50], EntityCow['Cow'/98, l='MpServer', x=243.50, y=88.00, z=313.50], EntityCow['Cow'/99, l='MpServer', x=242.50, y=88.00, z=312.50], EntityChicken['Chicken'/105, l='MpServer', x=250.84, y=83.00, z=296.58], EntityChicken['Chicken'/106, l='MpServer', x=252.50, y=84.00, z=285.50], EntityChicken['Chicken'/107, l='MpServer', x=253.50, y=84.00, z=286.50], EntityChicken['Chicken'/108, l='MpServer', x=254.50, y=84.00, z=283.50], EntitySheep['Sheep'/109, l='MpServer', x=262.18, y=86.00, z=285.49], EntitySheep['Sheep'/110, l='MpServer', x=253.50, y=84.00, z=284.50], EntitySheep['Sheep'/111, l='MpServer', x=250.50, y=83.00, z=286.50], EntitySheep['Sheep'/112, l='MpServer', x=244.53, y=81.00, z=289.22], EntityCow['Cow'/136, l='MpServer', x=283.50, y=64.00, z=183.50], EntityCow['Cow'/137, l='MpServer', x=280.50, y=64.00, z=183.50], EntityCow['Cow'/138, l='MpServer', x=280.50, y=64.00, z=183.50], EntityCow['Cow'/139, l='MpServer', x=285.50, y=63.00, z=181.50], EntityCow['Cow'/164, l='MpServer', x=311.50, y=63.00, z=199.50], EntityCow['Cow'/165, l='MpServer', x=309.50, y=64.00, z=198.50], EntityCow['Cow'/166, l='MpServer', x=308.50, y=66.00, z=196.50], EntityCow['Cow'/167, l='MpServer', x=311.50, y=64.00, z=198.50], EntityItem['item.tile.torch'/168, l='MpServer', x=300.10, y=29.00, z=307.41], EntityChicken['Chicken'/185, l='MpServer', x=319.50, y=66.00, z=237.89], EntityCow['Cow'/187, l='MpServer', x=318.50, y=71.00, z=274.50], EntityCow['Cow'/188, l='MpServer', x=314.50, y=75.00, z=272.50], EntityCow['Cow'/189, l='MpServer', x=317.50, y=74.00, z=270.50], EntityCow['Cow'/190, l='MpServer', x=317.50, y=75.00, z=267.50], EntityCow['Cow'/191, l='MpServer', x=319.50, y=68.00, z=281.50], EntityCow['Cow'/2775, l='MpServer', x=321.50, y=67.00, z=281.36], EntityCow['Cow'/2776, l='MpServer', x=320.50, y=68.00, z=283.50], EntityCow['Cow'/2777, l='MpServer', x=320.50, y=68.00, z=281.50], EntityZombie['Zombie'/2789, l='MpServer', x=239.50, y=16.00, z=184.50], EntityCreeper['Creeper'/2790, l='MpServer', x=252.50, y=29.00, z=189.50], EntityChicken['Chicken'/2792, l='MpServer', x=322.49, y=66.00, z=247.47], EntityChicken['Chicken'/2793, l='MpServer', x=321.50, y=67.00, z=240.50], EntityChicken['Chicken'/2794, l='MpServer', x=321.50, y=67.00, z=242.50], EntityCow['Cow'/2801, l='MpServer', x=337.69, y=67.00, z=280.71], EntityCow['Cow'/2802, l='MpServer', x=337.32, y=67.00, z=281.80], EntityCow['Cow'/2803, l='MpServer', x=339.50, y=67.00, z=284.50], EntityCow['Cow'/2804, l='MpServer', x=341.50, y=66.00, z=284.50], EntityPig['Pig'/2805, l='MpServer', x=341.50, y=67.00, z=282.50], EntityPig['Pig'/2806, l='MpServer', x=342.50, y=67.00, z=282.50], EntityPig['Pig'/2807, l='MpServer', x=341.50, y=67.00, z=281.50], EntityPig['Pig'/2808, l='MpServer', x=342.50, y=67.00, z=283.50], EntityCow['Cow'/2833, l='MpServer', x=335.53, y=64.00, z=196.24], EntityCow['Cow'/2836, l='MpServer', x=339.50, y=66.00, z=194.50], EntityCow['Cow'/2837, l='MpServer', x=336.50, y=64.00, z=192.50], EntityCow['Cow'/2838, l='MpServer', x=335.50, y=64.00, z=191.50], EntityCreeper['Creeper'/2962, l='MpServer', x=257.80, y=19.00, z=203.44], EntitySkeleton['Skeleton'/3038, l='MpServer', x=236.50, y=18.00, z=199.50], EntityZombie['Zombie'/3039, l='MpServer', x=239.35, y=17.00, z=165.20], EntityCreeper['Creeper'/3043, l='MpServer', x=232.50, y=15.00, z=290.50], EntityCow['Cow'/3135, l='MpServer', x=370.52, y=72.00, z=312.82], EntityCow['Cow'/3138, l='MpServer', x=370.50, y=72.00, z=317.50], EntityZombie['Zombie'/3152, l='MpServer', x=217.50, y=22.00, z=233.50], EntityItem['item.item.seeds'/3166, l='MpServer', x=266.13, y=63.00, z=219.13], EntitySquid['Squid'/3215, l='MpServer', x=241.71, y=62.54, z=221.76], EntitySquid['Squid'/3216, l='MpServer', x=241.90, y=62.25, z=217.69], EntitySquid['Squid'/3217, l='MpServer', x=238.98, y=61.99, z=213.47], EntityZombie['Zombie'/3244, l='MpServer', x=260.50, y=11.00, z=323.50], EntityZombie['Zombie'/3245, l='MpServer', x=259.50, y=11.00, z=318.50], EntityBat['Bat'/3377, l='MpServer', x=236.41, y=15.54, z=182.33], EntityBat['Bat'/3378, l='MpServer', x=246.14, y=17.99, z=179.87], EntityItem['item.item.seeds'/3649, l='MpServer', x=329.19, y=64.00, z=215.88], EntitySquid['Squid'/1630, l='MpServer', x=244.03, y=57.04, z=212.93], EntityBat['Bat'/1658, l='MpServer', x=235.50, y=38.65, z=237.39], EntityPlayerSP['pablonm'/1544, l='MpServer', x=295.09, y=80.00, z=244.01], EntitySpider['Spider'/3720, l='MpServer', x=240.50, y=38.00, z=230.50], EntityZombie['Zombie'/3746, l='MpServer', x=239.50, y=29.00, z=203.80], EntityZombieVillager['Zombie Villager'/3750, l='MpServer', x=248.50, y=39.00, z=236.50], EntitySkeleton['Skeleton'/3760, l='MpServer', x=256.50, y=42.00, z=220.50], EntityZombie['Zombie'/3785, l='MpServer', x=264.50, y=42.00, z=219.50], EntityZombie['Zombie'/3786, l='MpServer', x=260.50, y=42.00, z=216.50], EntityZombie['Zombie'/3787, l='MpServer', x=258.50, y=42.00, z=216.50], EntityCreeper['Creeper'/3801, l='MpServer', x=215.50, y=37.00, z=277.50], EntityZombie['Zombie'/3815, l='MpServer', x=241.50, y=20.00, z=165.50], EntityZombie['Zombie'/3819, l='MpServer', x=242.50, y=20.00, z=165.50], EntityZombie['Zombie'/3820, l='MpServer', x=239.76, y=22.00, z=166.49], EntitySkeleton['Skeleton'/3844, l='MpServer', x=243.50, y=25.00, z=294.50], EntityCreeper['Creeper'/3845, l='MpServer', x=229.50, y=14.00, z=215.50], EntityCreeper['Creeper'/3846, l='MpServer', x=239.50, y=29.00, z=320.50], EntityCreeper['Creeper'/3853, l='MpServer', x=240.50, y=38.00, z=233.50], EntityBat['Bat'/3856, l='MpServer', x=232.19, y=34.93, z=289.22], EntityCreeper['Creeper'/3860, l='MpServer', x=238.52, y=42.00, z=242.16], EntityCreeper['Creeper'/3861, l='MpServer', x=243.50, y=38.00, z=234.50], EntitySpider['Spider'/3868, l='MpServer', x=304.50, y=29.00, z=319.50], EntitySkeleton['Skeleton'/3869, l='MpServer', x=235.50, y=18.00, z=164.50], EntitySkeleton['Skeleton'/3872, l='MpServer', x=294.50, y=56.00, z=184.50], EntitySkeleton['Skeleton'/3874, l='MpServer', x=241.50, y=30.00, z=206.50], EntityZombie['Zombie'/3876, l='MpServer', x=365.50, y=22.00, z=230.79], EntityZombie['Zombie'/3901, l='MpServer', x=229.43, y=25.00, z=250.76], EntityCreeper['Creeper'/3904, l='MpServer', x=231.50, y=47.00, z=254.50], EntityBat['Bat'/3906, l='MpServer', x=236.30, y=42.01, z=241.84], EntityBat['Bat'/3907, l='MpServer', x=299.04, y=15.07, z=317.40], EntityBat['Bat'/3908, l='MpServer', x=245.16, y=41.19, z=230.16], EntityBat['Bat'/3909, l='MpServer', x=239.57, y=39.09, z=238.23], EntitySkeleton['Skeleton'/3920, l='MpServer', x=311.50, y=25.00, z=314.77], EntityZombie['Zombie'/3938, l='MpServer', x=223.50, y=26.00, z=258.50], EntityCreeper['Creeper'/3945, l='MpServer', x=288.50, y=23.00, z=306.50], EntitySkeleton['Skeleton'/3947, l='MpServer', x=225.50, y=23.00, z=243.50], EntitySkeleton['Skeleton'/3952, l='MpServer', x=222.50, y=23.00, z=240.50], EntityCreeper['Creeper'/3967, l='MpServer', x=236.85, y=40.00, z=239.35], EntityBat['Bat'/3970, l='MpServer', x=301.72, y=30.00, z=318.84], EntityZombie['Zombie'/3974, l='MpServer', x=259.50, y=42.00, z=220.50], EntityCreeper['Creeper'/3978, l='MpServer', x=245.50, y=38.00, z=235.50], EntityCreeper['Creeper'/3984, l='MpServer', x=242.50, y=38.00, z=234.50], EntityCreeper['Creeper'/3985, l='MpServer', x=241.52, y=38.00, z=238.53], EntityCreeper['Creeper'/3986, l='MpServer', x=244.50, y=38.00, z=236.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1600086336 bytes (1525 MB) / 2650275840 bytes (2527 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G
IntCache: cache: 0, tcache: 9, allocated: 11, tallocated: 96
FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_F5 6 mods loaded, 6 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
LCHIJA minecraft 1.12.2 minecraft.jar None
LCHIJA mcp 9.42 minecraft.jar None
LCHIJA FML 8.0.99.99 forge-1.12.2-14.23.5.2854.jar e3c3d50c7c986df74c645c0ac54639741c90a557
LCHIJA forge 14.23.5.2854 forge-1.12.2-14.23.5.2854.jar e3c3d50c7c986df74c645c0ac54639741c90a557
LCHIJA biomesoplenty 7.0.1.2441 BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar None
LCHIJA hammerx ${version} hammerx-1.12-1.1.4.jar None

Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 452.06' Renderer: 'GeForce GTX 1080 Ti/PCIe/SSE2'
Launched Version: 1.12.2-forge-14.23.5.2854
LWJGL: 2.9.4
OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 452.06, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: qt-rstation-variant.zip, 2.2.0_plain_Jappafied_Modded.zip, Jappa+Textures+Backport+For+1.12.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
OptiFine Version: OptiFine_1.12.2_HD_U_F5
OptiFine Build: 20191204-141934
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: BSL_v7.1.04.1.zip
OpenGlVersion: 4.6.0 NVIDIA 452.06
OpenGlRenderer: GeForce GTX 1080 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8

[1.8.9] Materials

Hey there. Firstly I want to thank you for this great mod! I've been enjoying it a lot over the last few days! The hammers all work great and I feel for how long they last the material cost is fair!

I have noticed a couple of things though that I just wanted to bring to your attention more than anything else. Currently in 1.8.9 I'm using a mod called Fun Ores (developed by SilentChaos512) to add Copper, Tin, Nickel, Silver, Aluminium, Zinc and Lead to my worlds. However; despite the ingots being in the ore dictionary, Hammerz doesn't seem to recognise their block forms as valid materials for hammers. As such, I don't seem to have access to the additional hammers in-game.

I have gone through the configs for both mods and confirmed that everything is enabled and should be working, yet they do not.

The only other thing I've noticed (I'm not sure if this is a bug or it was intended but just thought I'd mention it) is that when my first stone hammer ran out of durability or it got really low; instead of breaking it simply disabled the 3x3 mining effect and only mined individual blocks akin to a stone pickaxe.

If this behaviour was intended then my suggestion is a way to repair the hammer using its base material. If it wasn't intended, then it's a bug.

Thank you for your time!

EDIT: Just thought I may have jumped the gun a bit on the repairing... I used your other tool mod in Horizons: Daybreaker (the name of it escapes me) and that required an anvil. I will try that before claiming that as a bug.

EDIT: Anvils worked for repairs. Ignore that.

SilkTouch on Hammer make Buttons

I have a bug:
If you remove stones, buttons are begotten.
My hammer has:
Unbreaking II
Silk Touch
Efficiency V

My game:
Miencraft 1.11.2
Froge: 13.20.0.2252
Hammerz: 0.1.4.27

Change bedrock hammer to have steel handle

Just a texture suggestion: the bedrock hammer is crafted with shaft units instead of sticks but has a wood handle on the texture. Could you change it to be a steel handle?

Not Working With Quark Stone Variants

The hammers aren't properly breaking the quark stone variants in a 3x3 area like the should be. Instead the only break one stone, essentially making them useless when mining said stones as a regular pickaxe would get the job done faster.

1.9.4 Enviromental Tech basalt not breaking in 3x3

When breaking the center of a 3x3 wall of basalt, only the center block drops, the rest stay in place. Waila shows the effective tool as a pickaxe with no level restrictions. I checked with a wooden pick and it mines.

Is there a way to tell the hammers to mine this in a 3x3? I looked at the config and don't see any place to add new blocks.

forge:1.9.4-12.17.0.1965
1.9.4-Hammerz-1.9.4-0.0.1.1
environmentaltech-1.9.4-0.9.4c

Edit: seems to happen with other enviromental tech blocks as well, hardened stone does the same thing.

Dark Steel Hammer Upgrades Not Applicable

I know the Dark Steel Hammer is supposed to accept anvil upgrades like the baseline EnderIO Tools. But the Dark Steel Hammer requests the Octadic capacitor as the first upgrade instead of the Ender crystal. You then cannot upgrade with the basic capacitor on up to increase RF storage.

Misread. It needs a capacitor BANK. My apologies.

Crash when mining Randomite Ore from Cavern mod

When I mine a Randomite Ore from Cavern with the Stone Hammer, the game crashes.

Hammerz-1.10.2-1.1.5.20
Cavern_1.10.2-v1.5.5
Forge 12.18.3.2185

`---- Minecraft Crash Report ----

WARNING: coremods are present:
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.2.9.jar)
ForgelinPlugin (Forgelin-1.1.0.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar)
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
LoadingHook (Mekanism-1.10.2-9.2.1.295.jar)
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.1.101-universal.jar)
IvToolkit (IvToolkit-1.2.9.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.5.jar)
SFRCore (SolarFluxReborn_1.10.2-1.5r.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.339.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 12/8/16 8:59 PM
Description: Unexpected error

java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class cavern.block.BlockCave$EnumType, values=[aquamarine_ore, aquamarine_block, magnite_ore, magnite_block, randomite_ore, hexcite_ore, hexcite_block, fissured_stone, fissured_packed_ice]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
at cavern.block.BlockCave.func_149688_o(BlockCave.java:82)
at vapourdrive.hammerz.items.hammer.ItemHammer.checkBlockBreak(ItemHammer.java:258)
at vapourdrive.hammerz.items.hammer.ItemHammer.onBlockStartBreak(ItemHammer.java:245)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187103_a(PlayerControllerMP.java:127)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180512_c(PlayerControllerMP.java:313)
at net.minecraft.client.Minecraft.func_147115_a(Minecraft.java:1421)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2198)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1961)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1749)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196)
at cavern.block.BlockCave.func_149688_o(BlockCave.java:82)
at vapourdrive.hammerz.items.hammer.ItemHammer.checkBlockBreak(ItemHammer.java:258)
at vapourdrive.hammerz.items.hammer.ItemHammer.onBlockStartBreak(ItemHammer.java:245)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187103_a(PlayerControllerMP.java:127)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_180512_c(PlayerControllerMP.java:313)
at net.minecraft.client.Minecraft.func_147115_a(Minecraft.java:1421)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2198)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1961)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['MCJediYoda'/662, l='MpServer', x=-80.55, y=1.00, z=-30.84]]
Chunk stats: MultiplayerChunkCache: 420, 420
Level seed: 0
Level generator: ID 06 - RTG, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (0,50,0), Chunk: (at 0,3,0 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: 75702 game time, 75702 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: 69 total; [EntityBat['Bat'/166663, l='MpServer', x=-107.25, y=44.47, z=-96.30], EntityBabySkeleton['Baby Skeleton'/178183, l='MpServer', x=-59.50, y=40.00, z=-26.50], EntityZombie['Zombie'/181279, l='MpServer', x=-63.50, y=103.00, z=34.50], EntitySpider['Spider'/187426, l='MpServer', x=-105.50, y=20.00, z=-81.50], EntitySkeleton['Skeleton'/181280, l='MpServer', x=-108.50, y=47.00, z=-18.50], EntityZombie['Zombie'/187425, l='MpServer', x=-86.50, y=58.00, z=-84.50], EntitySkeleton['Skeleton'/184379, l='MpServer', x=-94.50, y=72.00, z=-93.50], EntityBat['Bat'/171070, l='MpServer', x=-141.39, y=19.10, z=-32.34], EntitySkeleton['Skeleton'/178750, l='MpServer', x=-139.50, y=25.00, z=-55.50], EntityCavenicZombie['Zombie'/190270, l='MpServer', x=-173.50, y=44.00, z=6.50], EntityItem['item.item.squid_meat'/157247, l='MpServer', x=-122.82, y=51.00, z=-54.38], EntitySkeleton['Skeleton'/184380, l='MpServer', x=-87.50, y=72.00, z=-99.50], EntityItem['item.item.dyePowder.black'/157245, l='MpServer', x=-122.13, y=51.00, z=-54.97], EntityCreeper['Resilient Creeper'/172349, l='MpServer', x=-83.50, y=101.00, z=-86.50], EntityConcussionCreeper['Hungry Concussion Creeper'/184385, l='MpServer', x=-81.50, y=30.00, z=-79.50], EntityBat['Bat'/188749, l='MpServer', x=-114.53, y=48.10, z=-59.25], EntitySquid['Squid'/191314, l='MpServer', x=-86.62, y=49.24, z=-87.65], EntityCavenicZombie['Zombie'/186451, l='MpServer', x=-131.50, y=39.00, z=-19.50], EntitySkeleton['Skeleton'/186448, l='MpServer', x=-8.50, y=19.00, z=-73.50], EntityZombie['Zombie'/158295, l='MpServer', x=-71.50, y=44.00, z=-57.50], EntityEnderman['Enderman'/174435, l='MpServer', x=-68.42, y=87.00, z=-103.52], EntityCreeper['Creeper'/181606, l='MpServer', x=-86.50, y=102.00, z=-83.50], EntityCreeper['Pyro Creeper'/181605, l='MpServer', x=-91.35, y=56.00, z=13.52], EntityCavenicSkeleton['Cavenic Skeleton'/181615, l='MpServer', x=-10.50, y=47.00, z=24.50], EntityConcussionCreeper['Concussion Creeper'/184175, l='MpServer', x=-112.50, y=51.00, z=-45.50], EntityZombie['Zombie'/184178, l='MpServer', x=-93.47, y=79.00, z=-104.19], EntityZombie['Resilient Zombie'/184176, l='MpServer', x=-73.50, y=48.00, z=-26.50], EntityBat['Bat'/186234, l='MpServer', x=-85.21, y=57.62, z=-0.70], EntityBat['Bat'/186235, l='MpServer', x=-44.67, y=51.25, z=13.90], EntityEnderman['Enderman'/183673, l='MpServer', x=-19.50, y=18.00, z=4.50], EntityBat['Bat'/186239, l='MpServer', x=-46.09, y=47.60, z=11.03], EntitySpider['Mage Spider'/183676, l='MpServer', x=-130.50, y=51.00, z=-53.50], EntityBat['Bat'/186236, l='MpServer', x=-47.55, y=51.05, z=10.69], EntityBat['Bat'/186240, l='MpServer', x=-40.09, y=52.74, z=20.12], EntityPlayerSP['MCJediYoda'/662, l='MpServer', x=-62.30, y=4.00, z=-31.64], EntityConcussionCreeper['Concussion Creeper'/188042, l='MpServer', x=-71.52, y=24.00, z=-30.18], EntityPlayerSP['MCJediYoda'/662, l='MpServer', x=-80.55, y=1.00, z=-30.84], EntityConcussionCreeper['Concussion Creeper'/188043, l='MpServer', x=-68.50, y=24.00, z=-29.50], EntityCreeper['Creeper'/185224, l='MpServer', x=-100.50, y=45.00, z=16.50], EntityCreeper['Creeper'/185225, l='MpServer', x=-54.50, y=51.00, z=3.50], EntityXPOrb['Experience Orb'/150415, l='MpServer', x=-53.75, y=13.00, z=-33.25], EntitySpider['Spider'/180109, l='MpServer', x=-62.50, y=99.00, z=-100.99], EntityZombie['Zombie'/185229, l='MpServer', x=-85.50, y=34.00, z=20.50], EntityBabySkeleton['Baby Skeleton'/188045, l='MpServer', x=-47.50, y=100.00, z=32.50], EntityBabySkeleton['Baby Skeleton'/188049, l='MpServer', x=-52.50, y=100.00, z=30.50], EntitySkeleton['Skeleton'/174746, l='MpServer', x=-27.50, y=22.00, z=-5.50], EntitySkeleton['Resilient Skeleton'/174744, l='MpServer', x=-27.50, y=22.00, z=-7.50], EntityConcussionCreeper['Concussion Creeper'/173750, l='MpServer', x=-128.50, y=34.00, z=-45.50], EntityBat['Bat'/130494, l='MpServer', x=-60.80, y=29.10, z=-31.24], EntityZombie['Zombie'/148938, l='MpServer', x=-54.57, y=28.00, z=-12.62], EntityCavenicSpider['Cavenic Spider'/177610, l='MpServer', x=-163.50, y=26.00, z=-30.50], EntityZombie['Tanky Zombie'/152787, l='MpServer', x=-89.50, y=89.00, z=-69.50], EntityZombie['Zombie'/191450, l='MpServer', x=-42.50, y=34.00, z=-91.50], EntitySkeleton['Skeleton'/191451, l='MpServer', x=-42.50, y=34.00, z=-84.50], EntityBabySkeleton['Baby Skeleton'/180440, l='MpServer', x=-103.50, y=33.00, z=-66.50], EntityCreeper['Creeper'/180441, l='MpServer', x=-102.50, y=33.00, z=-64.50], EntitySkeleton['Skeleton'/191449, l='MpServer', x=-57.50, y=65.00, z=-46.50], EntityConcussionCreeper['Concussion Creeper'/188894, l='MpServer', x=-77.70, y=78.00, z=-31.30], EntityCreeper['Creeper'/188895, l='MpServer', x=-67.50, y=77.00, z=-33.50], EntityCavenicZombie['Zombie'/188893, l='MpServer', x=-136.50, y=47.00, z=-22.50], EntityBat['Bat'/113123, l='MpServer', x=-16.69, y=19.10, z=-31.49], EntityCreeper['Creeper'/188897, l='MpServer', x=-67.50, y=77.00, z=-32.50], EntityCavenicCreeper['Cavenic Creeper'/187108, l='MpServer', x=-127.50, y=34.00, z=-79.50], EntityCreeper['Ranger Creeper'/188900, l='MpServer', x=-75.26, y=78.00, z=-28.86], EntityItem['item.item.redstone'/189163, l='MpServer', x=-74.09, y=1.00, z=-31.36], EntityMinecartChest['Minecart with Chest'/66029, l='MpServer', x=-132.50, y=40.06, z=-2.50], EntityCavenicSkeleton['Mage Cavenic Skeleton'/187381, l='MpServer', x=-160.50, y=65.00, z=-10.50], EntityCavenicZombie['Ranger Cavenic Zombie'/166649, l='MpServer', x=-117.50, y=41.00, z=-135.50], EntitySkeleton['Zestonian Skeleton'/175100, l='MpServer', x=-119.73, y=19.00, z=-19.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1259219800 bytes (1200 MB) / 3889692672 bytes (3709 MB) up to 5933891584 bytes (5659 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6366m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 9, tallocated: 61
FML: MCP 9.32 Powered by Forge 12.18.3.2185 118 mods loaded, 117 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185.jar)
UCHIJAAAA ivtoolkit{1.2.9} [IvToolkit] (minecraft.jar)
UCHIJAAAA bettercombatmod{1.3.5} [Better Combat] ([MC 1.10.X] BetterCombatMod 1.3.5.jar)
UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4g.jar)
UCHIJAAAA Baubles{1.3.8} [Baubles] (Baubles-1.10.2-1.3.8.jar)
UCHIJAAAA BaublesHud{3.2.0} [Baubles-Hud] (BaublesHud-1.10.2-3.2.0.jar)
UCHIJAAAA baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCHIJAAAA BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
UCHIJAAAA BetterAchievements{0.3.2.39} [Better Achievements] (BetterAchievements-1.10.2-0.3.2.39.jar)
UCHIJAAAA betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
UCHIJAAAA BiomeTweaker{2.1.230} [BiomeTweaker] (BiomeTweaker-1.10.2-2.1.230.jar)
UCHIJAAAA JEI{3.13.6.388} [Just Enough Items] (jei_1.10.2-3.13.6.388.jar)
UCHIJAAAA blockdrops{1.1.0} [Block Drops] (BlockDrops-1.10.2-1.1.0.jar)
UCHIJAAAA bookshelf{1.4.3.339} [Bookshelf] (Bookshelf-1.10.2-1.4.3.339.jar)
UCHIJAAAA cavern{1.5.5} [Cavern] (Cavern_1.10.2-v1.5.5.jar)
UCHIJAAAA Chameleon{1.10-2.2.0} [Chameleon] (Chameleon-1.10-2.2.0.jar)
UCHIJAAAA CodeChickenLib{2.4.3.124} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
UCHIJAAAA CodeChickenCore{2.3.5.91} [CodeChicken Core] (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)
UCHIJAAAA ChickenChunks{2.1.5.42} [ChickenChunks] (ChickenChunks-1.10.2-2.1.5.42-universal.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.7.7} [Chisel] (Chisel-MC1.10.2-0.0.7.7.jar)
UCHIJAAAA ChunkAnimator{1.2} [Chunk Animator] (ChunkAnimator-MC1.9.4-1.2.jar)
UCHIJAAAA claybucket{1.1} [Clay Bucket] (ClayBucket-1.9.4-1.1.jar)
UCHIJAAAA cyclopscore{0.8.2} [Cyclops Core] (CyclopsCore-1.9.4-0.8.2.jar)
UCHIJAAAA commoncapabilities{1.2.1} [CommonCapabilities] (CommonCapabilities-1.9.4-1.2.1.jar)
UCHIJAAAA cookingforblockheads{4.2.26} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.26.jar)
UCHIJAAAA MineTweaker3{3.0.14} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.15.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.15.jar)
UCHIJAAAA croparia{1.0} [Croparia] (Croparia-1.2.jar)
UCHIJAAAA CustomBackgrounds{1.0} [Custom Backgrounds] (CustomBackgrounds-MC1.9.4-1.1.jar)
UCHIJAAAA CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar)
UCHIJAAAA darkutils{1.1.6.99} [Dark Utilities] (DarkUtilities-1.10.2-1.1.6.99.jar)
UCHIJAAAA defaultoptions{6.1.5} [Default Options] (DefaultOptions_1.10.2-6.1.5.jar)
UCHIJAAAA defaultworldgenerator-port{1.9.4-0.4} [Default World Generator] (DefaultWorldGenerator-port-1.9.4-0.4.jar)
UCHIJAAAA ding{1.0.1} [Ding] (Ding-1.10.2-1.0.1.jar)
UCHIJAAAA DragonMounts{r46-1.10.2} [Dragon Mounts] (DragonMounts-r46-1.10.2.jar)
UCHIJAAAA dsurroundunofficial{3.0.6.1BETA} [Dynamic Surroundings Unofficial] (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJAAAA eplus{4.1.0.116} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.116.jar)
UCHIJAAAA EnderBags{2.0.1} [EnderBags] (EnderBags-1.9.4-2.0.0.jar)
UCHIJAAAA endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.60-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.60-beta.jar)
UCHIJAAAA EnderIO{1.10.2-3.0.1.139_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.139_beta.jar)
UCHIJAAAA EnderStorage{2.1.5.84} [EnderStorage] (EnderStorage-1.10.2-2.1.5.84-universal.jar)
UCHIJAAAA shetiphiancore{3.3.5} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.5.jar)
UCHIJAAAA endertanks{1.4.8} [EnderTanks] (endertanks-1.10.0-1.4.8.jar)
UCHIJAAAA EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
UCHIJAAAA zerocore{1.10.2-0.0.8.2} [Zero CORE] (zerocore-1.10.2-0.0.8.2.jar)
UCHIJAAAA bigreactors{1.10.2-0.4.5.21} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.21.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA SonarCore{3.1.6} [SonarCore] (SonarCore-1.9.4-3.1.6.jar)
UCHIJAAAA FluxNetworks{1.0.7} [Flux Networks] (FluxNetworks-1.9.4-1.0.7.jar)
UCHIJAAAA grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
UCHIJAAAA mcmultipart{2.0.0_88} [MCMultiPart] (MCMultiPart-experimental-2.0.0_88-universal.jar)
UCHIJAAAA Mekanism{9.2.1} [Mekanism] (Mekanism-1.10.2-9.2.1.295.jar)
UCHIJAAAA MekanismTools{9.2.1} [MekanismTools] (MekanismTools-1.10.2-9.2.1.295.jar)
UCHIJAAAA hammerz{1.10.2-1.1.5.20} [Hammerz] (hammerz-1.10.2-1.1.5.20.jar)
UCHIJAAAA hardcoreore{0.0.8a} [Hardcore ORE] (hardcoreore-1.10.2-0.0.9.jar)
UCHIJAAAA Harvest{1.10.2-1.1.0-10} [Harvest] (Harvest-1.10.2-1.1.0-10.jar)
UCHIJAAAA HealthBar{1.0.5} [Health Bar] (HealthBar-1.9.4-1.0.5-17.jar)
UCHIJAAAA LunatriusCore{1.1.2.38} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJAAAA InGameInfoXML{2.8.1.89} [InGame Info XML] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
UCHIJAAAA integrateddynamics{0.6.4} [Integrated Dynamics] (IntegratedDynamics-1.10.2-0.6.4.jar)
UCHIJAAAA integratedtunnels{1.0.1} [Integrated Tunnels] (IntegratedTunnels-1.10.2-1.0.1.jar)
UCHIJAAAA inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
UCHIJAAAA ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar)
UCHIJAAAA journeymap{1.10.2-5.3.1} [JourneyMap] (journeymap-1.10.2-5.3.1.jar)
UCHIJAAAA jumpglider{1.5.1} [Jump Glider] (jumpglider-1.10.2-V1.5.1.jar)
UCHIJAAAA jeresources{0.5.8.98} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.8.98.jar)
UCHIJAAAA jet{2.1.38} [JustEnoughTooltips] (JustEnoughTooltips-1.10.2-2.1.38.jar)
UCHIJAAAA malisiscore{1.10.2-4.2.9} [MalisisCore] (malisiscore-1.10.2-4.2.9.jar)
UCHIJAAAA malisisdoors{1.10.2-5.1.5} [MalisisDoors] (malisisdoors-1.10.2-5.1.5.jar)
UCHIJAAAA mantle{1.10.2-1.1.3.199} [Mantle] (Mantle-1.10.2-1.1.3.jar)
UCHIJAAAA MekanismGenerators{9.2.1} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.1.295.jar)
UCHIJAAAA mtrm{1.2.1.20} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.10.2-1.2.1.20.jar)
UCHIJAAAA mtlib{@Version@} [MTLib] (MTLib-1.0.0.jar)
UCHIJAAAA modtweaker{2.0.7} [Mod Tweaker] (ModTweaker2-2.0.7.jar)
UCHIJAAAA moreoverlays{1.9} [MoreOverlays] (moreoverlays-1.9-mc1.10.2.jar)
UCHIJAAAA mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar)
UCHIJAAAA natura{1.10.2-4.0.0.93} [Natura] (natura-1.10.2-4.0.0.93.jar)
UCHIJAAAA Neat{1.3-12} [Neat] (Neat 1.3-12.jar)
UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCHIJAAAA orespawn{2.0.0} [OreSpawn] (orespawn-2.0.0.10-1.10.2.jar)
UCHIJAAAA harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAAAA petbat{1.4.4} [Pet Bat] (PetBat-1.10.2.jar)
UCHIJAAAA progressiveautomation{1.6.53} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.53.jar)
UCHIJAAAA quantumflux{2.0.9} [QuantumFlux] (quantumflux-1.10.2-2.0.9.jar)
UCHIJAAAA reccomplex{1.2.4} [Recurrent Complex] (RecurrentComplex-1.2.4.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.5.8} [Storage Drawers] (StorageDrawers-1.10.2-3.5.8.jar)
UCHIJAAAA refinedstorage{1.2.9} [Refined Storage] (refinedstorage-1.2.9.jar)
UCHIJAAAA ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar)
UCHIJAAAA Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
UCHIJAAAA roots{0.208} [Roots] (roots-0.208.jar)
UCHIJAAAA RTG{4.1.1.9-SNAPSHOT-1} [Realistic Terrain Generation] (RTG-1.10.2-4.1.1.9-SNAPSHOT-1.jar)
UCHIJAAAA shadowmc{3.5.0} [ShadowMC] (ShadowMC-1.10.2-3.6.0.jar)
UCHIJAAAA simplyjetpacks{2.0.3.19} [Simply Jetpacks 2] (SimplyJetpacks2-1.10.2-2.0.3.19.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA SolarFluxReborn{1.5r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-1.5r.jar)
UCHIJAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCHIJAAAA Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.1.464} [Tinkers' Construct] (TConstruct-1.10.2-2.6.1.jar)
UCHIJAAAA teleportcommand{0.0.1} [Teleport Command] (teleportcommand-1.10.2-0.0.1.jar)
UCHIJAAAA tesla{1.2.1.50} [TESLA] (Tesla-1.10.2-1.2.1.50.jar)
UCHIJAAAA theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.10-1.3.3.jar)
UCHIJAAAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJAAAA tombstone{1.2} [Tombstone] (tombstone-1.2.3-1.9.4.jar)
UCHIJAAAA topaddons{1.10.2-0.9.0} [TOP Addons] (topaddons-1.10.2-0.9.0.jar)
UCHIJAAAA underwaterutilities{@Version@} [Underwater Utilities] (UnderwaterUtilities-1.10.2-1.1.0.jar)
UCHIJAAAA usefulnullifiers{1.2.1} [Useful Nullifiers] (usefulnullifiers-1.2.1.jar)
UCHIJAAAA VeinMiner{0.34.1_1.9-73be663} [Vein Miner] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAA VeinMinerModSupport{0.34.1_1.9-73be663} [Mod Support] (VeinMiner-0.34.1-1.9r571+73be663.jar)
UCHIJAAAA VTweaks{1.4.9.7} [V-Tweaks] (VTweaks-1.10.x-1.4.9.7.jar)
UCHIJAAAA Woot{1.10.2-1.2.1} [Woot] (woot-1.10.2-1.2.1.jar)
UCHIJAAAA worldstripper{1.1.1-1.10.2} [World Stripper] (World-Stripper-1.1.1-1.10.2.jar)
UD BiomeTweakerCore{2.1.230} [BiomeTweaker Core] (minecraft.jar)
Loaded coremods (and transformers):
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
invtweaks.forge.asm.ContainerTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.2.9.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
ForgelinPlugin (Forgelin-1.1.0.jar)

LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.60-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (ChunkAnimator-MC1.9.4-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
team.chisel.common.asm.ChiselTransformer
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal.jar)

LoadingHook (Mekanism-1.10.2-9.2.1.295.jar)

Default Options (DefaultOptions_1.10.2-6.1.5.jar)
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.1.101-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
IvToolkit (IvToolkit-1.2.9.jar)

ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.5.jar)
shetiphian.core.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.10.2-1.5r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.339.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.124-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
dsurroundcore_unofficial (DynamicSurroundingsUnofficial-1.10.2-3.0.6.1BETA.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.09' Renderer: 'GeForce GTX 650 Ti BOOST/PCIe/SSE2'
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)

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

EnderIO: No known problems detected.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Mekanism-1.10.2-9.2.1.295.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/Tesla.class
              * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
              * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
              * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaHolder.class
              * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/ITeslaProducer.class
              * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
              * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
              * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
              * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
              * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
              * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/jonathon/Documents/Curse/Minecraft/Instances/The%20Descent%201.10.2/mods/Tesla-1.10.2-1.2.1.50.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class

Launched Version: forge-12.18.3.2185
LWJGL: 2.9.4
OpenGL: GeForce GTX 650 Ti BOOST/PCIe/SSE2 GL version 4.5.0 NVIDIA 376.09, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: DescentIntoAbyss.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz`

Crazy TC5 hammer aspects

All hammers have, regardless of material:

26 Vitreus
22 Desiderium
15 Ignis
12 Metallum
7 Sensus
5 Instrumentum

Looks like the values for gold hammers might have been copy/pasted, and TC4 aspects converted to TC5 with strange results.

[Suggestion] Add recipe config or CraftTweaker/MineTweaker support

Some mod packs make resource gathering a slower and that is one thing Hammerz is really supposed to help with to a point. That being said, by the time I have enough materials to make one of your hammers in some packs, it isn't worth spending them on the hammer instead of other things in the pack because 27 ingots for one tool is a bit much; especially when you consider a full set of armor for the same material is only 24 ingots.

I realize Tinkers hammers cost 24 (8 each for the three head pieces) assuming you don't use metal for the handle parts as well, but they also inherently include an ore doubling mechanic that you don't and are compatible with CraftTweaker/MineTweaker.

Perhaps if there were an alternate recipe for them (disabled by default) which used:
ingot, ingot, ingot
ingot, stick, ingot
null, stick, null

I actually tried to use CraftTweaker/MineTweaker to edit your recipes myself for a pack and use:
plate, ingot, plate
null, stick, null
null, stick, null

Since early game plates in the pack are four ingots each (two for planks/stone), that would work out to one block early game and then get reduced later on (progression).

But the way they are coded isn't conducive to that process because the only difference between each hammer is an NBT tag. It would be much easier if they had a meta data assigned to each one as well.

Not to mention any item piping mod that uses filters would only be able to differentiate your hammers by NBT also, which might go unnoticed at first; causing some systems to clog or incorrectly route hammers.

Cannot mine obsidian in 3x3

Hammers cannot mine obsidian in a 3x3, even when the block being targeted is obsidian. When attempting to mine a 3x3 of obsidian, the center obsidian block is mined as normal, but the other 8 obsidian blocks are left behind. It makes sense for obsidian to be left behind if the target block is something faster to mine, but when the target is obsidian, it seems like it should work like normal.

Living Hammer Uncraftable

I'm using 1.11.2 with your latest version on the Curse Launcher (0.1.4.27) and the Living Hammer isn't craftable despite having a recipe.

2017-01-28_23 43 54

Repair results in an invalid item

Repairing a hammer by crafting two of the same type results in an invalid, grayed-out item. If the item is taken out of the crafting table and placed in the inventory the game crashes. Attempting to load that world will also crash the game.

Also, the description of the mod implies that repairing is done with an ingot/block similarly to TiC tools, but that doesn't seem to work.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ThaumcraftLoader (Thaumcraft-1.8.9-5.1.4.jar)
  FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 1/23/16 12:15 AM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
    at vapourdrive.hammerz.items.hammer.HammerInfoHandler.getUsesMana(HammerInfoHandler.java:49)
    at vapourdrive.hammerz.items.hammer.OnUpdateHandler.onUpdate(OnUpdateHandler.java:14)
    at vapourdrive.hammerz.items.hammer.ItemHammer.func_77663_a(ItemHammer.java:116)
    at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:410)
    at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:315)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:542)
    at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:794)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1614)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:283)
    at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:117)
    at net.minecraft.world.World.func_72866_a(World.java:1860)
    at net.minecraft.world.World.func_72870_g(World.java:1829)
    at net.minecraft.world.World.func_72939_s(World.java:1661)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2089)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Stacktrace:
    at vapourdrive.hammerz.items.hammer.HammerInfoHandler.getUsesMana(HammerInfoHandler.java:49)
    at vapourdrive.hammerz.items.hammer.OnUpdateHandler.onUpdate(OnUpdateHandler.java:14)
    at vapourdrive.hammerz.items.hammer.ItemHammer.func_77663_a(ItemHammer.java:116)
    at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:410)
    at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:315)
    at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:542)
    at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:794)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1614)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:283)
    at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:117)
    at net.minecraft.world.World.func_72866_a(World.java:1860)
    at net.minecraft.world.World.func_72870_g(World.java:1829)

-- Entity being ticked --
Details:
    Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
    Entity ID: 384
    Entity Name: Dokidoki
    Entity's Exact location: -134.76, 71.00, 120.37
    Entity's Block location: -135.00,71.00,120.00 - World: (-135,71,120), Chunk: (at 9,4,8 in -9,7; contains blocks -144,0,112 to -129,255,127), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Rider: ~~ERROR~~ NullPointerException: null
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1661)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['Dokidoki'/384, l='MpServer', x=-134.76, y=71.00, z=120.37]]
    Chunk stats: MultiplayerChunkCache: 50, 50
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: -96.00,64.00,248.00 - World: (-96,64,248), Chunk: (at 0,4,8 in -6,15; contains blocks -96,0,240 to -81,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 424462 game time, 601451 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: 49 total; [EntityChicken['Chicken'/131, l='MpServer', x=-170.25, y=75.00, z=154.47], EntityChicken['Chicken'/396, l='MpServer', x=-77.53, y=73.00, z=42.22], EntitySkeleton['Skeleton'/387, l='MpServer', x=-97.50, y=11.00, z=41.50], EntitySheep['Sheep'/386, l='MpServer', x=-174.50, y=95.00, z=46.66], EntitySheep['Sheep'/148, l='MpServer', x=-145.81, y=72.00, z=81.13], EntitySheep['Sheep'/149, l='MpServer', x=-151.00, y=74.00, z=156.97], EntityZombie['Zombie'/171, l='MpServer', x=-123.66, y=62.00, z=127.66], EntityWitch['Witch'/170, l='MpServer', x=-119.53, y=50.00, z=115.81], EntitySkeleton['Skeleton'/169, l='MpServer', x=-120.16, y=30.00, z=121.72], EntitySkeleton['Skeleton'/168, l='MpServer', x=-123.50, y=30.00, z=126.50], EntitySkeleton['Skeleton'/175, l='MpServer', x=-116.50, y=50.00, z=140.09], EntityWitch['Witch'/174, l='MpServer', x=-125.47, y=50.00, z=138.88], EntityBat['Bat'/173, l='MpServer', x=-117.44, y=33.13, z=133.25], EntityBat['Bat'/172, l='MpServer', x=-122.22, y=45.38, z=134.16], EntitySkeleton['Skeleton'/163, l='MpServer', x=-140.50, y=12.00, z=76.50], EntityEnderman['Enderman'/162, l='MpServer', x=-137.50, y=13.00, z=66.50], EntityAuraNode['Aura Node'/434, l='MpServer', x=-264.50, y=47.50, z=-6.50], EntitySkeleton['Skeleton'/167, l='MpServer', x=-113.50, y=54.00, z=99.50], EntityPlayerSP['Dokidoki'/384, l='MpServer', x=-134.76, y=71.00, z=120.37], EntityCow['Cow'/164, l='MpServer', x=-131.38, y=74.00, z=172.41], EntityCow['Cow'/186, l='MpServer', x=-96.94, y=69.00, z=138.16], EntityCreeper['Creeper'/187, l='MpServer', x=-96.50, y=35.00, z=169.50], EntitySkeleton['Skeleton'/184, l='MpServer', x=-96.50, y=13.00, z=81.50], EntityZombie['Zombie'/185, l='MpServer', x=-104.50, y=52.00, z=100.50], EntityBrainyZombie['Angry Zombie'/178, l='MpServer', x=-115.50, y=36.00, z=160.50], EntityCreeper['Creeper'/179, l='MpServer', x=-113.50, y=38.00, z=161.50], EntitySpider['Spider'/176, l='MpServer', x=-116.50, y=50.00, z=135.50], EntitySquid['Squid'/177, l='MpServer', x=-122.53, y=32.06, z=153.50], EntityRabbit['Rabbit'/183, l='MpServer', x=-97.69, y=77.00, z=68.31], EntityAuraNode['Aura Node'/180, l='MpServer', x=-126.50, y=74.50, z=161.50], EntityCow['Cow'/181, l='MpServer', x=-122.34, y=72.00, z=171.44], EntitySquid['Squid'/205, l='MpServer', x=-94.31, y=59.09, z=174.56], EntityTaintacle['Taintacle'/204, l='MpServer', x=-87.50, y=65.00, z=151.50], EntitySquid['Squid'/206, l='MpServer', x=-90.13, y=58.13, z=172.34], EntityZombie['Zombie'/201, l='MpServer', x=-88.50, y=52.00, z=97.50], EntityBat['Bat'/200, l='MpServer', x=-93.66, y=15.31, z=79.44], EntitySkeleton['Skeleton'/203, l='MpServer', x=-85.50, y=18.00, z=138.50], EntityZombie['Zombie'/202, l='MpServer', x=-94.50, y=18.00, z=137.50], EntityBat['Bat'/199, l='MpServer', x=-95.22, y=14.91, z=68.91], EntityItem['item.item.egg'/119, l='MpServer', x=-188.69, y=66.00, z=118.44], EntityChicken['Chicken'/118, l='MpServer', x=-188.66, y=67.69, z=117.31], EntityBat['Bat'/117, l='MpServer', x=-186.53, y=67.09, z=107.75], EntityCreeper['Creeper'/116, l='MpServer', x=-183.50, y=63.00, z=104.50], EntitySheep['Sheep'/115, l='MpServer', x=-186.69, y=69.00, z=91.47], EntityZombie['Zombie'/114, l='MpServer', x=-185.50, y=23.00, z=80.50], EntityCreeper['Creeper'/113, l='MpServer', x=-184.50, y=21.00, z=75.50], EntityCreeper['Creeper'/112, l='MpServer', x=-181.50, y=26.00, z=71.50], EntityAuraNode['Aura Node'/486, l='MpServer', x=-269.50, y=77.50, z=5.50], EntityPig['Pig'/120, l='MpServer', x=-182.03, y=73.00, z=154.13]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:404)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
    at net.minecraft.client.main.Main.main(SourceFile:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    Operating System: Windows 7 (amd64) version 6.1
    CPU: 4x AMD Athlon(tm) X4 760K Quad Core Processor 
    Java Version: 1.7.0_80, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 313241336 bytes (298 MB) / 754769920 bytes (719 MB) up to 2130051072 bytes (2031 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.19 Powered by Forge 11.15.0.1715 Optifine OptiFine_1.8.9_HD_U_H2 17 mods loaded, 17 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHIJAAAA   mcp{9.18} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAA   FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.0.1715.jar) 
    UCHIJAAAA   Forge{11.15.0.1715} [Minecraft Forge] (forge-1.8.9-11.15.0.1715.jar) 
    UCHIJAAAA   Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar) 
    UCHIJAAAA   aura{unspecified} [Aura Cascade] (AuraCascade-1.8.8-v0.2.2a.jar) 
    UCHIJAAAA   bigtrees{0.2} [The BigTrees Mod] (bigtrees-0.2-1.8.9.jar) 
    UCHIJAAAA   BloodMagic{1.8.9-2.0.0-6} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.8.9-2.0.0-6.jar) 
    UCHIJAAAA   Chameleon{1.8.9-0.2.1} [Chameleon] (Chameleon-1.8.9-0.2.1.jar) 
    UCHIJAAAA   fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-1.8-1.6.jar) 
    UCHIJAAAA   Thaumcraft{5.1.4} [Thaumcraft] (Thaumcraft-1.8.9-5.1.4.jar) 
    UCHIJAAAA   hammerz{1.8.9-0.1.4.14} [Hammerz] (Hammerz-1.8.9-0.1.4.14.jar) 
    UCHIJAAAA   inventorysorter{0.7.4+26} [Simple Inventory sorting] (inventorysorter-1.8.9-0.7.4+26.jar) 
    UCHIJAAAA   JEI{2.21.0.98} [Just Enough Items] (jei_1.8.9-2.21.0.98.jar) 
    UCHIJAAAA   JEIAddons{0.9.0.32} [Just Enough Items Addons] (JEIAddons_1.8.9-0.9.0.32.jar) 
    UCHIJAAAA   journeymap{5.1.3} [JourneyMap] (journeymap-1.8.8-5.1.3-unlimited.jar) 
    UCHIJAAAA   StorageDrawers{1.8.9-2.2.1} [Storage Drawers] (StorageDrawers-1.8.9-2.2.1.jar) 
    UCHIJAAAA   Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar) 
    Loaded coremods (and transformers): 
ThaumcraftLoader (Thaumcraft-1.8.9-5.1.4.jar)

FldLoadingPlugin (FastLeafDecay-1.8-1.6.jar)
  com.olafski.fastleafdecay.FldTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 350.12' Renderer: 'GeForce GTX 750/PCIe/SSE2'
    Launched Version: 1.8.9-forge1.8.9-11.15.0.1715
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 750/PCIe/SSE2 GL version 4.5.0 NVIDIA 350.12, 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 Athlon(tm) X4 760K Quad Core Processor 

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.