-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
More emit light level #14
Comments
This is a planned feature (to be fair not listed in the wiki under planned features for some reason) and I will add support for at least light levels 3 and 12 in the next updates. Edit: Light levels 3 and 12 have been implemented in v1.8 |
- Added JSON files for the to be implemented intermediate light levels 3 and 12 (#14) - Added magma blocks, all remaining amethyst buds, heart of the sea and totem of undying (closes #23) to light level 3 items - By default, there are no light level 12 items - Changed some tags entries: - Added conduit to light level 15 items - Moved glowstone dust from light level 15 to light level 9 - Added crying obsidian to light level 9 items - Added small_fireball to light level 9 entities - Added enchanting table, sculk catalyst and the upcoming vault to light level 6 items - Added paintings to the ignore tag list - Added tnt minecarts to the may_block_explosion_damage tag list - Updated changelog file
- Added intermediate light levels 3 and 12 (#14) - Some more tag changes - Added magma cream to light level 3 items - Added enchanted golden apple, sculk catalyst and enchanted book to light level 6 items - Moved allay from 9 to light level 6 entities - Moved dragon fireball from 15 to light level 12 entities - Added magma cube to light level 3 entities - Fixed loading issues due to missing tags in Minecraft 1.17x
This can probably be closed as completed now. |
Having recently found out and looked at this, I'm curious as to why the whole light level spectrum isn't included, or if it'd be possible/simple to add another light level? For example, while torches dynamically emit a light level of 15, in-world they actually emit a light level of 14. |
It would certainly be possible to include even more light levels/the whole range, but this might tank performance, since every added light level means running a pretty long predicate chain every tick for most entities to detect any items that should trigger that light level. Since performance is already pretty bad due to light updates and just generally commands, I'm reluctant to add more overhead (even though predicates should be pretty fast) |
I have multiple follow-up questions, if you don’t mind:
|
Thanks <3
|
Is your feature request related to a problem? Please describe.
The current datapack generates light levels of 6, 9, and 15. However, another users might want to use light levels other than 6, 9, and 15
Describe the feature you'd like
I attempted to add level 12 to bridge the significant gap between level 9 and level 15 but failed
It would be great to have files with a more diverse range of light levels, such as (3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: