Update core+fabric disable StarLight
This commit is contained in:
+1
-1
Submodule core updated: f665a8b8f6...be5b5de170
+1
-1
@@ -55,7 +55,7 @@ dependencies {
|
||||
}
|
||||
|
||||
// Starlight
|
||||
modImplementation "curse.maven:starlight-521783:${project.starlight_version_fabric}"
|
||||
// modImplementation "curse.maven:starlight-521783:${project.starlight_version_fabric}"
|
||||
|
||||
// Sodium
|
||||
modImplementation "maven.modrinth:sodium:${project.sodium_version}"
|
||||
|
||||
@@ -35,6 +35,7 @@ public class SodiumAccessor implements ISodiumAccessor {
|
||||
p.maxBlockX()-1, p.maxBlockY()-1, p.maxBlockZ()-1)) return true;
|
||||
}
|
||||
return false;
|
||||
//return true;
|
||||
}).mapToObj((long l) -> {
|
||||
return (AbstractChunkPosWrapper)factory.createChunkPos(l);
|
||||
}).collect(Collectors.toCollection(HashSet::new));
|
||||
|
||||
Reference in New Issue
Block a user