-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Allow markers to be used as light sources #9733
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about Make Marker
?
I think this should be a different marker. Points having two "modes" is very strange. |
Block lighting when |
Most blocks don't emit light on their own, liquids/power lasers do but would require rewriting large parts of it and risks breaking mods compatibility as it requires to change |
Allows for markers to be drawn as light sources using
setmarker light <id> <true/false>
, point markers act as point lights, I'm not sure if this should be a dedicated marker or kept as is.