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

Fix Fluids #55

Open
wants to merge 4 commits into
base: 1.20
Choose a base branch
from
Open

Fix Fluids #55

wants to merge 4 commits into from

Commits on Jul 9, 2023

  1. Rework fluid builder (Read desc)

    - Added source and flowing as type parameters, gets rid of the need for the source() methods on the builder.
    - Render type is now a supplier<supplier<?>> to fix breakage on servers.
    - Changed the builder from defaulting to the flowing fluid to the source fluid, this fixes the getBlock call in the fluid entry.
    
    Will reformat tomorrow before PR.
    Rover656 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    4656568 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Tidying

    Rover656 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    668201b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403a77e View commit details
    Browse the repository at this point in the history
  3. Remove todo

    Rover656 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    07b333d View commit details
    Browse the repository at this point in the history