Mineuniverse
Log in Register
Mods

KubeJS Data Component

KubeJS Data Component is an addon mod for Minecraft 1.21.1 NeoForge
by RainMelody
Download Claim this project
5,115 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons KubeJS

Mod Overview

KubeJS Data Component is an addon mod for Minecraft 1.21.1 NeoForge that provides comprehensive data component registration capabilities for the KubeJS scripting engine. With this mod, developers can create and register custom data components directly in KubeJS scripts, allowing items to store custom data without writing any Java code.

 

Key Features

🛠️ Easy Registration - Register data components directly in KubeJS scripts

📊 Multiple Data Types - Support for integers, strings, booleans, floats, doubles, and longs

🌐 Network Synchronization - Configurable client-server synchronization

💾 Data Persistence - Support for saving and loading component data

🔧 Highly Customizable - Flexible configuration through builder pattern

 

Example

// Register integer component

DataComponent.registerInt("my_counter")

 

// Register string component

DataComponent.registerString("my_text")

 

// Custom component with builder

DataComponent.register("custom_component", 

    DataComponent.builder()

        .type("DOUBLE")

        .persistent(true)

        .networked(true)

)

 

// Using components on items

item.set(DataComponent.get("my_counter"), 100)

let value = item.get(DataComponent.get("my_counter"))

 

Technical Features

Built on Minecraft 1.21.1 vanilla data component system

Fully integrated with KubeJS scripting environment

Thread-safe component registration mechanism

Comprehensive error handling and type checking

 

Use Cases

Adding custom counters to items

Storing specific state information for items

Implementing complex item behavior logic

Creating custom progression tracking systems

kubejs_datacomponent-1.0.1.jar
MC Client, 1.21.1, NeoForge, Server
Release 2025-12-23 Get

More from RainMelody

SetCraftJS
986
NoUnsafe
73
MoreEventsJS
45,259
RainAPI
28
Spellbooks Attributes Reforged
2,058
Stellar Striker
1,700

You Might Also Like

Theurgy KubeJS
Theurgy KubeJS provides KubeJS integrations for Theurgy.
9,503,452
EntityJS
This mod uses KubeJS to dynamically register entities with full AI/Animation/Spawn Control support!
8,731,173
KubeJS TFC
KubeJS TFC integration
919,127
Forbidden Arcanus JS
Forbidden and Arcanus kubejs Compatibility
97,097
Immersive Engineering JS
kubejs compat for ie
94,624
KubeJS REI Runtime
Allows KubeJS to hide and show items from REI dynamically
89,244