BluePower conflicting with Chisel
Darkhax opened this issue ยท 5 comments
Hello, I am not very familiar with the BluePower mod and its features but I believe that this is not an intended feature. When both mods are installed together, the correct tool type for the vanilla blocks such as vanilla stone or wooden planks. This is revealed when using the Wawla, the Waila addon I've made. The addon uses "String tool = (block != null) ? block.getHarvestTool(access.getMetadata()) : "";" to retrieve the correct tool type. Any insight on this issue would be very appreciated.
No clue what's happening here. Isn't this just a problem with Chisel? We don't alter any vanilla block correct harvest tools.
Thanks for taking a look at this issue. Initially it was reported to me as a bug with the chisel mod however after testing within my own work space this issue is only present when both Chisel and BluePower are in an instance together. Either mod on its own does not cause this issue.
@Darkhax, it's Chisel: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1295067-waila-harvestability-how-can-i-harvest-what-im?comment=44
The specific lines of code that do it: