mushroomhostage / exphc

The Experimental Hardcore Post-Apocalyptic Minecraft Server
www.exphc.com
8 stars 5 forks source link

Fix RealisticChat ear trumpet crafting in 1.1-R4 #17

Closed mushroomhostage closed 12 years ago

mushroomhostage commented 12 years ago

ExpHC is running 1.1-R4 for the CraftBukkit mods, but this version of CraftBukkit contains the bug BUKKIT-602 Enchantments lost on crafting recipe output.

RealisticChat uses enchantments on crafting output to build ear trumpets (Gold Helmet + Efficiency), and without the enchantment, the effect does not function.

Fortunately, this bug can be worked around by bypassing Bukkit's crafting, like I did in earlier versions of SilkSpawners.

Disable earTrumpetEnableCrafting in RealisticChat, and add the workaround in ExphcTweaks.

mushroomhostage commented 12 years ago

https://github.com/mushroomhostage/SilkSpawners/commit/0763f29f217662c97a0b4a155649e14e8beb92c9 BUKKIT-602 workaround

mushroomhostage commented 12 years ago

Took some different approaches, but finally fixed by using shapeless recipe + enchantment workaround.

commit 109b66ce2e6da1c5f9b12ccbe9fad636766ba673 Date: Wed Mar 21 21:55:32 2012 -0700 https://github.com/mushroomhostage/ExphcTweaks/commit/109b66ce2e6da1c5f9b12ccbe9fad636766ba673

mushroomhostage commented 12 years ago

Deployed on exphc, works.

mushroomhostage commented 12 years ago

Note workaround is no longer needed on 1.2.3 and can be removed from ExphcTweaks (in fact won't work and cause errors since the obfuscated symbols have changed).