This commit is contained in:
Oth3r 2025-05-13 14:01:40 -05:00
commit 62fd879d0d
3 changed files with 8 additions and 4 deletions

View file

@ -98,7 +98,7 @@ publishMods {
modLoaders.add("quilt")
version = mod_version
displayName = mod_version+" [Fabric]"
displayName = "v${mod_version} [Fabric]"
curseforge {
accessToken = env.fetchOrNull('CURSEFORGE')

View file

@ -1,4 +1,8 @@
# v1.2.4
# v1.2.4.1
* removed unused assets
* enabled file logging for easier debugging
# v1.2.4.0
Small changelog but big update!
\
Switching to OtterLib will allow for a simplified main mod and lead to more unified mod development across my projects! Download OtterLib today: [Link](https://modrinth.com/mod/otterlib)

View file

@ -13,11 +13,11 @@ yarn_mappings=1.21.5+build.1
loader_version=0.16.14
# Mod Properties
mod_version=1.2.4.0+1.21.5
mod_version=1.2.4.1+1.21.5
maven_group=one.oth3r
file_name=sit!
# Dependencies
fabric_version=0.124.0+1.21.5
modmenu_version=14.0.0-rc.2
otterlib_version=0.1.2.0+1.21.5-fabric
otterlib_version=0.1.2.1+1.21.5-fabric