Tianshu Libraries is a foundational prerequisite library that provides underlying AI capability support for Minecraft. The mod itself does not introduce any visible game content; rather, it serves as a runtime environment, providing the foundational infrastructure for AI. It acts as the unified dependency backend for the upcoming Tianshu mods and other parallel compatible mods.
Tianshu Libraries aims to provide shared underlying support for upper-level mods, unifying resource management and native library calls. Its core foundational capabilities include:
Future Tianshu mods, as well as other parallel mods that call upon this library, will implement their specific features based on this foundational layer. This library ensures that these upper-level mods can stably access local AI resources.
Tianshu Libraries provides the necessary underlying runtime for local LLM inference and local voice processing. Because local AI computation is resource-intensive, actual runtime performance is influenced by multiple factors. These include, but are not limited to: computer hardware configuration (CPU/GPU, available memory), Java version, graphics drivers, as well as the specific implementation of upper-level mods and the complexity of the models used.
Tianshu Libraries utilizes the following open-source components:
For complete license details, please refer to the included license files or the project homepage.