Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainstone/brainstonemod
This mod adds a mysterious substance called BrainStone. It glows, it is rare, it is useful.
https://github.com/brainstone/brainstonemod
brain-stone-mod forge gradle jar java java-8 minecraft minecraft-forge minecraft-forge-mod minecraft-mod mod
Last synced: 7 days ago
JSON representation
This mod adds a mysterious substance called BrainStone. It glows, it is rare, it is useful.
- Host: GitHub
- URL: https://github.com/brainstone/brainstonemod
- Owner: BrainStone
- License: gpl-3.0
- Created: 2013-04-11T16:21:53.000Z (over 11 years ago)
- Default Branch: 1.12.x
- Last Pushed: 2020-11-23T00:03:30.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T20:49:01.044Z (7 months ago)
- Topics: brain-stone-mod, forge, gradle, jar, java, java-8, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod, mod
- Language: Java
- Homepage: https://minecraft.curseforge.com/projects/brain-stone-mod
- Size: 71.2 MB
- Stars: 7
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[Brain Stone Mod](https://minecraft.curseforge.com/projects/brain-stone-mod)
============================================================================[![Curse Forge](http://cf.way2muchnoise.eu/short_250836_downloads.svg)](https://minecraft.curseforge.com/projects/brain-stone-mod)
[![Build Status](https://gitlab.aura-dev.team/BrainStone/brainstone/badges/1.12.x/build.svg)](https://gitlab.aura-dev.team/BrainStone/brainstone/commits/1.12.x)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5c4ec0299d094cf3a46a3104122bcc76)](https://www.codacy.com/app/BrainStone/brainstone?utm_source=github.com&utm_medium=referral&utm_content=BrainStone/brainstone&utm_campaign=Badge_Grade)Starts where all others end
[Issue Reporting](https://github.com/BrainStone/brainstone/issues)
------------------------------------------------------------------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](https://github.com/BrainStone/brainstone/issues). If not just create a [new issue](https://github.com/BrainStone/brainstone/issues/new) 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)*[Feature Requests](https://github.com/BrainStone/brainstone/issues)
-------------------------------------------------------------------If you want a new feature added, go ahead an open a [new issue](https://github.com/BrainStone/brainstone/issues/new), 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.netDeveloping with My Mod
----------------------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.gradlerepositories {
maven { // BrainStoneMod
url "http://maven.brainstonemod.com"
}
// Other repos...
}
dependencies {
compile "brainstonemod:BrainStoneMod::deobf"
// Other dependencies
}Setting up a Workspace/Compiling from Source
--------------------------------------------* 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` and `gradlew cleanCache`Development builds
------------------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.Licenses
--------Code, Textures and binaries are licensed under the [GPLv3](https://www.gnu.org/licenses/#GPL).
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.
Jar Signing
-----------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.