Jump to content

Negative Light Level


Velken Iakov

Recommended Posts

A negative light level to be used like:

 

 

public BlockNegativeLight()

    {

        super();

        this.setBlockName("negativeLight");

        this.setNLightLevel(1.0F);

    }

 

 

 

The cauculation would be done by following one of those examples using a "Negative Torch" or both but for different "negative" light strenght

 

HLWfUxY.png

 

7xA6Frt.png

Creating Potatium Craft, please wait.

For a better (and yet poor explanation of my WIP mod, go to: Potatium Craft Overview )

Link to comment
Share on other sites

How exactly do you expect something like that to be implemented?

Lighting is 4 bits, thats all, in order to expand that to allow for native numbers we would have to break the chunk format.

Not to mention propagation is a bit.. iffly. Trying to figure out where light should be 'negative' and where its just dark...

This is not something that will go into Forge. It's a major breaking change in the engine.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.