mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 07:53:22 +02:00
1.21.8 bump
This commit is contained in:
parent
65f0a77cfc
commit
c7875aa9ea
2 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version "1.10-SNAPSHOT"
|
id 'fabric-loom' version "1.11-SNAPSHOT"
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id "me.modmuss50.mod-publish-plugin" version "0.8.4"
|
id "me.modmuss50.mod-publish-plugin" version "0.8.4"
|
||||||
id 'co.uzzu.dotenv.gradle' version '4.0.0'
|
id 'co.uzzu.dotenv.gradle' version '4.0.0'
|
||||||
|
|
|
@ -4,22 +4,22 @@ org.gradle.parallel=true
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
min_minecraft_version=1.21.7
|
min_minecraft_version=1.21.8
|
||||||
max_minecraft_version=1.21.7
|
max_minecraft_version=1.21.8
|
||||||
minecraft_versions=1.21.7
|
minecraft_versions=1.21.8
|
||||||
|
|
||||||
minecraft_version=1.21.7
|
minecraft_version=1.21.8
|
||||||
yarn_mappings=1.21.7+build.1
|
yarn_mappings=1.21.8+build.1
|
||||||
loader_version=0.16.14
|
loader_version=0.16.14
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.2.4.5+1.21.7
|
mod_version=1.2.4.5+1.21.8
|
||||||
maven_group=one.oth3r
|
maven_group=one.oth3r
|
||||||
file_name=sit!
|
file_name=sit!
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.128.1+1.21.7
|
fabric_version=0.129.0+1.21.8
|
||||||
otterlib_version=0.2.1.0+1.21.7-fabric
|
otterlib_version=0.2.2.0+1.21.8-fabric
|
||||||
otterlib_max_version=0.3.0.0+1.21.7-fabric
|
otterlib_max_version=0.3.0.0+1.21.7-fabric
|
||||||
|
|
||||||
modmenu_version=15.0.0-beta.1
|
modmenu_version=15.0.0-beta.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue