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

Allow for light values above 1 and below 0 in Minecraft #289

Open
ExE-Boss opened this issue Mar 16, 2017 · 0 comments
Open

Allow for light values above 1 and below 0 in Minecraft #289

ExE-Boss opened this issue Mar 16, 2017 · 0 comments
Labels
enhancement Nice to have features minecraft 1.7 Affects Minecraft 1.7.x wrappers minecraft 1.8 Affects Minecraft 1.8.x wrappers minecraft 1.11 Affects Minecraft 1.11.x wrappers
Milestone

Comments

@ExE-Boss
Copy link
Member

ExE-Boss commented Mar 16, 2017

The way this would be achieved is through a Minecraft Block where the metadata would specify if the block increases or lowers the light value.

Additional functionality could be added to this block later.

The block would have the following metadata values:

  • 0: Block has a light value of 15 and lets light through fully and has no collision (what mods do to achieve flood lights, ex. Thaumcraft and Factorization lamps)
  • 1: Block has a light value of 0 and subtracts 1 from the light that passes through it (like leaves) and has no collision
@ExE-Boss ExE-Boss added enhancement Nice to have features minecraft 1.11 Affects Minecraft 1.11.x wrappers minecraft 1.7 Affects Minecraft 1.7.x wrappers minecraft 1.8 Affects Minecraft 1.8.x wrappers labels Mar 16, 2017
@ExE-Boss ExE-Boss added this to the v0.2.0 milestone Mar 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Nice to have features minecraft 1.7 Affects Minecraft 1.7.x wrappers minecraft 1.8 Affects Minecraft 1.8.x wrappers minecraft 1.11 Affects Minecraft 1.11.x wrappers
Projects
None yet
Development

No branches or pull requests

1 participant