forked from virt-mirrors/Sit
s1.1.3+24w03b
This commit is contained in:
parent
189ae2d2b5
commit
aac7476f52
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '1.3-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.5-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
|
|
@ -4,14 +4,14 @@ org.gradle.parallel=true
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.4
|
||||
yarn_mappings=1.20.4+build.1
|
||||
loader_version=0.15.0
|
||||
minecraft_version=24w03b
|
||||
yarn_mappings=24w03b+build.6
|
||||
loader_version=0.15.6
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.1.3+1.20.2-1.20.4
|
||||
mod_version=s1.1.3+24w03b
|
||||
maven_group=one.oth3r
|
||||
archives_base_name=sit!
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.91.1+1.20.3
|
||||
fabric_version=0.95.1+1.20.5
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.21",
|
||||
"minecraft": ">=1.20.2 <=1.20.4",
|
||||
"minecraft": ">=1.20.5-alpha.24.3.a",
|
||||
"java": ">=17",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue