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

Auto-Sieve does not work on Dirt/Stone #42

Open
Hakameda opened this issue Dec 27, 2017 · 6 comments
Open

Auto-Sieve does not work on Dirt/Stone #42

Hakameda opened this issue Dec 27, 2017 · 6 comments

Comments

@Hakameda
Copy link
Contributor

Hakameda commented Dec 27, 2017

Can be sifted manually like normal

Edit: Auto-Sieve also does not work on Stone, Nor does it work Manually

@Hakameda Hakameda changed the title Auto-Sieve does not work on Dirt Auto-Sieve does not work on Dirt/Stone Dec 27, 2017
@Hakameda
Copy link
Contributor Author

Musta been something else, reloaded and working normally

@Hakameda
Copy link
Contributor Author

Hakameda commented Dec 27, 2017

Actually, Both work Manually. Neither one works in Auto-Sieve's still

Dirt also does not appear to drop the usual seeds that ex nihilo suggests drop, Same with regular stone dropping ore berry bushes

@Hakameda Hakameda reopened this Dec 27, 2017
@Quantum64
Copy link
Owner

I don't want ExGregilo to depend on ExNihilo so I'm going to have to add my own items to replace the ExNihilo seeds. Right now progression is still possible because dirt drops stone and you can use bone meal for seeds. Stone isn't supposed to be sievable.

@Hakameda
Copy link
Contributor Author

Hakameda commented Dec 27, 2017 via email

@Hakameda
Copy link
Contributor Author

If you look at my gregtech.java fork, you can see why I have stone on there

@Hakameda
Copy link
Contributor Author

Just adding these 2 lines under // Autosieve recipies fixes this. tested in my world

blocks.add(Blocks.dirt);
blocks.add(Blocks.stone);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants