Version number changed

Versionsnummer auf 1.0.3 geändert
This commit is contained in:
Malte Reents 2024-03-13 23:30:01 +01:00
parent e678b1f05a
commit 92fa6af3a0
2 changed files with 1 additions and 2 deletions

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"))