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

Bump version. #4

Merged
merged 37 commits into from
Dec 20, 2023
Merged

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    f1550f4 View commit details
    Browse the repository at this point in the history
  2. Create devbuild.yml

    wendavid552 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    33972ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fcc4ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ce2529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b655f90 View commit details
    Browse the repository at this point in the history
  6. build: try bump versions

    wendavid552 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c40a3c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    4645053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf882e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1040d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96e5f52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c240c3c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    4a29486 View commit details
    Browse the repository at this point in the history
  2. feature: Keep renaming for a bunch of items on anvil

    When applying craft all items on anvil, the renaming of the previous left items would continue.
    wendavid552 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b1713af View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge pull request #5 from wendavid552/fabric_1.18.x_dev

    加入铁砧批量命名功能
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    dc8e700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06b6bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from wendavid552/fabric_1.18.x_dev

    fix: overstacked enchantment books could be mass craft now
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    20eb3d1 View commit details
    Browse the repository at this point in the history
  4. feature: massCraft now would leave at least a stack of recipe items f…

    …or continued crafting
    
    This is a feature offered for especially unstable internet connections.
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    36ac08f View commit details
    Browse the repository at this point in the history
  5. feature: massCraft now would leave at least a stack of recipe items f…

    …or continued crafting
    
    This is a feature offered for especially unstable internet connections.
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    268d9d1 View commit details
    Browse the repository at this point in the history
  6. fix: use recipe books to craft items in a more precise way

    - by taking total number of items into account, fix the issues when items are scarttered in multiple slots
    - using recipe book to craft conditionally, so the crafting could be with best performance
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8ac47fd View commit details
    Browse the repository at this point in the history
  7. fix: issues of items distributed in multiple slots

    e.g. 8 stones in 8 slots while crafting piston.
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    445d481 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from wendavid552/fabric_1.18.x_dev

    使massCraft总能留下配方中物品
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8f2fa69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ddf34c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    245db43 View commit details
    Browse the repository at this point in the history
  11. fix: confusing between some book and stonecutting recipes

    some book and stonecutting recipes have same input, which may lead to wrongly use of book recipes
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a1b95c8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #8 from wendavid552/fabric_1.18.x_dev

    使切石机可用于massCraft
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e912543 View commit details
    Browse the repository at this point in the history
  13. feature: Add config button for reservedCrafting

    reservedCrafting即合成时总会给各配方物品保留一个格子以方便连续合成的吸取.
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    291b7fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    faba65c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1215601 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #9 from wendavid552/fabric_1.18.x_dev

    reservedCrafting模式开关与切石机合成完善
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    67f3cbf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f34c05c View commit details
    Browse the repository at this point in the history
  18. build: add ci for release

    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e4f3f90 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #10 from wendavid552/fabric_1.18.x_dev

    build: add release.yml
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    3dba299 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #2 from wendavid552/fabric_1.18.x

    添加切石机批量合成功能
    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9fcc168 View commit details
    Browse the repository at this point in the history
  21. Update release.yml

    wendavid552 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7d9f311 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d128a46 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    0d21f9d View commit details
    Browse the repository at this point in the history
  2. ♻️ Clean code.

    wendavid552 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c80859d View commit details
    Browse the repository at this point in the history