ZPM-Mod

Quick rating

ZPM-Mod

No reviews yet

A total overkill power generation mod based on Stargate's ZPMs.

Industrial
Tech
Energy & Resource Systems
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
zpmmod-1.2.3.jar
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

c7aM7ZH.png

What is ZPM-Mod?

ZPM-Mod is a power generating Mod. You can find (and craft) Zero Point Modules and extract Energy from them. Huge amounts of energy!

See the Images section for some nice screenshots.

Feature list

  • TheOneProbe Integration
  • OpenComputers Integration
  • Automation through pipes and redstone modes

OpenComputers Integration

You can query the energy amount left in a ZPM. To do that, place an OpenComputers Adapter next to a large ZPM Controller. Then, you can execute the following code on the computer that is connected to the Adapter.

Note: You can get the name of the component (it's "controllerlarge" below) if you execute the command components on the computer.

Example for the large controller to get the energy in a ZPM:

local component = require("component")

local controller = component.controllerlarge

print(controller.getZpmEnergy()[1]) -- [1] resembles the slot

These are all available methods:

  • setEnabled(True) - Takes a boolean as argument and enables/disables the controller based on that.
  • setRedstoneBehaviour("ignore") - Sets the redstone behaviour of the controller (available options: "ignore", "active_on_redstone", "not_active_on_redstone")
  • getZpmEnergy()[1] - returns the energy of the specified ZPM in the controller (indexes in lua start at 1!)
  • getEnabled() - returns a boolean that tells you whether the controller is enabled or not
  • getRedstoneBehaviour() - returns a string that tells you the current redstone behaviour of the controller.
  • getMaxEnergy() - returns the max energy that a ZPM can have

Small ZPM controllers don't have OpenComputers Integration and won't ever have it.

Screenshots

See the Images section for some nice screenshots.

More information coming soon!

My Website: https://mayus.me

Screenshots

Gallery

  • TheOneProbe integration
    TheOneProbe integration
  • The nifty inventory of the large controller.
    The nifty inventory of the large controller.
  • Both controllers. Small on the left, large on the right.
    Both controllers. Small on the left, large on the right.
  • All items added by the mod.
    All items added by the mod.
  • A controller that was found in a loot chest
    A controller that was found in a loot chest
  • Another ZPM setup
    Another ZPM setup
  • A typical ZPM setup
    A typical ZPM setup A large controller is connected to an OpenComputers Computer via an Adapter.

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

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