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

Release v2.0.0-milestone.3.1 #439

Merged
merged 18 commits into from
Oct 30, 2023
Merged

Release v2.0.0-milestone.3.1 #439

merged 18 commits into from
Oct 30, 2023

Commits on Aug 27, 2023

  1. Merge pull request #429 from refinedmods/main

    Merge main into develop branch
    raoulvdberge authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    871d985 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    a033dbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #430 from refinedmods/refactor/GH-88/energy

    refactor: allow the API to attach energy storage capabilities
    raoulvdberge authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9292b66 View commit details
    Browse the repository at this point in the history
  3. refactor: bind energy storage to controller item

    Previously, item energy used to be
    shoehorned in by checking the block entity
    nbt.
    
    However, we want to be able to actually
    recharge the controller item,
    so expose an energy capability.
    raoulvdberge committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fad45e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #432 from refinedmods/refactor/GH-88/controller-it…

    …em-energy
    
    refactor: bind energy storage to controller item
    raoulvdberge authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2076765 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    707b878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd3946 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #433 from refinedmods/refactor/GH-88/network-bound…

    …-item
    
    refactor: remove duplication around energy item / block item
    raoulvdberge authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f7c71e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. chore: update refined architect

    For mixin support on Forge for Curios.
    raoulvdberge committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    9a926d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe8e13a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5058fe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522bda5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #434 from refinedmods/feat/GH-110/curios

    Curios and Trinkets support
    raoulvdberge authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    08463b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. feat: storage monitor

    raoulvdberge committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7602449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cefbc View commit details
    Browse the repository at this point in the history
  3. fix: prevent out of bounds crashes in grid

    Prefer using GridResource instances instead of an integer value that can change after checking.
    raoulvdberge committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3ec0a09 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #438 from refinedmods/fix/GH-424/grid-oob

    fix: prevent out of bounds crashes in grid
    raoulvdberge authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fca1193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0ad4d0 View commit details
    Browse the repository at this point in the history