A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[1.21.5] V1.3.2 (retry lol)

Forgot to update the version strings

MrSnowy 9b09df6f f1d0db0b

+2 -2
+1 -1
common/src/main/java/dev/mrsnowy/teleport_commands/Constants.java
··· 6 6 public class Constants { 7 7 public static final String MOD_ID = "teleport_commands"; 8 8 public static final String MOD_NAME = "Teleport Commands"; 9 - public static final String VERSION = "1.3.1"; 9 + public static final String VERSION = "1.3.2"; 10 10 11 11 public static final Logger LOGGER = LoggerFactory.getLogger(MOD_NAME); 12 12 }
+1 -1
gradle.properties
··· 2 2 # Every field you add must be added to the root build.gradle expandProps map. 3 3 4 4 # Project 5 - version=1.3.1 5 + version=1.3.2 6 6 group=dev.mrsnowy.teleport_commands 7 7 java_version=21 8 8