summary refs log blame commit diff stats
path: root/build.gradle
blob: f46145f583d6f85dab8c3ec79e134d58958f7b44 (plain) (tree)
1
2
3
4
5
6
7



                    
                                                  

 






                          
 
 
              


                                                        
 
plugins {
	id 'java'
	id 'eclipse'
	id 'idea'
	id 'fabric-loom' version '0.0.14-SNAPSHOT'
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

archivesBaseName = "modid"
version = "1.0.0"

minecraft {
}

dependencies {
	minecraft "com.mojang:minecraft:18w48b"
	mappings "net.fabricmc:pomf:18w48b.4"
	modCompile "net.fabricmc:fabric-loader:0.1.0.48"
}