changed thaumgoggles to 'special'
This commit is contained in:
parent
851a67cd43
commit
ce68f12ad5
2 changed files with 1 additions and 2 deletions
|
@ -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())
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue