-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
Musta been something else, reloaded and working normally |
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 |
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. |
Normally, at least when ex nihilo exists with tic, stone is sievable.
Manually does work like intended though. Just the auto sieve not working
…On Dec 27, 2017 4:11 PM, "Dylan" ***@***.***> wrote:
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.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABz-v3r5zK2K02Rq6tIgAsq3M1QPil54ks5tEs6jgaJpZM4RNQvr>
.
|
If you look at my gregtech.java fork, you can see why I have stone on there |
Just adding these 2 lines under // Autosieve recipies fixes this. tested in my world blocks.add(Blocks.dirt); |
Can be sifted manually like normal
Edit: Auto-Sieve also does not work on Stone, Nor does it work Manually
The text was updated successfully, but these errors were encountered: