keplersj / BoatCraft

Rails had their turn, now out to the Minecraftian seas.
MIT License
6 stars 7 forks source link

Add Boat Mountable Methods #125

Open keplersj opened 11 years ago

keplersj commented 11 years ago

This will allow certain items to be mounted onto the boats and affect some boat functionality.

viliml commented 10 years ago

Could we have an Enum for places, like RIGHT_SIDE, LEFT_SIDE, FRONT, BACK, CENTER, and an EnumMap to contain them, and then each mountable would say which position it's allowed in? Like padding on either side, an engine on the back, a sail in the center...

keplersj commented 10 years ago

Could we also use the enum for boat linking data?

viliml commented 10 years ago

I honestly have no idea what you mean by that....

viliml commented 10 years ago

I did some of the hard work, now we need to actually implement the stuff... Probably a dynamic recipe.