Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Make bone slower, but it now requires noticable less xp than flint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 3, 2014
1 parent fe24263 commit ca0c1cb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ private static void modifyTcon()

// mining level 1: Flint and bone
updateMaterial(_1_flint, TConstructRegistry.getMaterial("Flint"), 151, 400, 2, 0.5f); // Head-Material
updateMaterial(_1_flint, TConstructRegistry.getMaterial("Bone"), 201, 375, 2, 1.08f); // Accessory/Handle Material
updateMaterial(_1_flint, TConstructRegistry.getMaterial("Bone"), 201, 300, 2, 1.08f); // Accessory/Handle Material

// mining level 2: Copper
updateMaterial(_2_copper, TConstructRegistry.getMaterial("Copper"), 180, 500, 2, 1.1f); // All around material
Expand Down

0 comments on commit ca0c1cb

Please sign in to comment.