Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/05/17 in all areas

  1. Javadoc of getHarvestTool() says: "Queries the class of tool required to harvest this block, if null is returned we assume that anything can harvest this block." Null doesn't mean that tool is not effective, efficiency and harvestability are separate properties in minecraft. Take a look at net.minecraft.item.Item#getHarvestLevel() and net.minecraft.item.Item#getStrVsBlock(). You should probably use those.
    1 point
  2. Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    1 point
  3. For me using both JDK version 8 AND Runtime version 8 solved the problem.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.