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

Update FarmPlotBlocks to automatically update from ItemLists when generating defaults. #7323

Merged
merged 7 commits into from
May 23, 2024

Commits on May 17, 2024

  1. Work on updating FarmPlotBlocks to automatically update from ItemLists

    when generating defaults.
    LlmDl committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b72580b View commit details
    Browse the repository at this point in the history
  2. Work on cleaning up the lists.

    LlmDl committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d4d9949 View commit details
    Browse the repository at this point in the history
  3. Track last run MC version and get basic farmplotblock update prompt

    working.
    
    TODO: Fix setting the farmblocks list in the config.
    LlmDl committed May 17, 2024
    Configuration menu
    Copy the full SHA
    34c1935 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb8f168 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d294ca1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Re-think the process and adopt a new type of ConfigMigration

    specifically for farm blocks.
    
    This migration will only add to the list of blocks if the block is not
    already present.
    
    There is also a new runnable migration added to smartly update farm
    block lists in existing config with any missing blocks, while leaving
    any previously added blocks in the list.
    LlmDl committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f470ef3 View commit details
    Browse the repository at this point in the history
  2. Unneeded diff

    LlmDl committed May 18, 2024
    Configuration menu
    Copy the full SHA
    dc175b1 View commit details
    Browse the repository at this point in the history