codetaylor / pyrotech-1.12

An early game mod with new primitive devices, combustion machines, smelting mechanics, storage options, tools, torches, advancements, and absolutely zero GUIs -- with exception to the substantially complete, mostly illustrated, and charred guidebook.
https://pyrotech.readthedocs.io/en/latest/
Other
52 stars 19 forks source link

Obsidian hammer is assigned the incorrect material #321

Closed ghost closed 3 years ago

ghost commented 3 years ago

After having attempted to modify the enchantability values of bone/flint tools, I've discovered that the obsidian hammer in particular seems to be assigned "athenaeum:FLINT" rather than "athenaeum:OBSIDIAN", which is what the rest of the obsidian tools appear to be assigned. This issue occurs on the latest version, Pyrotech 1.4.33. I used Apotheosis to modify enchantability values.

codetaylor commented 3 years ago

Oof. Yeah...

https://github.com/codetaylor/pyrotech-1.12/blob/master/src/main/java/com/codetaylor/mc/pyrotech/modules/core/item/ItemObsidianHammer.java#L16

I'll fix it soon.

democat3457 commented 3 years ago

btw your link in the changelog to this issue goes to the wrong repository