aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 73f141f..26d2e4a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ dependencies {
'fabric-api-base',
'fabric-lifecycle-events-v1',
'fabric-networking-api-v1',
- 'fabric-rendering-v1',
+ 'fabric-rendering-v1',
]
for (def module : fabricApiModules) {
modImplementation fabricApi.module(module, project.fabric_version)