Ckathode / archimedes-ships

Archimedes' Ships Minecraft mod
MIT License
49 stars 53 forks source link

Add model renderer for ship helm (marker) #15

Closed TehStoneMan closed 9 years ago

TehStoneMan commented 9 years ago

I gave you a model for the ship helm some time ago. Recently I learned how to use such a model in Minecraft, and realised my original model was not formatted properly. I have modified the model somewhat, and provided code to render it in place of the block. Hope you find it useful.

ajthemacboy commented 9 years ago

I think this is a great idea. The helm texture is so bad atm.

TehStoneMan commented 9 years ago

I have continued to do some work on this, and gave the ship the ability to drift to grid alignment. As part of this, I have made the Align To Grid key unbound be default, but can still be manually bound to a key if desired.

Ckathode commented 9 years ago

Nice work on the rendering and models! The drifting to align the grid is nice too, but I don't see why the align button should be disabled.

TehStoneMan commented 9 years ago

I figure it allows more keys available for other mods, and could possibly be considered redundant with the drift to grid mechanic, but it's still available to bind manually if required.