-
Notifications
You must be signed in to change notification settings - Fork 939
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
incorrect ponder for redstone links #5703
Comments
Ok, thanks! |
I'll fix that when I get time |
I looked into it today and it’s actually kinda challenging to get it to respect the current value of linkRange. It looks like it will take a bit more backend work to get it working. |
I love challenges so I'll take it :) |
Ok, cool! I’ll let you take a shot at it then! |
Thanks ! Actually it could be pretty easy it'd basically just importing the class and requesting the value from there but it will add some lines of code and some boilerplate xD |
Ok! I couldn’t figure it out so I’ll be exited to see what you come up with |
Nice I'll do a PR when I get the time to do it ;) already forked it gotta wait for the code indexing to be done. |
|
At this point it's just requesting from config xD |
It’s not that that’s the issue, I have coded configs for Create before. It’s the adding it into the ponder system, which I am less familiar with, that proved to be problematic. |
i would abstract it into a |
Ok, but then it wouldn’t change when you change configs because of the translation support built into the ponder system. |
are the ponders constructed in advance or on the fly when run? |
They are constructed in advance, not on the fly. |
Question for a contributor: Which IDE do you use for Java, just wanna know? |
Any ideas on how to generate the ponders 💀 I got the correct code but it still shows up as 128 blocks.. |
I think there should be a task to rebuild the ponders but I'm not 100% sure. Try looking for buildponder or something. |
@simibubi sorry for tagging you but I'm trying to help you fix open issues and I would like to know how to build the ponders because I don't find it in gradle |
Why closed? |
It's been fixed in dev and subsequently closed |
alright |
Describe the Bug
linkRange
is 256 by default, but the ponder says:Reproduction Steps
run the redstone link ponder
Expected Result
the ponder should say 256 or better yet should use the current value of
linkRange
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
N/A
Mod Version
0.5.1d
Minecraft Version
1.20.1
Forge Version
N/A
Other Mods
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: