Aaron Suen 3a52bd4b29 License audit, drop GPL mods, rebuild
By dropping support for all mods that use GPL-or-worse licensing
(mostly older mods) we can now publish the pack under MIT.
2024-08-25 15:06:48 -04:00
2024-08-25 15:06:48 -04:00
2024-08-25 11:44:29 -04:00
2024-08-25 15:06:48 -04:00
2024-08-23 14:37:50 -04:00
2024-08-23 14:37:50 -04:00

The standard textures for nodecore, passed through ScaleFX twice, scaling the base 16px textures up to 144px.

The scaling algorithm can't make "artistic" decisions, and doesn't attempt to "understand" the content or context, and can make some things look a little weird. Overall though, it offers significant improvements in some areas (the contours of complex transparent things like flora) and isn't notably deterimental in others (at least preserving the original information). Algorithmically generated texturepacks are also eminently maintainable, making it easy to rebuild in the case of upstream changes or new textures/materials, and easy to adapt to other games or content.

Supports NodeCore and most/all of the mods in its ecosystem, except ones that use GPL or other copyleft licensing. Note that some mods may not support high-resolution texturepacks (e.g. due to using compositing with pixel offsets without resizing) and would need to be fixed to work with it.

Description
No description provided
Readme MIT 2.6 MiB
Languages
JavaScript 98.8%
Makefile 1.2%