Update core+fabric disable StarLight

This commit is contained in:
tom lee
2022-01-16 17:34:35 +08:00
parent b507f459b3
commit 9736d2169e
3 changed files with 3 additions and 2 deletions
+1 -1
Submodule core updated: f665a8b8f6...be5b5de170
+1 -1
View File
@@ -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));