Shurgent / TFCTech

TFCTech - Addon for TerraFirmaCraft. Custom integration and additional items for TFC + Tech-mods fusion. Base for the TFCTech Modpack (in future).
GNU General Public License v3.0
11 stars 18 forks source link

Induction Smelter Dupe #8

Closed StrayWolfe closed 8 years ago

StrayWolfe commented 8 years ago

The induction smelter is "duplicated" when it is harvested with a pick in survival mode. You might want to override the harvestBlock method to stop that dupe. Looks like it is dropping your nbt loaded item specified in the breakBlock method and it is also running the default behavior of dropping the block when the harvestBlock method fires.

Shurgent commented 8 years ago

I forgot to override dropBlockAsItem method. Fixed. Expect a hotfix soon.

Shurgent commented 8 years ago

Fixed