smartaleq / DwarfCraft_orig

A Minecraft RPG mod introducing additional difficulties, levels, and progression.
3 stars 0 forks source link

Implement boat move effects #20

Closed smartaleq closed 13 years ago

smartaleq commented 13 years ago

VEHICLEMOVE on movement

RCarretta commented 13 years ago

Could you separate these out? I have an idea for the movement.

smartaleq commented 13 years ago

Keep this issue for vehicleMove, vehicle drop is closed.

RCarretta commented 13 years ago

I can clearly make boats move faster using teleportTo, and keeping tracking information local to DC. Issues right now are that the player precedes the boat ~3 blocks (maybe I can teleport the player as well...?), causing the player to get stuck in land whenever the boat approaches land. Also the direction of the boat doesn't change. This should be easy to rectify.

smartaleq commented 13 years ago

resolved implementation and made specific to boats