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

OreRegen deepslate 1.18. #5

Open
pitruk opened this issue Apr 17, 2022 · 0 comments
Open

OreRegen deepslate 1.18. #5

pitruk opened this issue Apr 17, 2022 · 0 comments

Comments

@pitruk
Copy link

pitruk commented Apr 17, 2022

private boolean isFillable(Material m) {
        switch (m) {
            case STONE:
                return true;
            case ANDESITE:
                return true;
            case DIORITE:
                return true;
            case GRANITE:
                return true;
            default:
                return false;
        }
    }
In 1.8 below 0 there is DEEPSLATE. Can you add it?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant