diff --git a/changelog.txt b/changelog.txt index 8bb8b43..1379e34 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +------------------------------------------------------ +Version 1.0.3 +------------------------------------------------------ + +- Fixed lighting check when spawning hostile mobs. +- ~~Fixed~~ Added check for whether a player is in range. +- Fixed cages shutting off if their owner left the dimension while `requireOwnerOnline` was true. + ------------------------------------------------------ Version 1.0.2 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index ce033ce..bb4cc2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=SoulShardsRespawn package_group=info.tehnut.soulshardsrespawn -mod_version=1.0.2 +mod_version=1.0.3 mc_version=1.12.2 forge_version=14.23.2.2641