Hey Guys,I found there is a wrong info in ITEM$toolMaterial file in the forge-1.11-13.19.0.2162 version when on modding:
===from line 1757~1763
/**
* The level of material this tool can harvest (3 = DIAMOND, 2 = IRON, 1 = STONE, 0 = IRON/GOLD)
*/
public int getHarvestLevel()
{
return this.harvestLevel;
}
===
It shold be 0=WOOD /GOLD but NOT 0=IRON/GOLD.
Pls fix that:)