promotional bannermobile promotional banner

ZPM-Mod

A total overkill power generation mod based on Stargate's ZPMs.
item image
item image
item image
A large controller is connected to an OpenComputers Computer via an Adapter.

A large controller is connected to an OpenComputers Computer via an Adapter.

item image
item image
item image

Description

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

The ZPM-Mod Team

profile avatar
  • 6
    Followers
  • 4
    Projects
  • 3.0M
    Downloads

More from realmayusView all

  • YouMatter project image

    YouMatter

    • 10.3K
    • Mods

    A standalone UU-Matter mod for Minecraft Forge. Why? Because it matters.

    • 10.3K
    • April 14, 2026
    • Mods
    • +2
  • Ceiling Torch project image

    Ceiling Torch

    • 2.8M
    • Mods

    Makes torches placeable on the ceiling.

    • 2.8M
    • April 12, 2026
    • Mods
    • +1
  • Aquatic Torches project image

    Aquatic Torches

    • 3.0M
    • Mods

    Torches made from glowing squids that can be used underwater!

    • 3.0M
    • October 29, 2023
    • Mods
    • +3
  • LightBlock! project image

    LightBlock!

    • 380
    • Mods

    Adds a Block that changes its Light emittance on right click

    • 380
    • December 14, 2018
    • Mods
    • +1
  • YouMatter project image

    YouMatter

    • 10.3K
    • Mods

    A standalone UU-Matter mod for Minecraft Forge. Why? Because it matters.

    • 10.3K
    • April 14, 2026
    • Mods
    • +2
  • Ceiling Torch project image

    Ceiling Torch

    • 2.8M
    • Mods

    Makes torches placeable on the ceiling.

    • 2.8M
    • April 12, 2026
    • Mods
    • +1
  • Aquatic Torches project image

    Aquatic Torches

    • 3.0M
    • Mods

    Torches made from glowing squids that can be used underwater!

    • 3.0M
    • October 29, 2023
    • Mods
    • +3
  • LightBlock! project image

    LightBlock!

    • 380
    • Mods

    Adds a Block that changes its Light emittance on right click

    • 380
    • December 14, 2018
    • Mods
    • +1