forked from virt-mirrors/Sit
v1.2.4.1
This commit is contained in:
parent
50c84def58
commit
62fd879d0d
3 changed files with 8 additions and 4 deletions
|
@ -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')
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue