settings.gradle 351 B

12345678910111213141516
  1. pluginManagement {
  2. repositories {
  3. jcenter()
  4. maven {
  5. name = 'Fabric'
  6. url = 'https://maven.fabricmc.net/'
  7. }
  8. gradlePluginPortal()
  9. }
  10. }
  11. rootProject.name = "RoughlyEnoughItems"
  12. include "RoughlyEnoughItems-api"
  13. include "RoughlyEnoughItems-default-plugin"
  14. include "RoughlyEnoughItems-runtime"