feat: iris support (#25)

This commit is contained in:
trafficlunar 2025-01-27 21:35:48 +00:00
parent 0d5b6be82f
commit 3b91880e41
3 changed files with 44 additions and 2 deletions

View file

@ -25,5 +25,6 @@ dependencies {
// Mod implementations
modImplementation "maven.modrinth:sodium:mc1.21.4-0.6.3-fabric" // Sodium
modImplementation "maven.modrinth:sodium-extra:mc1.21.4-0.6.1+fabric" // Sodium Extra
modImplementation "maven.modrinth:iris:1.8.5+1.21.4-fabric" // Iris
modImplementation "maven.modrinth:distanthorizons:2.2.1-a-1.21.1" // Distant Horizons
}