Skip to content
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

Starting the work on farming station #463

Closed

Conversation

Trytoon
Copy link
Contributor

@Trytoon Trytoon commented Aug 15, 2023

Description

Adds functionnalities to plant crops to the farming station.

I push the code as a draft so you can have a look. It is in early state.

Currently, it can execute every task related to planting crops:

  • Tilling the dirt
  • Planting the seed
  • Apply bonemeal on them
  • Make farmland wet with the water in the water tank (on the left)

And I will work later on collecting crops and foraging trees (I will need help on this one I think) but I currently don't have time anymore.

Closes #142

Todo

  • Model + make UI better (set background for slot items for example)
  • Better task system to coordinate tasks so the machine doesn't try to do everything at the same time. Currently using a tick counter to not do everything at once.
  • Collecting + foraging functionnalities --> Once grown the crops have to be collected in the output slot and the trees must be cut down.

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you).
  • I have performed a self-review of my own code.
  • I have commented my code in areas it may be challenging to understand.
  • I have made corresponding changes to the documentation.
  • My changes are ready for review from a contributor.

Ads functionnalities to plant crops.
@Trytoon Trytoon marked this pull request as draft August 15, 2023 17:07
@Rover656 Rover656 added Type-Enhancement New feature or enhancement to existing feature. MC-1.20.1 Area-Parity 1.12.2 missing features labels Sep 5, 2023
@Rover656 Rover656 mentioned this pull request Nov 23, 2023
8 tasks
@dphaldes
Copy link
Contributor

Superseded by #568

@dphaldes dphaldes closed this Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Parity 1.12.2 missing features MC-1.20.1 Type-Enhancement New feature or enhancement to existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Farming Station
3 participants