Commit f3bb1c5f by asie

Merge branch 'NikkyAI-master'

parents 4d0c3648 6a975962
# gradle
.gradle/
build/
out/
# idea
.idea/
*.iml
*.ipr
*.iws
# fabric
run/
\ No newline at end of file
buildscript {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'http://maven.modmuss50.me/'
}
}
dependencies {
classpath "net.fabricmc:fabric-loom:0.0.13-SNAPSHOT"
}
}
plugins {
id 'java'
id 'eclipse'
id 'idea'
id 'fabric-loom' version '0.0.14-SNAPSHOT'
}
apply plugin: net.fabricmc.loom.LoomGradlePlugin
sourceCompatibility = 1.8
targetCompatibility = 1.8
......
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'http://maven.modmuss50.me/'
}
gradlePluginPortal()
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment