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

Implement fluid physics changes #1062

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Nov 23, 2019

  1. Implement waterlogging

    clabe45 committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    9949c54 View commit details
    Browse the repository at this point in the history
  2. Remove 'waterloggable' material value

    It's not needed, because to tell if a block is waterloggable, you can simply check if its block data is an instance of Waterlogged
    clabe45 committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    5da7471 View commit details
    Browse the repository at this point in the history
  3. Add soul sand

    clabe45 committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    94d3df5 View commit details
    Browse the repository at this point in the history
  4. Fix import order

    clabe45 committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    9633b49 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Implement bubble columns

    clabe45 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2eb3794 View commit details
    Browse the repository at this point in the history