Skip to content

Commit 1f3125e

Browse files
committed
Update version and changelog
1 parent 8bc5387 commit 1f3125e

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Version 3.2.0
2+
#### NeoForge 1.21.11
3+
- Added feature to search for the next instance of an already located structure
4+
- Fixed an issue with certain structure types where instances west of the search starting position would be missed
5+
- More minor improvements to structure selection GUI
6+
7+
## Version 2.4.0
8+
#### Fabric 1.21.11
9+
- Added feature to search for the next instance of an already located structure
10+
- Fixed an issue with certain structure types where instances west of the search starting position would be missed
11+
- More minor improvements to structure selection GUI
12+
113
## Version 3.1.0
214
#### NeoForge 1.21.11
315
- Added config options to make the compass consume XP levels when searching for a structure

‎gradle.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mod_name=Explorer's Compass
3030
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3131
mod_license=CC BY-NC-SA 4.0
3232
# The mod version. See https://semver.org/
33-
mod_version=1.21.11-3.1.0-neoforge
33+
mod_version=1.21.11-3.2.0-neoforge
3434
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3535
# This should match the base package used for the mod sources.
3636
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

‎src/main/resources/META-INF/neoforge.mods.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ issueTrackerURL="https://github.com/MattCzyr/ExplorersCompass/issues"
33

44
[[mods]]
55
modId="explorerscompass"
6-
version="1.21.11-3.1.0-neoforge"
6+
version="1.21.11-3.2.0-neoforge"
77
displayName="Explorer's Compass"
88
displayURL="https://github.com/MattCzyr/ExplorersCompass"
99
authors="ChaosTheDude"

0 commit comments

Comments
 (0)