-
Notifications
You must be signed in to change notification settings - Fork 6
Grid Power
Grid Power (known as GP) is an energy system added in Extra Utilities 2, it consist of a set of mill that generate GP that will be used by machines, upgrades and items (basicaly angel rings).
As usual you have 2 types of GP Hatches, input and output. Input will consume GP and output will produce it. Like others EU2 machines, those hatches are bound to the player that place it and will add or remove GP from it's network (if the player share his GP with /xu_powersharing command all the network will be impacted by the machinery).
Note that as GP don't have "buffer" the GP will be used/produced only while the machine is working.
This is a default implementation of GP compat :
{
"type": "grid",
"io-type: "input",
"power": 16
}
type : The requirement type, "grid" for XU2 GP.
io-type : The input/output type.
power : A positive number, will be the GP used/produced by the recipe.
A recipe that use 16 GP for making 1 cobblestone per second : pastebin