PneumaticCraft
PneumaticCraft source
Install / Use
/learn @MaartenKok8/PneumaticCraftREADME
======= A port of the mod has been created at a different repo, see https://github.com/TeamPneumatic/pnc-repressurized
PneumaticCraft
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
If you have any questions about the source, you can bug me on IRC, in #PneumaticCraft on Espernet.
I know parts of the code still need refactoring, notably TileEntity rendering.
======= Developping with PneumaticCraft
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:
repositories {
maven {
name = "MM repo"
url = "http://maven.k-4u.nl/"
}
}
dependencies{
//If you want to load the whole source, use this line
compile "pneumaticCraft:PneumaticCraft-1.7.10:1.2.6-6:userdev"
//If you want to load the PneumaticCraft API only, use this line
compile "pneumaticCraft:PneumaticCraft-1.7.10:1.2.6-6:api"
}
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/
======= Contributing to PneumaticCraft
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
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
