-
Notifications
You must be signed in to change notification settings - Fork 26
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
feature: item to show when you are in range of a torch #171
Comments
There are several requests to determine the range of a torch. I'll investigate this a bit further. Regarding your strider issue: Striders are (atleast in my 1.18 environment) assigned to the Dread Lamp be default. If moyang didn't change their classification, this should be the case for 1.16 as well. |
Maybe an (equippable) item to show the range of a torch as a visual in the world. That would probably the most practical and very useful. As of right now it's very hard to place mega torches optimally. |
My actual problem is the visualisation itself. It breaks in a lot of settings, especially when the torch range is bigger than the default 64 blocks. I've been experimenting with this on and off but it's not as trivial as other blocks showing a 3x3 box. I don't really like the idea of using an item to indicate if you are in range, I want it to be a hologram in the world - everything else isn't exactly user-friendly |
This topic seems old, but was it ever addressed?... I found a super large cave and I have no idea how many I'll need to cover the whole thing. So for a temp fix, I just set the range to 4096, but this might come back to haunt me. +1 for the ability to see the rage somehow. |
A item you hold that tells you if you are within a torch radius. Basically the item would be one color and when you step out of the area it changes color.
Nothing fancy code wise, you only have to initially know if a torch is within a chunk before then checking the torches to see if one is within range.
running val3 1.16.5 at the moment but this would be really cool in future versions. I was using the torches and dread lamp combo to isolate a area in the nether to help improve spawn rates in the small area. I need to make a second issue though as it seem striders seem to ignore the torches/dread lamps, going to test that one in a minute before making a issue though.
The text was updated successfully, but these errors were encountered: