MinecraftLucky | The Best Resource for Minecraft

Correlated Potentialistics Mod 1.10.2

Sunday, 08/01/2023 - 00:00
5 / 5 của 1 đánh giá

Correlated Potentialistics Mod 1.10.2 adds a storage system based around digitizing items, allowing you to store tons of items in a small space that are conveniently accessible, through a single scrollable/searchable GUI. Correlated Potentialistics is a minimalistic Applied Energistics like mod for Minecraft.

This mod does not include a way to generate RF. You will need another mod like Progressive Automation or BuildCraft to generate RF.

Features:

Blocks

Controller

Show Spoiler

The Controller manages a network and all it’s members, and is responsible for keeping track of all present drive bays and their contained drives, as well as delegating requests to add and remove items to the correct drives. As such, it is required that a network have a controller. Unlike AE2, this mod does not have ad-hoc networks.

Power Usage

On it’s own, a Controller uses 32 RF/t. Each member of a network also consumes RF, but does this by simply increasing the consumption rate for the controller itself.

Item Distribution

A Controller decides which drive to send items to based on both it’s distance from the controller and the drive’s priority. At the drive bay level, the top-left drive is checked first, then the rest are checked left-to-right top-to-bottom, like shown:

Drive bays closest to the controller are checked first, as a consequence of how the controller scans the network. Higher priority drives are checked before lower priority ones.

In addition, the export slots of interfaces will be scanned for items to be taken out. Items will never be added to an interface, unless the interfaces is configured to pull items.

Network Scanning

Controllers scan in an expanding diamond around them, stopping when they hit a block that is not a member of the network. An illustrated example:

  1. The controller itself.
  2. Every block touching a face of the controller.
  3. Every block touching the face of a network member found in step 2.
  4. Every block touching the face of a network member found in step 3.

Here’s an illustration, showing the basic shape of the scanning:

That is to say, the controller scan order ends up assigning the manhattan distance from the controller to the network member as it’s index for prioritization.

A controller will stop and error out if it ever tries to scan more than 100 blocks. This is to prevent extremely large networks from crashing and/or lagging the server. Note that our examples here are 2D, while the Minecraft world is 3D. This means that rather than 3 worst-case extra scans on ending blocks, you have 5 worst-case extra scans. These extra scans are counted in the 100 limit. You can have a network with way less than 100 members still error for being too big due to this. As such, large flat planes are an inefficient way of building a network, and it’s better to do other things such as putting drive bays back-to-back.

Drive Bay

Show Spoiler

Note that the Drive Bay is simply a holder for drives. The Controller does all the heavy lifting, and if you want to read about priority and ordering logic, you will want to go to that page.

The Drive Bay is an essential part of any network, allowing you to expose the storage of Drives to the system. It will hold up to 8 drives, and consumes 8 RF/t on it’s own.

The Drive Bay also offers a convenient at-a-glance view of all the drives in your system and their current status. The colored light on the front of each drive will fade from green to red as the drive fills. (Void Drives will simply pulse between shades of purple.) In addition, if a drive is named on an anvil, you can look at it while it’s mounted in the drive bay to show its name.

The Drive Bay does not have a GUI, and as such, the way to insert drives is to hold the drive and right-click on an empty slot on the Drive Bay’s front face. You can do the same to a filled slot while holding anything to take the drive out.

Terminal

Show Spoiler

The Terminal allows you to directly access the storage of a system. When right-clicked, it will open a GUI showing every item in the system, sorted by quantity. The search bar in the top right will allow you to search for items containing a literal case-insensitive string.

Possible actions are:

The last one can be very useful for emptying out drives.

Sorting Modes

On either side of the search bar, there are buttons allowing you to set your sorting preference. This is unique per-terminal and per-user.

The left button allows you to set the sorting mode, while the right button sets direction. The possible sorting modes are:

The Terminal also has the ability to craft potentially large amounts of items using ingredients from the system. An overview:

  • The button to the bottom-right of the result slot selects the target for shift-clicking. The arrow points toward where it will go, and you can choose between it going to your player’s inventory and it going directly into the storage system.
  • Dump Slot

    In stand-alone terminals (not available in Wireless terminals), there is a slot in the bottom left that you can place Drives in. When a Drive is placed in this slot, the terminal will attempt to move the entire contents of the drive into the system. This is useful for decommissioning or re-purposing drives.

    Interface

    Show Spoiler

    The Interface exposes the contents of the network to automation, or allows automation to add items to the network.

    Using any BuildCraft-compatible wrench, you can reconfigure each face of the interface to choose the mode. There are four modes:

    Currently, Push mode does not push into pipes. It will only push into inventories.

    GUI

    By right-clicking the interface while not holding a wrench, you will be presented with the above GUI.

    The orange slots are also visible from within the storage network, so even if you have an interface with a bunch of items in it’s buffer, you can still grab them from a terminal.

    Examples

    An autosmelter made using Interfaces (The furnace goes in between all the interfaces, it was removed in the screenshot so the faces were visible)

    Wireless Receiver

    Show Spoiler

    The Wireless Receiver links a network with another, one-way. The network with the receiver will be able to see and modify items in the linked network, but not vice-versa. Before placing a Receiver, you need to link it with a Transmitter by right-clicking on it. Once placed, if the Receiver can find the Transmitter, it will point toward it and glow green. If it cannot find the Transmitter, it will start spinning and turn red.

    Wireless Transmitter

    Show Spoiler

    The Wireless Transmitter opens up a network’s contents to wireless access, via a Wireless Receiver or Wireless Terminal.

    A Wireless Transmitter can be placed anywhere connected to a network, which will allow you to link Receivers and Terminals to it by right-clicking. The lights on the baseplate will glow green if you did it correctly.

    Transmitters have a maximum range of 64 blocks. If you need more, you can build wireless extenders, consisting of a controller, a wireless receiver, and another transmitter.

    Items

    Drive

    Show Spoiler

    Drives are what actually store the items in a network. They come in a number of varieties, named after how much storage they have. In addition, there is one kind of special drive, the Void Drive, which simply deletes all items that would be stored in it.

    A drive has many lights on it, which indicate its state. Rather than try to explain their location, here’s an annotated version of a 1KiB drive:

    The Tier and Usage lights are visible while the drive is in the drive bay. The Tier light is barely visible on the top of the drive, and the Usage light is visible on the front.

    Drive Editor

    By right-clicking with a drive in hand, you will open the drive editor. This allows you to see the current items stored in the drive, as well as change the drive’s priority and partitioning mode. The bottom left button controls priority, while the bottom right controls the partitioning mode.

    All the empty slots in the middle of the UI control the partition. You cannot remove partitioned types unless the drive does not currently have any of that item stored. If the drive is in Not Partitioned mode, items there are none of will be automatically deallocated.

    Enderic Processor

    Show Spoiler

    An Enderic Processor is a mysterious processor left behind by the same unknown forerunners as the strongholds, dungeons, and nether fortresses. As such, it can only be found in the chests in those structures. You can create more once you have at least one with 2 Nether Quartz, 2 Gold Ingots, 1 Ender Pearl, and 1 Diamond.

    Wireless Terminal

    Show Spoiler

    The Wireless Terminal is a wireless variant of the Terminal. It acts much in the same way, but must be linked to a transmitter in the same way as a Receiver.

    Weldthrower

    Show Spoiler

    The Weldthrower is part wrench, part welder, and part flamethrower. It has two uses, the first is to disassemble network parts instantly, which can be done by shift-rightclicking a network part while holding it.

    The second is to shoot sparks, which set fire to and damage anything in front of you. To do this, you must have Weldthrower Fuel in your inventory. When right-clicking, the weldthrower will consume one fuel and fire a blast of sparks forward.

    Mechanics

    Storage Math

    Show Spoiler

    Storage in this mod is determined by Types and Bits. For convenience, bits are usually displayed in the UI as bytes, which are 8 bits each. (i.e. 1 byte == 8 bits)

    Every item uses 1 bit, regardless of stack size. As such, 8 items use 8 bits, or 1 byte. 64 items use 64 bits, or 8 bytes. In addition, there is a drive-specific allocation cost for each type. Every type of drive has only 64 types, and as such it’s best to make lots of small drives instead of a few large drives. Only make large drives if you have large amounts of a certain type of item to store.

    Screenshots:

    A basic system

    A basic system at night

    The Interface

    The Terminal

    The Drive Editor

    Crafting furnaces in the Terminal

    A wireless system booting up

    An erroring wireless system at night

    Searching in the Terminal

    Requires:

    Minecraft Forge

    How to install:

      How To Download & Install Mods with Minecraft Forge
      How To Download & Install Fabric Mods

    Correlated Potentialistics Mod 1.10.2 Download Links:

    For Minecraft 1.8.9

    Download from Server 1Download from Server 2

    For Minecraft 1.9.4

    Download from Server 1Download from Server 2

    For Minecraft 1.10.2

    Download from Server 1Download from Server 2


    Related Post

    • Apple Trees Mod 1.11.2, 1.10.2 adds a apple trees that grow real apples you can harvest. To get an apple tree sapling, you need to craft an oak sapling together with an apple.
    • Minecraft has villagers, illagers and as of the new 1.14 update pillagers. But have you ever wanted killagers? No? Well, then Killager Mod 1.12.2 is not for you!
    • CompactChests Mod 1.12.2, 1.11.2 allows you have tons of space in just one small chest or backpack. This is a storage mod designed to compact down the amount of storage blocks you need, first of all you have the chest. Chests have a customisable size of up to 24×12 (288) slots.
    • Left To Die Mod 1.12.2, 1.10.2 is a mod based around the prehistory era when Undeads would roam and dominate the whole world. You and other strangers went back in time through a time machine and found yourself stranded in a world full of Undeads. You also seem to notice that there is a certain infection in the air which the Undead are immune to. However, other survivors will help you out with a supply drop full of anti-infection syringes that help reduce your infection level. Now you must find tools, equipment, and weapons to defend yourself in a world devoid of resources. After slaying a couple Undeads, you notice they have materials that you need. Can you face the Undead Horde and survive?
    • Pocket Nether Link Mod 1.12.2, 1.10.2 gives you the ability to bring the Nether to the Overworld without needing to visit and encounter all the mobs that come with it. It simply converts similar materials from the Overworld into their Nether counterparts.
    • Find Your Way Mod 1.12.2 provides several compasses to structures generated by Minecraft.