NecroTempus brings modern Minecraft features to 1.7.10 and connects the Crucible server APIs to compatible clients. It provides a shared implementation for server-driven interfaces and their client-side rendering.
On the server, NecroTempus implements newer Bukkit API features, centralizes API calls and sends the required packets. On the client, it registers the corresponding interfaces and renderers, then applies the updates received from the server.
- Server detection: identifies standard Crucible servers and servers running NecroTempus.
- Boss bars: adds customizable boss bars with mod integration support.
- Titles and action bars: displays server-controlled messages in modern UI formats.
- Player list: supports custom headers, footers and player heads.
- Custom glyphs: renders images as characters, including support for custom inventory layouts.
- Modern fonts: provides newer font rendering with optional Angelica compatibility.
- Minecraft 1.7.10 with Forge 10.13.4.1614
- Java 8
- Omniconfig
- A Mixin 0.8.5 or newer provider, such as UniMixins
- Download NecroTempus, Omniconfig and a compatible Mixin provider.
- Place the JAR files in the instance's
modsfolder. - Start or restart the client or server.
Features can be controlled through the Bukkit API or CraftTweaker. See the wiki for usage examples and the available APIs.
Omniconfig provides four options, enabled by default:
glyphs: custom glyph loading and renderingmodernFonts: modern font loading and renderingangelicaGlyphsIntegration: custom glyph support in AngelicaangelicaModernFontsIntegration: modern font support in Angelica
The glyph and modern-font modules are independent. Each Angelica option only affects its matching module in Angelica's batching renderer, while the main module option takes precedence over its integration option. Restart the client after changing these settings.
See LICENSE.
