random-geek / morelights

Minetest mod adding additional lighting nodes.
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Split vintage block texture into background and foreground. #6

Closed doxygen-spammer closed 2 years ago

doxygen-spammer commented 3 years ago

Extracted from #5. This will facilitate creation of dim variants of the vintage light blocks.

random-geek commented 3 years ago

Does this help with the morelights_dim mod, or is it just to make future changes easier?

doxygen-spammer commented 3 years ago

Yes, this is for morelights_dim. There isn’t really another purpose.

random-geek commented 3 years ago

Is there a reason not to include these textures in morelights_dim and use override_item to redefine the textures?

doxygen-spammer commented 2 years ago

I think that would be less elegant. But that is already the only reason. :D

random-geek commented 2 years ago

Would it be okay if I used the light portion of the light block as the background, and the darker frame part as the overlay? It might be a more elegant solution since there isn't currently another use for the frame material.

doxygen-spammer commented 2 years ago

That should be okay. For morelights_dim at least it would be perfectly okay, since it only needs the light part to be separate in any way..

random-geek commented 2 years ago

Merged, and I redid the vintage block frame texture while I was at it. The lantern textures/texture names are probably still going to change.

doxygen-spammer commented 2 years ago

Yes, this is useful. Thanks. :)

random-geek commented 2 years ago

I've renamed the textures again... Hopefully this will be the last rename. I'll try to release a version soon.

doxygen-spammer commented 2 years ago

Okay, thanks for notifying. :)

random-geek commented 2 years ago

Just released the changes, they should be on ContentDB now.