Go to file
einsteinsci 0f165dcd1f Updated to Forge 1577, and gradle file accordingly. 2015-12-15 15:14:18 -08:00
gradle/wrapper Updated to Forge 1577, and gradle file accordingly. 2015-12-15 15:14:18 -08:00
src/main Updated to Forge 1577, and gradle file accordingly. 2015-12-15 15:14:18 -08:00
.gitignore Update .gitignore 2015-09-09 20:06:09 +12:00
License.txt More restructuring. 2015-05-03 15:22:15 -07:00
README.md Revert "Update README.md" 2015-09-09 21:28:25 +12:00
build.gradle Updated to Forge 1577, and gradle file accordingly. 2015-12-15 15:14:18 -08:00
gradlew Restructured repository. 2015-05-03 15:14:09 -07:00
gradlew.bat Restructured repository. 2015-05-03 15:14:09 -07:00
logo.png More restructuring. 2015-05-03 15:22:15 -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

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

Kind of complicated. See the forum topic.

Source for 1.7.10 version:

Since IntelliJ doesn't exactly play nice with GitHub branches, I had to move the MC1.7 branch to its own repository. You can find it here. Issues for the 1.7.10 version should still be posted here.

Contributing to this project:

  1. Download Forge v11.14.4.1450
  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.