Sunday, September 4, 2011

r1016 - Model Attachments

BTW due to Minecraft 1.8 is being aimed for the 8th, I'm holding off on the contest for the new map I'm making till after AdventureCraft is updated for 1.8.  Aiming for releasing the map tomorrow assuming I finish the last touches and trailer.
  • Models can be attached to each other by the variable .modelAttachment on them.
  • Cave sounds disabled.
  • Can specify the texture width and height on models at model creation time Model(texWidth, texHeight).
  • UI elements can be moved smoothly now via .moveTo(x, y) and .moveBy(dx, dy).

Demonstration of the new model attachments is below.  Its just a simple script I threw together in about 10 minutes. https://gist.github.com/1191538

1 comment: