Skip to content

Instantly share code, notes, and snippets.

@skyecodes
Created December 9, 2018 11:20
Show Gist options
  • Save skyecodes/bf4b45ceec322b4d2afa8450c79c9f5b to your computer and use it in GitHub Desktop.
Save skyecodes/bf4b45ceec322b4d2afa8450c79c9f5b to your computer and use it in GitHub Desktop.
Fabric setup error
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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment