Starts where all others end
If you found a bug or even are experiencing a crash please report it so we can fix it. Please check at first if a bug report for the issue already exits. If not just create a new issue and fill out the form.
Please include the following:
- Minecraft version
- Brain Stone Mod version
- Forge version/build
- Versions of any mods potentially related to the issue
- Any relevant screenshots are greatly appreciated.
- For crashes:
- Steps to reproduce
- ForgeModLoader-client-0.log (the FML log) from the root folder of the client
(When creating a new issue please follow the template)
If you want a new feature added, go ahead an open a new issue, remove the existing form and describe your
feature the best you can. The more details you provide the easier it will be implementing it.
You can also talk to me on IRC on my channel #BrainStone on esper.net
So you want to use items or blocks from my mod, add support or even develop an addon for my mod then you can easily add it to your development environment! All
releases beginning from version 1.10.2-4.0.19 get uploaded to my maven repository.
So all you have to do to include the mod is add these lines (in the appropriate places) to your build.gradle
repositories {
maven { // BrainStoneMod
url "http://maven.brainstonemod.com"
}
// Other repos...
}
dependencies {
compile "brainstonemod:BrainStoneMod:<version>:deobf"
// Other dependencies
}
- Setup: Run [gradle] in the repository root:
gradlew[.bat] [setupDevWorkspace|setupDecompWorkspace] installLombok [eclipse|idea]
- Build: Run [gradle] in the repository root:
gradlew[.bat] build
- If obscure Gradle issues are found try running
gradlew clean
andgradlew cleanCache
Between each offical release there are several bleeding edge development builds, which you can also use. But be aware that they might contain unfinished features and therefore won't work properly.
You can find the builds here: https://gitlab.aura-dev.team/BrainStone/brainstone/pipelines
On the right is a download symbol, click that a dropdown will open. Select "build". Then you'll download a zip file containing all atrifacts including the plugin jar.
Code, Textures and binaries are licensed under the GPLv3.
You are allowed to use the mod in your modpack.
Any modpack which uses Brain Stone Mod takes full responsibility for user support queries. For anyone else, we only support official builds from the main
download server, not custom built jars. We do take bug reports for outdated builds of Minecraft. However we cannot promise to fix any issues. We will try
regardless.
Any alternate licenses are noted where appropriate.
All jars from all official download sources will be signed begining from version v2.53.115 BETA DEV. The signature will always have a SHA-1 hash of
2238d4a92d81ab407741a2fdb741cebddfeacba6
and you are free to verify it.