Compare commits
2 Commits
mc/1.21.6
...
v0.3.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
292d3ca982 | ||
|
|
25ce72434f |
@@ -21,6 +21,6 @@ junit_version=5.11.3
|
|||||||
fabric_lithium_version=nhc57Td2
|
fabric_lithium_version=nhc57Td2
|
||||||
neo_lithium_version=P5VT33Jo
|
neo_lithium_version=P5VT33Jo
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=0.3.0-SNAPSHOT
|
mod_version=0.3.0-beta.2
|
||||||
maven_group=ca.spottedleaf.moonrise
|
maven_group=ca.spottedleaf.moonrise
|
||||||
archives_base_name=moonrise
|
archives_base_name=moonrise
|
||||||
|
|||||||
@@ -1143,7 +1143,7 @@ public final class MoonriseRegionFileIO {
|
|||||||
LOGGER.error("Failed to decompress chunk data for task: " + this.toString(), thr);
|
LOGGER.error("Failed to decompress chunk data for task: " + this.toString(), thr);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (compoundTag == null) {
|
if (throwable == null && compoundTag == null) {
|
||||||
// need to re-try from the start
|
// need to re-try from the start
|
||||||
this.scheduleReadIO();
|
this.scheduleReadIO();
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user