Aug 01, 2018 PneumaticCraft: Repressurized Mod 1.12.2/1.11.2 is a port version for Minecraft patch 1.12.2 for an interesting mod called Pneumatic Craft. The original version of the mod never got upgraded for newer Minecraft patch after 1.8.9 (Even 1.8.9 patch haven’t been completed yet). A mod all about pneumatics. Last Updated: Dec 26, 2017 Game Version: 1.7.10.
This is the source of PneumaticCraft. It's licenced under GPLv3, so have fun. Also have fun learning from the code where possible!I'm open to pull requests.
To download PneumaticCraft, head to Curse
- Part 1 - The Basics More information and downloads can be found here. Let's Play Series 1, Part 22 — Assembling parts for a PneumaticCraft elevator In the last video, I completed the main construction of the new building, but that still leaves a lot of internal fixtures to get ready.
- Changelog 13 May 2018 - Added download for MC 1.12 11 Mar 2016 - Added download for Ver 1.12.6.149. Adds Logistics system, Minigun, and Amadron Tablet.
- Changelog 13 May 2018 - Added download for MC 1.12 11 Mar 2016 - Added download for Ver 1.12.6.149. Adds Logistics system, Minigun, and Amadron Tablet.
If you have any questions about the source, you can bug me on IRC, in #PneumaticCraft on Espernet.
Pneumaticcraft Download
I know parts of the code still need refactoring, notably TileEntity rendering.
Pneumaticcraft Download Music
If you want to use the PneumaticCraft API in your mod, it's really easy to include the mod or API to your development environment, as the mod has a maven.
In your build.gradle, add:
It should be clear that the version number used in the 'compile' is an example, to see which versions you can use, go to http://maven.k-4u.nl/pneumaticCraft/PneumaticCraft-1.7.10/
If you're planning to contribute to the PneumaticCraft's mods source, the best thing you can do is fork this github repository, and run 'gradle setupDecompWorkspace idea/eclipse' on the build.gradle file in this repository.
After you've made changes, do a pull request :)
For more details on pull-requests see link
For more details on how to get PneumaticCraft up and running in Eclipse, see link