ref:b08bda098de31dfbdc1eb9df5028247efbb684ba

fix: add terminal block to creative tab, improve block textures

- Add terminal block item to Huorn creative tab via CreativeTabRegistry.append() - Replace placeholder textures (82-byte solid squares) with proper 16x16 pixel art: dark steel case with vents/rivets (sides), dark screen with green terminal text and power LED (front) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SHA: b08bda098de31dfbdc1eb9df5028247efbb684ba
Author: Cole Christensen <cole.christensen@macmillan.com>
Date: 2026-03-22 04:59
Parents: f795f19
3 files changed +3 -0
Type
common/src/main/java/io/fangorn/huorn/HuornMod.java +3 −0
@@ -65,6 +65,9 @@
BLOCK_ENTITY_TYPES.register();
TABS.register();
// Add terminal block to creative tab
CreativeTabRegistry.append(CREATIVE_TAB, TERMINAL_BLOCK_ITEM);
// Audit logging initialization is deferred to when the native library
// is actually loaded (client-side only). NativeTerminal.nativeInitAudit()
// is called from TerminalBlockEntity.startTerminalIfNeeded() after the