CC: Power Grid
- 2 Devlogs
- 2 Total hours
Minecraft mod to provide compat between CC: Tweaked computers and the Create: Power Grid mod.
Minecraft mod to provide compat between CC: Tweaked computers and the Create: Power Grid mod.
After a pretty long break, it’s time to work on my stardance projects. I’ve added optional rounding to the getValue function to make it easier to use.
peripheral.getValue(2) -- 2 is the number of decimal places
Also, after implementing gauge compatibility, I should probably implement further compatibility, but not much comes to mind. Do any of you guys have ideas for compatibility to add between ComputerCraft and Create: Power Grid?
This is a Minecraft mod that adds compat between CC: Tweaked computers and the Create: Power Grid mod.
I was playing around with the power grid mod and really wanted compatibility between those mods so I could monitor my power plant in a cool way.
I made the mod actually work after an hour of fiddling with gradle dependencies. Currently, I made a GenericPeripheral which lets you measure the voltage of a Voltage Gauge.