mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 07:09:19 +02:00
Merge branch 'master' of https://github.com/NikkyAI/fabric-example-mod into NikkyAI-master
This commit is contained in:
commit
6a975962b6
3 changed files with 27 additions and 15 deletions
16
build.gradle
16
build.gradle
|
@ -1,24 +1,10 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue