-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Boat #592
base: main
Are you sure you want to change the base?
Added Boat #592
Conversation
Added benefit for boats to make them useful
Ah, CodeQL reminds you that the input system has been changed, do consider syncing your branch to solve this. |
Right, you'll also have to modify your code to use the new input system. |
What about following the rule of "everything costs stamina"? Using boat on water still costs stamina, but it consumes stamina per a certain distance travelled continuously. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My main impression from this is a feeling of confusion, but that is not your fault I suppose.
I don't know if I fully addressed your concerns, but the following is what I managed to find.
For people interested, this is my version of implementation for boat: https://github.com/BenCheung0422/minicraft-plus-revived/tree/boat |
# Conflicts: # src/client/java/minicraft/item/Items.java # src/client/java/minicraft/item/Recipes.java # src/client/java/minicraft/saveload/Load.java
It is a question to whether to consume stamina (by travelling ticks). Anyway, Litorom has merged my branch to this pull request and I have also made some further changes. |
Fix issues: - player is kicked off from boat (when out of stamina/not moved) - player dir not synced with boat when not moved
The ultimate and so useful feature has been added. Introducing the boat, the float on water that consumes no stamina!
All jokes aside:
Additions:
Notes: