[Feature] Built for 1.19.3

This commit is contained in:
Frank 2022-12-09 12:31:06 +01:00
parent 7977a33cf2
commit 6a1ea853bd
2 changed files with 15 additions and 17 deletions

View file

@ -2,26 +2,26 @@
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.19.2 minecraft_version=1.19.3
loader_version=0.14.9 loader_version=0.14.11
fabric_version=0.60.0+1.19.2 fabric_version=0.68.1+1.19.3
#Loom #Loom
loom_version=0.12-SNAPSHOT loom_version=1.0-SNAPSHOT
#Modrinth #Modrinth
modrinth_versions=["1.19", "1.19.1", "1.19.2"] modrinth_versions=["1.19.3"]
#`release`, `beta` or `alpha` #`release`, `beta` or `alpha`
release_channel=release release_channel=beta
modrinth_id=betterend modrinth_id=betterend
# Mod Properties # Mod Properties
mod_version=2.1.3 mod_version=3.1.0
maven_group=org.betterx.betterend maven_group=org.betterx.betterend
archives_base_name=better-end archives_base_name=better-end
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version=1.19-73-FABRIC patchouli_version=1.19-73-FABRIC
bclib_version=2.1.4 bclib_version=2.2.0
rei_version=9.1.500 rei_version=10.0.578
jei_version=11.1.0.235 jei_version=11.1.0.235
emi_version=0.3.0+1.19 emi_version=0.5.0+1.19.3
trinkets_version=3.4.0 trinkets_version=3.4.0
cca_version=5.0.0-beta.1 cca_version=5.0.0-beta.1

View file

@ -45,17 +45,15 @@
"betterend.mixins.shadow.json" "betterend.mixins.shadow.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.8", "fabricloader": ">=0.14.11",
"fabric": ">=0.58.0", "fabric": ">=0.68.1",
"minecraft": [ "minecraft": [
"1.19", "1.19.3"
"1.19.1",
"1.19.2"
], ],
"bclib": "2.1.x" "bclib": "2.2.x"
}, },
"breaks": { "breaks": {
"bclib": "<2.1.4" "bclib": "<2.2.0"
}, },
"suggests": { "suggests": {
"byg": ">=2.0.0", "byg": ">=2.0.0",