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 {
|
plugins {
|
||||||
id 'fabric-loom' version '1.8-SNAPSHOT'
|
id 'fabric-loom' version '1.10-SNAPSHOT'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id 'com.modrinth.minotaur' version '2.+'
|
id 'com.modrinth.minotaur' version '2.+'
|
||||||
id 'net.darkhax.curseforgegradle' version '1.1.+'
|
id 'net.darkhax.curseforgegradle' version '1.1.+'
|
||||||
|
@ -14,8 +14,8 @@ base {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "https://maven.terraformersmc.com/releases/" }
|
maven { url = "https://maven.terraformersmc.com/releases/" }
|
||||||
maven { url "https://maven.isxander.dev/releases" }
|
maven { url = "https://maven.isxander.dev/releases" }
|
||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
|
@ -33,7 +33,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
filteringCharset "UTF-8"
|
filteringCharset = "UTF-8"
|
||||||
|
|
||||||
var replaceProperties = [
|
var replaceProperties = [
|
||||||
version : project.version,
|
version : project.version,
|
||||||
|
|
|
@ -4,16 +4,16 @@ 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.4
|
min_minecraft_version=1.21.3
|
||||||
minecraft_version=1.21.4
|
minecraft_version=1.21.3
|
||||||
yarn_mappings=1.21.4+build.8
|
yarn_mappings=1.21.3+build.2
|
||||||
loader_version=0.16.10
|
loader_version=0.16.10
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.2.3+1.21.4
|
mod_version=1.2.3+1.21.3
|
||||||
maven_group=one.oth3r
|
maven_group=one.oth3r
|
||||||
file_name=sit!
|
file_name=sit!
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.116.1+1.21.4
|
fabric_version=0.114.0+1.21.3
|
||||||
modmenu_version=13.0.0-beta.1
|
modmenu_version=12.0.0-beta.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue