Version number changed #17

Merged
Malte merged 1 commits from multi-sleep into main 2024-03-13 23:30:23 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 92fa6af3a0 - Show all commits

View File

@ -9,7 +9,7 @@ yarn_mappings=1.19.2+build.28
loader_version=0.14.23 loader_version=0.14.23
# Mod Properties # Mod Properties
mod_version=1.0.2 mod_version=1.0.3
maven_group=modchest maven_group=modchest
archives_base_name=reservermod archives_base_name=reservermod

View File

@ -41,7 +41,6 @@ public abstract class ServerPlayerEntityMixin implements ServerPlayerEntityInter
} else { } else {
REServerMod.LOGGER.info("write failed! This probably means, that the player hasn't set a custom spanpoint yet"); REServerMod.LOGGER.info("write failed! This probably means, that the player hasn't set a custom spanpoint yet");
} }
//REServerMod.LOGGER.info("writeCustomDataToNbt called");
} }
@Inject(method = "readCustomDataFromNbt", at = @At("TAIL")) @Inject(method = "readCustomDataFromNbt", at = @At("TAIL"))