-
Notifications
You must be signed in to change notification settings - Fork 52
Add farming skill #814
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
Merged
Add farming skill #814
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Qodana Community for JVM13 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
Ilwyd
pushed a commit
to Ilwyd/void
that referenced
this pull request
Dec 22, 2025
* Replace Timer events for dispatchers * Rename Key to Timer * Make sure return types are explicit * Add farming objects * Start adding farming growth cycle * Update farming tick * Farming produce wip * Add remaining estimate to Timers * Add customizable timer tick rate * Fix * Add farming vars * Add dispatcher support for using interface or items on entities * WIP * Rebase * Start adding compost bins * Adding more compost bin functionality * Rename returnedItems variable to avoid auto suggests for `return` * Fix farming tick tests * Add compost bins * WIP farming patches * Watering and harvesting * Formatting * Add data for all allotment patches * Add herb data * Add flower, hops and tree data * Tool equipment storage WIP * Tool equipment storage WIP * Tidy up log outputs * Add farming store tests * Use gardening trowel instead of trowel * Add plant pot filling * Split out plant pots and add sapling replacing * Add patch clearing * Fix seed id * Add scroll of life * Fix varbits * Add plant cure messages * Align varbit names * Add plant cure lunar spell * Add plant cure dead message * Add tests for allotment and herb patches * FileStorage changes for compiler type issue * Add flower patch tests * Add hops patch tests * Start adding fruit trees * Lil bit of data * Add fruit tree harvesting * Delete unused option files * Change patch lives from decrementing to incrementing * Add bush patches * Add fruit tree claiming xp * Check farming growth tick immediately on login * Add most of tree patches * Add fruit tree fruit regrowing * Add all farmers * Add tree pruning * Fix magic crossbow et al. damage calculation * Fix chinchompa explode gfx * Fix dark bow special attack * Fix coloured dragon attack distance * Fix locust sounds * Start cactus patch * Add farming rake success rates * Add cactus patch * Add belladonna patch * Add evil turnip patch * Add spirit tree patches * Add all farming object examines * Add flower patch protections * Refactor FarmingPatch * Add tree root harvesting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #749
Tweaks: