LogiCycles

Quick rating

LogiCycles

No reviews yet

Alchemy but make it technological

Tech
Energy & Resource Systems
Automation & Processing
Mod Loaders
NeoForge
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

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
logicycles-neoforge_1.21.1-1.0.2.jar
Authors
CurseForge
Modrinth

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
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

💾 The Cycle System

Every item in the world consists of data. LogiCore assigns a Cycle Value to items.

  • Compiler: The heart of your operation. It turns Cycles into any item that has a Cycle value attached to it, but that item first needs to be researched.
  • Dynamic Calculation: The system automatically calculates the value of complex crafted items based on their raw components.

🏢 Modular Data Centers

Forget magical chests with infinite space. In LogiCore, you build physical infrastructure.

  • Multiblock Structures: Construct custom-sized Data Centers using Controllers, Ports, and Frames.
  • Massive Storage: Store billions of Cycles in a centralized network.
  • Sealed Systems: Your Data Center must be a fully sealed, valid multiblock to function.

Datacenter consists of Wall, Frame and Inner blocks.

Wall blocks are any block that has a tag: logicore:valid_datacenter_wall_block.

Frame blocks are any block that has a tag: logicore:valid_datacenter_frame_block.

Inner blocks are any block that has a tag: logicore:valid_datacenter_inner_block.

🔌 Power & Processing

Data requires energy.

  • Server Racks: High-density processing units that maintain your Cycle network.
  • Power Consumption: Certain machines (Server rack, Computer) require Forge Energy (FE) to generate Cycles.
  • Generators: Early-game power solutions to kickstart your digital empire.

📚 In-Game Guide

Stuck? LogiCore includes a Patchouli guidebook and a GuideME guide, "The Logic Index," which documents every machine and mechanic.


🛠️ Getting Started

  1. Generate Power: Craft a Generator and fuel it to start producing FE.
  2. Computer: Early game machine that slowly turns FE into Cycles.
  3. Research station: Machine used to learn new items so they can be reproduced.
  4. The Compiler: It converts Cycles into items.
  5. Expand: As your Cycle count grows, construct a Data Center (7x7x7 or larger) using a Datacenter Controller and Data Cables to expand your storage cap.
  6. Connect with your AE2 system to get access to all the researched items.

📦 Custom cycle values

You are able to modify cycles values by modifying the config/logicore/custom_cycles.json file.

{
  "_comment": "Define custom cycle values here. Keys can be Item IDs (minecraft:cobblestone) or Tags (#minecraft:logs).",
  "values": {
    "minecraft:dirt": 256,
    "#c:stones": 10
  }
}

By calling the /reload command it will refresh your cycle cache and update cycle values for all the items in the game.


📦 Dependencies

  • Minecraft: 1.21.1
  • NeoForge: 21.1.215.
  • Optional dependencies / compatibilities:
    • Patchouli
    • Jade
    • JEI / EMI
    • AE2
    • GuidMe

📜 License

This project is licensed under the MIT License.


🐛 Issues & Support

Found a bug? Have a feature request? Please report it on our GitHub Issues page.

Or join the discord server: https://discord.gg/7maXVvt2c4

💾 The Cycle System

Every item in the world consists of data. LogiCore assigns a Cycle Value to items.

  • Compiler: The heart of your operation. It turns Cycles into any item that has a Cycle value attached to it, but that item first needs to be researched.
  • Dynamic Calculation: The system automatically calculates the value of complex crafted items based on their raw components.


🏢 Modular Data Centers

Forget magical chests with infinite space. In LogiCore, you build physical infrastructure.

  • Multiblock Structures: Construct custom-sized Data Centers using Controllers, Ports, and Frames.
  • Massive Storage: Store billions of Cycles in a centralized network.
  • Sealed Systems: Your Data Center must be a fully sealed, valid multiblock to function.

Datacenter consists of Wall, Frame and Inner blocks.

Wall blocks are any block that has a tag: logicore:valid_datacenter_wall_block.

Frame blocks are any block that has a tag: logicore:valid_datacenter_frame_block.

Inner blocks are any block that has a tag: logicore:valid_datacenter_inner_block.

🔌 Power & Processing

Data requires energy.

  • Server Racks: High-density processing units that maintain your Cycle network.
  • Power Consumption: Certain machines (Server rack, Computer) require Forge Energy (FE) to generate Cycles.
  • Generators: Early-game power solutions to kickstart your digital empire.

📚 In-Game Guide

Stuck? LogiCore includes a Patchouli guidebook and a GuideME guide, "The Logic Index," which documents every machine and mechanic.


🛠️ Getting Started

  1. Generate Power: Craft a Generator and fuel it to start producing FE.
  2. Computer: Early game machine that slowly turns FE into Cycles.
  3. Research station: Machine used to learn new items so they can be reproduced.
  4. The Compiler: It converts Cycles into items.
  5. Expand: As your Cycle count grows, construct a Data Center (7x7x7 or larger) using a Datacenter Controller and Data Cables to expand your storage cap.
  6. Connect with your AE2 system to get access to all the researched items.

📦 Custom cycle values

You are able to modify cycles values by modifying the config/logicore/custom_cycles.json file.

{
  "_comment": "Define custom cycle values here. Keys can be Item IDs (minecraft:cobblestone) or Tags (#minecraft:logs).",
  "values": {
	"minecraft:dirt": 256,
	"c:stones": 10
  }
}

By calling the /reload command it will refresh your cycle cache and update cycle values for all the items in the game.


📦 Dependencies

  • Minecraft: 1.21.1
  • NeoForge: 21.1.215.
  • Optional dependencies / compatibilities:
    • Patchouli
    • Jade
    • JEI / EMI
    • AE2
    • GuidMe

📜 License

This project is licensed under the MIT License.


🐛 Issues & Support

Found a bug? Have a feature request? Please report it on our GitHub Issues page.

Or join the discord server: https://discord.gg/7maXVvt2c4

Screenshots

Gallery

  • showcase_2.png
    showcase_2.png showcase_2.png
  • showcase_3.png
    showcase_3.png showcase_3.png
  • showcase_4.png
    showcase_4.png showcase_4.png
  • showcase_1.png
    showcase_1.png showcase_1.png
  • Sample of a large multiblock datacenter
    Sample of a large multiblock datacenter A datacenter filled with servers and reactors
  • All the mod items and block
    All the mod items and block
  • Repair station
    Repair station
  • AE2 integration
    AE2 integration Just connect the Cloud interface to your AE2 network

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
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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