summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2023-07-02 01:32:49 -0300
committerSoniEx2 <endermoneymod@gmail.com>2023-07-02 01:32:49 -0300
commit12048dc1a1cf01f8a0f37ced83af78b57a35b4cd (patch)
treeec521c2f2f4694ffa35012518fcec9c7b1fca002 /build.gradle
parente9fda053b04038c772d7fc0010f6c10557e0d83e (diff)
Update to 1.20 HEAD default
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c7be481..63b4b02 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
 plugins {
-	id 'fabric-loom' version '0.12-SNAPSHOT'
+	id 'fabric-loom' version '1.1-SNAPSHOT'
 	id 'maven-publish'
 }
 
@@ -42,6 +42,9 @@ dependencies {
 		exclude group: "com.terraformersmc"
 	}
 
+	modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cardcomp_version}"
+	modImplementation "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${project.cardcomp_version}"
+
 	// Uncomment the following line to enable the deprecated Fabric API modules. 
 	// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.