HCT Collectibles

Quick rating

Community listing page, reviews here may not be monitored by the author.

HCT Collectibles

No reviews yet

A modular framework that establishes custom registry hooks and dynamic NBT-driven asset rendering for collectible arcade figures.

Mod Loaders
Minecraft

About

Description

Overview

HCT Collectibles is a highly modular, lightweight backend framework designed to introduce custom, collectible figures into the Minecraft ecosystem. By separating data-driven logic from asset rendering, this mod allows server administrators and creators to deploy custom-modeled collectibles without bloat or hardcoded restrictions.

Attribution & Inspiration

The foundation of this project is inspired by the collectibles mod originally developed by AzuTheAbysswalker, with contributions by FoxyNoTail for Season 2 of the Just Create SMP. You can see their showcase video breaking down the concept here: Just Create SMP Season 2 Showcase.

This mod represents an independent, scratch-built framework designed to bring a similar, modular collection loop to the wider community.

Framework Architecture

The system operates using a streamlined, three-part modular delivery system:

  1. The Core Framework (This Mod): Establishes the underlying Java code registries, NBT identifiers, and structural hooks required to recognize custom data predicates.
  2. [The Core Data Engine]: Controls the server-side injection logic, dynamically distributing figures into vanilla Monster Spawner Dungeons and Trial Chamber Reward Vaults.
  3. [The Visual Assets Pack]: Handles all client-side geometry, custom 3D models, and display box texture mapping.

Extensibility & Customization

The default data and resource packs provided with this release serve as fully functional deployment examples. The framework is inherently extensible, allowing users to easily modify the existing codebase, add custom NBT parameters, or map entirely new community-driven figures. Future updates will expand the core registry to include dedicated base models for iconic vanilla mobs.


Spawning the model in if you are not using the datapack:

command /give @p hct_collectibles:mc_pop[custom_model_data=0,custom_data={pop_name:"blank",model_id:0},item_name='"Blank Pop"']