Skip to content

Commit

Permalink
version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuildcraft committed Nov 18, 2024
1 parent 0a02bc7 commit 81b1ce4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
*
* @author James Seibel
* @author Leander Knüttel
* @version 04.09.2024
* @version 18.11.2024
*/
public abstract class AbstractModInitializer
{
public static final String MOD_ID = "remote_player_waypoints_for_xaero";
public static final String MOD_NAME = "Remote Player Waypoints For Xaero's Map";
public static final String VERSION = "3.0.0";
public static final String VERSION = "3.2.1";
public static final Logger LOGGER = LogManager.getLogger("RemotePlayerWaypointsForXaero");
public static AbstractModInitializer INSTANCE;

Expand Down
8 changes: 8 additions & 0 deletions docs/changelogs/3.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## features:
* update to 1.21.2 and 1.21.3
* add y-coordinate support for Squaremap

## fixes:
* fix init function to not crash servers
* fix urls with upper case letters
* fix urls with spaces
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.caching=true
## Remember to set the MOD_ID in AbstractModInitializer.java
mod_id=remote_player_waypoints_for_xaero
## Remember to set the VERSION in AbstractModInitializer.java
mod_version=3.2.0
mod_version=3.2.1
## use topLevelDomain.yourName.modID
maven_group=de.the_build_craft.remote_player_waypoints_for_xaero
## Remember to set the MOD_NAME in AbstractModInitializer.java
Expand Down

0 comments on commit 81b1ce4

Please sign in to comment.