Quantum64 / ExGregilo

GregTech addon for skyblock
GNU General Public License v3.0
4 stars 8 forks source link

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

Open Hakameda opened 6 years ago

Hakameda commented 6 years ago

Can be sifted manually like normal

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

Hakameda commented 6 years ago

Musta been something else, reloaded and working normally

Hakameda commented 6 years ago

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

Quantum64 commented 6 years ago

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 commented 6 years ago

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" notifications@github.com 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 https://github.com/Quantum64/ExGregilo/issues/42#issuecomment-354193915, or mute the thread https://github.com/notifications/unsubscribe-auth/ABz-v3r5zK2K02Rq6tIgAsq3M1QPil54ks5tEs6jgaJpZM4RNQvr .

Hakameda commented 6 years ago

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

Hakameda commented 6 years ago

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

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