-
Notifications
You must be signed in to change notification settings - Fork 96
Silk-touch then pulverize ores in advanced miner II #542
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
Conversation
Update to latest from official
|
You removed all changes from #536 Why? |
|
Because I made these changes before #536 got merged and I missed seeing it in my review of what's changed. It wouldn't cleanly apply here, but I just merged what will and reimplemented the non-null check. |
|
okay |
|
Nonono |
|
But that block will never be null. It might be Blocks.air, and it might not have a TileEntity, but the block itself will never be null. Unless you're saying that if it is null this pass should automatically move on to the next block in the list... That make sense. |
|
Using this code throw out some error. https://www.dropbox.com/s/pyivj6sjc16om5d/Screenshot%202016-06-26%2021.40.02.png?dl=0 |
|
The issue is mle is not in the same scope as the methods using it. |
|
means what? Sorry i am a java noob. How to fix that ? |
|
Compare to see the change https://github.com/Muramasa-/GT5-Unofficial/tree/Temp |
|
@muramasa |
|
Yep. It's untested of course but it will at least compile. However I can't see there being any issues. |
|
Ok thanks |
No description provided.