Changes

Summary

  1. initial sweep of 1.7 updating (details)
  2. more work on 1.7 updates still WIP (details)
  3. 2nd update sweep (details)
  4. more 1.7 fixes (details)
  5. more fixes (details)
  6. more 1.7 work (details)
  7. 16 errors left (details)
  8. 0 compile errors (details)
  9. clean up repo's in build.gradle (details)
  10. fix derp in properties,  bump forge version (details)
  11. fix compiling (details)
  12. mantle runs (details)
  13. get rid of ID in inventoryblock constructor (details)
  14. do the same with inventoryslab (details)
  15. fix debug chat messages, add in player utils for things like chat (details)
  16. Update PlayerUtils.java (details)
  17. add in some utils, including one not fully implemented yet to reduce (details)
Commit a7808cdb26836b8819e78362f2ed8bbbf42fba9f by progwml6
initial sweep of 1.7 updating
The file was modifiedsrc/mantle/blocks/MantleBlock.java (diff)
The file was modifiedsrc/mantle/blocks/iface/IFacingLogic.java (diff)
The file was modifiedsrc/mantle/debug/DebugHelper.java (diff)
The file was modifiedsrc/mantle/Mantle.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/mantle/items/abstracts/CraftingItem.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/AdaptiveInventoryLogic.java (diff)
The file was modifiedsrc/mantle/client/gui/GuiManual.java (diff)
The file was modifiedsrc/mantle/world/DirectionUtils.java (diff)
The file was modifiedsrc/mantle/items/Manual.java (diff)
The file was modifiedsrc/mantle/client/RenderItemCopy.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiServantLogic.java (diff)
The file was modifiedsrc/mantle/lib/CoreConfig.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryBlock.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiItemBlock.java (diff)
Commit 73375967f70f21514e065730994daf7a64beaf43 by progwml6
more work on 1.7 updates still WIP
The file was modifiedsrc/mantle/client/RenderItemCopy.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/ExpandableInventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryBlock.java (diff)
The file was modifiedsrc/mantle/blocks/MantleBlock.java (diff)
The file was modifiedsrc/mantle/lib/client/MantleClientRegistry.java (diff)
The file was modifiedbuild.properties (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiServantLogic.java (diff)
The file was modifiedsrc/mantle/client/RenderItemCopy.java (diff)
The file was modifiedsrc/mantle/Mantle.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/AdaptiveInventoryLogic.java (diff)
The file was modifiedsrc/mantle/lib/CoreRepo.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiItemBlock.java (diff)
The file was modifiedsrc/mantle/lib/environment/EnvironmentChecks.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryBlock.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/ExpandableInventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/iface/IServantLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiServantLogic.java (diff)
The file was modifiedsrc/mantle/client/RenderItemCopy.java (diff)
The file was modifiedsrc/mantle/blocks/MantleBlock.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/AdaptiveInventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryBlock.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventorySlab.java (diff)
The file was modifiedsrc/mantle/client/block/SmallFontRenderer.java (diff)
The file was modifiedsrc/mantle/client/gui/TurnPageButton.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryBlock.java (diff)
The file was modifiedsrc/mantle/client/block/SmallFontRenderer.java (diff)
The file was modifiedsrc/mantle/client/gui/GuiManual.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/ExpandableInventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiServantLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/ExpandableInventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryLogic.java (diff)
The file was modifiedsrc/mantle/client/gui/TurnPageButton.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/AdaptiveInventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiServantLogic.java (diff)
The file was modifiedsrc/mantle/client/block/SmallFontRenderer.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/ExpandableInventoryLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryBlock.java (diff)
The file was modifiedsrc/mantle/client/RenderItemCopy.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/MultiServantLogic.java (diff)
The file was modifiedsrc/mantle/blocks/abstracts/InventoryLogic.java (diff)
The file was modifiedsrc/mantle/client/gui/GuiManual.java (diff)
Commit 96c22b865591ee0032af8aaaeb1eaa6ed3b1594c by progwml6
clean up repo's in build.gradle
The file was modifiedbuild.gradle (diff)
Commit 21f16f7db7d6e39922d9b91670fbaa7b1fbfd520 by progwml6
fix derp in properties,  bump forge version
The file was modifiedbuild.properties (diff)
The file was modifiedsrc/mantle/Mantle.java (diff)
The file was modifiedresources/mcmod.info (diff)
Commit 81d4605904997c7e5da43aec100b4fb3f8125b98 by progwml6
mantle runs
NOTE: rendering engine shouldnt be null but seems to be
The file was modifiedsrc/mantle/client/MProxyClient.java (diff)
The file was modifiedsrc/mantle/client/block/SmallFontRenderer.java (diff)
Commit cc5b894b96929509e5df9b895c22fc92b0b0a4f1 by progwml6
get rid of ID in inventoryblock constructor
The file was modifiedsrc/mantle/blocks/abstracts/InventoryBlock.java (diff)
Commit 2db77dc2d88090ce22c5fa66292020be99042f6f by progwml6
do the same with inventoryslab
The file was modifiedsrc/mantle/blocks/abstracts/InventorySlab.java (diff)
Commit d4f5ebbca29f8503ead1f7f746cceb3cc980fcf9 by progwml6
fix debug chat messages, add in player utils for things like chat messages
The file was modifiedsrc/mantle/debug/DebugHelper.java (diff)
The file was addedsrc/mantle/player/PlayerUtils.java
Commit 94b1983cf633eae2c640fa1d44eeece29fd6eeb2 by Sunstrike
Update PlayerUtils.java

Misc formatting and javadocs.
The file was modifiedsrc/mantle/player/PlayerUtils.java (diff)
Commit e07dc82fff46f201ab627ac7d08fede31b1251d1 by progwml6
add in some utils, including one not fully implemented yet to reduce errors, and prevent logic derps
The file was modifiedsrc/mantle/lib/CoreRepo.java (diff)
The file was addedsrc/mantle/common/ComparisonHelper.java
The file was addedsrc/mantle/blocks/BlockUtils.java