1 parent eba4544 commit 59f10d0Copy full SHA for 59f10d0
2 files changed
CHANGELOG-LATEST.md
@@ -1,7 +1,3 @@
1
-### Added
+### Changed
2
3
-- Added Spider icon (@bucketBrian).
4
-
5
-### Fixed
6
7
-- Fixed crash with recent Mixed Litter update.
+- Spyglass Discovery is now disabled by default due to issues with lag.
neoforge/build.gradle
@@ -82,6 +82,9 @@ dependencies {
82
// KubeJS
83
compileOnly "maven.modrinth:kubejs:${kubejs_version}"
84
85
+ // Sodium
86
+ runtimeOnly "maven.modrinth:sodium:mc1.21.1-0.8.12-beta.1-neoforge"
87
+
88
// Serene Seasons
89
compileOnly "maven.modrinth:serene-seasons:${serene_seasons_neoforge_version}"
90
//runtimeOnly "maven.modrinth:serene-seasons:${serene_seasons_neoforge_version}"
0 commit comments