forked from virt-mirrors/Sit
Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
65431280a3 | ||
![]() |
2e7967699e | ||
![]() |
a9399fcbf9 | ||
![]() |
08788456b2 |
2 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '1.8-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.10-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
id 'com.modrinth.minotaur' version '2.+'
|
||||
id 'net.darkhax.curseforgegradle' version '1.1.+'
|
||||
|
@ -14,8 +14,8 @@ base {
|
|||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://maven.terraformersmc.com/releases/" }
|
||||
maven { url "https://maven.isxander.dev/releases" }
|
||||
maven { url = "https://maven.terraformersmc.com/releases/" }
|
||||
maven { url = "https://maven.isxander.dev/releases" }
|
||||
}
|
||||
|
||||
loom {
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
|||
}
|
||||
|
||||
processResources {
|
||||
filteringCharset "UTF-8"
|
||||
filteringCharset = "UTF-8"
|
||||
|
||||
var replaceProperties = [
|
||||
version : project.version,
|
||||
|
|
|
@ -4,16 +4,16 @@ org.gradle.parallel=true
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
min_minecraft_version=1.21.4
|
||||
minecraft_version=1.21.4
|
||||
yarn_mappings=1.21.4+build.8
|
||||
min_minecraft_version=1.21.3
|
||||
minecraft_version=1.21.3
|
||||
yarn_mappings=1.21.3+build.2
|
||||
loader_version=0.16.10
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.2.3+1.21.4
|
||||
mod_version=1.2.3+1.21.3
|
||||
maven_group=one.oth3r
|
||||
file_name=sit!
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.116.1+1.21.4
|
||||
modmenu_version=13.0.0-beta.1
|
||||
fabric_version=0.114.0+1.21.3
|
||||
modmenu_version=12.0.0-beta.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue