Skip to content

Commit

Permalink
Updates to fabric 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matjojo committed May 13, 2019
1 parent 96dc499 commit 8c094e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.2-SNAPSHOT'
id 'fabric-loom' version '0.2.3-SNAPSHOT'
id 'maven-publish'
}

Expand All @@ -19,11 +19,8 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}"
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc:fabric:${project.fabric_version}"

// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
// Fabric API.
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ maven_group = com.matjojo
archives_base_name = desire-paths
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric
fabric_version=0.2.7+build.127
fabric_version=0.3.0-pre+build.156

0 comments on commit 8c094e5

Please sign in to comment.