summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-21 12:35:22 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-21 12:35:22 +0100
commitc4197fe02bcc1250f1e41eed98fff0fe5cf76351 (patch)
treed8c176c93c337e643ab0540a1eb0a6173023f22c /build.gradle
parenta03328d251b3a3d12879f9a7002acd253ece73bd (diff)
downloadfunny-teleporters-c4197fe02bcc1250f1e41eed98fff0fe5cf76351.tar.gz
funny-teleporters-c4197fe02bcc1250f1e41eed98fff0fe5cf76351.tar.bz2
funny-teleporters-c4197fe02bcc1250f1e41eed98fff0fe5cf76351.zip
Hide data component types
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 5b6011f..db54399 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,6 +44,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation include("eu.pb4:polymer-core:0.9.9+1.21")
+ modImplementation include("eu.pb4:polymer-networking:0.9.9+1.21")
modImplementation include("eu.pb4:sgui:1.6.0+1.21")
}