diff --git a/build.gradle b/build.gradle index df28b960..f05ea853 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { optional "me.shedaniel:RoughlyEnoughItems:${project.rei_version}" optional "me.shedaniel:RoughlyEnoughItems-api:${project.rei_version}" - optional "grondag:canvas-mc116:${project.canvas_version}" + // optional "grondag:canvas-mc116:${project.canvas_version}" } def optional(String dep) { diff --git a/gradle.properties b/gradle.properties index 290c99e7..7ba68cd2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ # check these on https://fabricmc.net/use minecraft_version = 1.16.3 yarn_mappings = 47 - loader_version = 0.10.1+build.209 + loader_version = 0.10.3+build.211 # Mod Properties mod_version = 0.4.0-alpha @@ -14,8 +14,8 @@ # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version = 0.24.0+build.411-1.16 + fabric_version=0.24.1+build.412-1.16 cloth_config_version = 4.8.2 - cloth_events_version = 1.4.5 - canvas_version = 1.0.989 - rei_version = 5.6.0 \ No newline at end of file + cloth_events_version = 1.4.8 + #canvas_version = 1.0.989 + rei_version = 5.6.2 \ No newline at end of file