changed thaumgoggles to 'special'

This commit is contained in:
MachineMuse 2013-02-05 11:34:44 -07:00
parent 851a67cd43
commit ce68f12ad5
2 changed files with 1 additions and 2 deletions

View file

@ -118,7 +118,7 @@ public class ModCompatability {
Item goggles = (Item) itemGoggles.get(itemGoggles);
gogglesStack = new ItemStack(goggles);
PowerModule module = new PowerModule("Aurameter", Arrays.asList((IModularItem) ModularPowersuits.powerArmorHead), new MuseIcon(
"/thaumcraft/resources/ss_core.png", 144), ModularCommon.CATEGORY_VISION)
"/thaumcraft/resources/ss_core.png", 144), ModularCommon.CATEGORY_SPECIAL)
.setDescription(
"Connect up some Thaumic goggles to show the nearby aura values. (Does not reveal aura nodes, only shows the HUD)")
.addInstallCost(ItemComponent.laserHologram.copy())

View file

@ -226,7 +226,6 @@ public class PlayerTickHandlerClient implements ITickHandler {
desiredDirection.zCoord = desiredDirection.zCoord * Math.signum(forwardkey) + strafeZ * Math.signum(strafekey);
desiredDirection = desiredDirection.normalize();
// Gave up on this... I suck at math apparently
// double ux = player.motionX / thrust;
// double uy = player.motionY / thrust;