ItemCore

Quick rating

ItemCore

No reviews yet

ItemCore introduces a core-based resource processing system. Extract cores from items, process them in machines, and improve efficiency with multiple tiers of upgrades.

Tech
Automation & Processing
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
ItemCore-1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ItemCore

ItemCore is a technology-focused Minecraft mod that introduces a new way to process, optimize, and automate resources using Cores, Machines, and Upgrades.


🔹 Core System

ItemCore revolves around Core items, which represent condensed forms of vanilla and modded resources.

  • Cores can be extracted from resources using the Core Extractor.
  • Each Core has its own processing time, luck value, and output amount.
  • Supports many vanilla resources and is designed to be easily extendable to modded ones.

🔹 Machines

⚙️ Core Processor

A processing machine that transforms Cores into usable resources.

  • Input slot for Cores
  • Output slot for results
  • Progress-based processing with visual feedback
  • Fully compatible with automation systems

🛠 Core Extractor

A handheld tool used to extract Cores from raw resources.

  • Normal and unbreakable variants
  • Simple right-click interaction
  • Designed for early-game and progression use

🔹 Upgrades

ItemCore machines can be enhanced using multiple upgrade types:

  • Speed Upgrades – Reduce processing time
  • Production Upgrades – Increase output quantity
  • Output Upgrades – Control output behavior
  • Void Upgrade – Prevent overflow and manage excess items

Each upgrade has multiple tiers for scalable progression.


🔹 Automation & Compatibility

  • Works with hoppers and inventories
  • Designed to integrate smoothly with automation-heavy modpacks
  • Supports modded resources (Create, Mekanism, EnderIO, and more)

🔹 Why use ItemCore?

  • Clean and modular resource processing
  • Automation-friendly machines
  • Easy datapack and JSON extensibility
  • Perfect for tech-based and progression modpacks

Adding New Cores in ItemCore

ItemCore allows you to add new cores for both vanilla and modded resources by editing JSON files. Here's how to safely add or modify cores.

1️⃣ Core Definition File

Location: resources/data/itemcore/cores.json

Each core is defined as a JSON object with the following structure:

{
  "name": "Copper",
  "resource": "create:copper_ingot",
  "overlayColor1": "0xFFD1A4",
  "overlayColor2": "0xFFA500",
  "process_time": 120,
  "luck": 30,
  "count": 2
}
  • name – The display name of the core
  • resource – The item it represents (vanilla or modded)
  • overlayColor1 and overlayColor2 – Colors used for the core overlay
  • process_time – Time (in ticks) required to process the core
  • luck – Luck factor for extraction/production
  • count – Number of cores produced

Add your new core object to the JSON array. Make sure the resource exists in the game.

2️⃣ Core Tag File

Location: resources/data/itemcore/tags/items/core.json

This file defines which items are recognized as cores for recipes and automation. Example:

{
  "replace": false,
  "values": [
    "itemcore:coal_core",
    "itemcore:iron_core",
    "itemcore:copper_core"
  ]
}
  • Add your new cores here to ensure they are correctly recognized by machines and recipes.
  • The replace field controls whether this file replaces existing tag values (true) or adds to them (false).

⚠️ Important Notes

  • Do not delete vanilla cores from the tag file unless you fully understand the consequences. Machines and recipes depend on them.
  • Always double-check the resource exists in the game or the mod you reference.
  • For modded cores, make sure the mod is loaded; otherwise, the core will fail to register.

Following these steps ensures your custom cores work seamlessly with ItemCore's machines and recipes.

ItemCore is built to be simple to use, powerful to automate, and easy to expand. More features and mod integrations are planned!

Screenshots

Gallery

  • 2025-12-27_09.33.32.png
    2025-12-27_09.33.32.png 2025-12-27_09.33.32.png
  • coreProcessor.png
    coreProcessor.png coreProcessor.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works