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

gregblock 2.2.0: rockbreaker ignores redstone signal, only produces cobblestone #28

Open
Marilsanya opened this issue Feb 27, 2021 · 6 comments

Comments

@Marilsanya
Copy link

after the update to gregblock 2.2.0 my rockbreakers now only produce cobblestone independent from the current redstone signal.

@Marilsanya
Copy link
Author

After many tests i can say that this issue is in gregtech, starting with version 1.10.8. From the text of the commits GregTechCE/GregTech@f58a9cd might be the cause of the issue since gregtech blocks dont have a redstone level starting with 1.10.8

@CrafterKolyan
Copy link
Collaborator

CrafterKolyan commented Feb 28, 2021

Can you clarify if you are using steam-powered rockbreaker or not?

@Marilsanya
Copy link
Author

I am using steam-powered rockbreaker in my normal world, but tested it with steam-powered and LV electrical rockbreaker in my testworld.

@mxxun
Copy link

mxxun commented Nov 7, 2021

The problem is probably in gregblockutils.Machines.SteamRockBreaker:57–58, where getWorld().getRedstonePower(getPos(), face) computes redstone power emitted by the rock breaker to the relevant face, instead of power emitted towards rock breaker by the block on the other side of that face. GTUtility.getRedstonePower(getWorld(), getPos(), face) should do the latter.

(Unfortunately, I couldn't build GregBlock Utilities to confirm.)

@Madgique
Copy link
Collaborator

Madgique commented Nov 8, 2021

the issue is solved in gregblock 2.2.1 published in mar 2021

@Etabli
Copy link

Etabli commented Jan 28, 2022

Looks like this was only fixed for the Steam Rock Breaker, not for any of the electric ones. Just tested it in version 2.2.1 and I couldn't get them to produce anything other than cobble.

jalea98 added a commit to jalea98/GregBlockUtilities that referenced this issue Mar 11, 2022
jalea98 added a commit to jalea98/Gregblock-revamped that referenced this issue Sep 4, 2022
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

5 participants