Industrial Peripheral

Quick rating

Industrial Peripheral

No reviews yet

Industrial Peripheral for controll IC2 machines from Computer Craft

Industrial
Tech
Automation & Processing
In-Game Programming
Redstone Improvements
Mod Addon
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
Industrial Peripheral 1.02 public

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

This mod initially is planned for personal use. Before using mod — make backup and use at your own risk.

With this mod and ComputerCraft you can receive (and change) data from different machines from Industrial Craft 2.

And sorry for my english, I'm not english native speaker :(

Small mod tutorial:

Step 1:

For work - Industrial Peripheral needs himself, his craft:

Frequency Transmitter, Advanced Circuit, Machine Casing, Redstone

Step 2:

Also needed Transducer Chip, his craft:

  

Circuit, Redstone, Iron plate

Step 3:

You can bind Transducer Chip to a particular machine:

 

Step 4:

After binding, you must insert the chip into the Industrial Peripheral:

  

Step 5:

Now you can receive a variety of data from the machines:

if not os.loadAPI("ip/industrial") then print("Failed to load Industrial Peripheral driver!"); end

industrial.bindSide("top");

local storage = industrial.ElectricStorage.getEnergy(1);
print("Current: "..(storage.current)..", Max: "..(storage.max)..", Output: "..(storage.output));

If the machine is moved or deleted - you will break the chip. To fix it you must use a craft 2x2: Chip + Redstone

All available functions:

getMachineNameInSlot(slot) - get machine name in slot

FluidRegulator.getOutputMb(slot)
FluidRegulator.setOutputMb(slot, value)
FluidRegulator.getMode(slot)
FluidRegulator.setMode(slot, value)
FluidRegulator.getFluidStock(slot) return [name, amount, capacity]

ElectricMachine.getEnergy(slot)

SteamGenerator.getPressure(slot)
SteamGenerator.setPressure(slot, value)
SteamGenerator.getInputWater(slot)
SteamGenerator.setInputWater(slot, value)
SteamGenerator.getCalcification(slot) return [current, max]
SteamGenerator.getHeatInput(slot)
SteamGenerator.getOutput(_slot) return [volume, type]
SteamGenerator.getSystemHeat(slot) return [current, max]
SteamGenerator.getFluidStock(slot) return [name, amount, capacity]

Condenser.getProgress(slot)

Condenser.getFluidInput(slot) return [name, amount, capacity]
Condenser.getFluidOutput(slot) return [name, amount, capacity]

LHE.getHeatTransmit(slot) return [current, max]
LHE.getFluidWarm(slot) return [name, amount, capacity]
LHE.getFluidCold(slot) return [name, amount, capacity]

ElectricStorage.getEnergy(slot) return [current, max, output]

ElectricGenerator.getStirlingProduction(slot) return [receivedheat, production]
ElectricGenerator.getKineticProduction(slot) return [receivedkinetic, production]

KineticSteamGenerator.getPower(slot)
KineticSteamGenerator.getTurbineDamage(slot)
KineticSteamGenerator.getDistiledTank(slot) return [name, amount, capacity]

NuclearReactor.getActive()
NuclearReactor.getPowerEU()
NuclearReactor.getHeat() return [current, max]
NuclearReactor.getEmitHeat()

NuclearReactor.getFluidWarm() return [name, amount, capacity]
NuclearReactor.getFluidCold() return [name, amount, capacity]

The development will be slow due to lack of time. But sometimes it will check for the presence of topic suggestions / bugs.

Screenshots

Gallery

  • Reactor example
    Reactor example

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

~31,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