Go to file
sealed interface a7370f5876
Fixed README.md
GitHub's online editor is super buggy with links.
2017-11-26 01:03:54 -08:00
gradle/wrapper Updated to Forge 1577, and gradle file accordingly. 2015-12-15 15:14:18 -08:00
libs Removed old JARs 2016-01-10 11:38:07 -08:00
src/main Fixed #131 (finally). Increased NBE fuel consumption. 2016-08-08 18:02:16 -07:00
.gitignore Make knives throwable (#132) 2016-07-13 16:54:58 -07:00
License.txt More restructuring. 2015-05-03 15:22:15 -07:00
README.md Fixed README.md 2017-11-26 01:03:54 -08:00
build.gradle A couple of tweaks 2016-01-10 00:00:56 +03:00
gradle.properties Helps with #131, but is still an issue. 2016-08-08 17:10:09 -07:00
gradlew Restructured repository. 2015-05-03 15:14:09 -07:00
gradlew.bat Restructured repository. 2015-05-03 15:14:09 -07:00
logoSmall.png More restructuring. 2015-05-03 15:22:15 -07:00
logoSquare.png More restructuring. 2015-05-03 15:22:15 -07:00

README.md

Better Beginnings Mod

Join the chat at https://gitter.im/einsteinsci/betterbeginnings

Better Beginnings mod for Minecraft v1.8.x. Requires Forge (built with 11.14.4.1577).

Kind of complicated. See the forum topic.

Other versions:

Contributing to this project:

  1. Download Forge v11.14.4.1577
  2. Setup with gradlew setupDecompWorkspace and gradlew eclipse
  3. Fork and clone this repository in a separate folder
  4. Add a new project, with src/main/java and src/main/resources
  5. Change the src/main/java and src/main/resources folder to use the src/main/java and src/main/resources folders from the source you downloaded.
  6. Delete the src/main/java and src/main/resources from the default "minecraft" package
  7. Add the project to the build path (or something like that)
  8. Do cool stuff with the code
  9. When you're finished with your changes, submit a pull request.

License

This software is licensed under a GPL v3 License. A copy is provided in this repository in License.txt.