Versions for 1.19
This commit is contained in:
parent
be746ba286
commit
cfffd1fad8
3 changed files with 12 additions and 13 deletions
|
@ -47,9 +47,8 @@ dependencies {
|
|||
modImplementation "com.github.paulevsGitch:BCLib:${project.bclib_version}"
|
||||
}
|
||||
|
||||
useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
|
||||
useOptional "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"
|
||||
//useOptional "grondag:canvas-mc116:${project.canvas_version}"
|
||||
//useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
|
||||
//useOptional "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"
|
||||
}
|
||||
|
||||
def useOptional(String dep) {
|
||||
|
|
|
@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx2G
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version= 1.18.2
|
||||
loader_version= 0.13.3
|
||||
fabric_version = 0.48.0+1.18.2
|
||||
minecraft_version= 22w18a
|
||||
loader_version= 0.14.3
|
||||
fabric_version = 0.52.1+1.19
|
||||
|
||||
#Loom
|
||||
loom_version=0.10-SNAPSHOT
|
||||
loom_version=0.11-SNAPSHOT
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.1.0
|
||||
mod_version=2.0.0
|
||||
maven_group=ru.betterend
|
||||
archives_base_name=better-end
|
||||
|
||||
|
@ -19,6 +19,6 @@ archives_base_name=better-end
|
|||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
|
||||
patchouli_version = 55-FABRIC-SNAPSHOT
|
||||
bclib_version = 1.4.3
|
||||
bclib_version = 2.0.0
|
||||
rei_version = 8.0.442
|
||||
canvas_version = 1.0.+
|
||||
|
|
|
@ -43,10 +43,10 @@
|
|||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.13.3",
|
||||
"fabric": ">=0.44.0",
|
||||
"minecraft": "1.18.2",
|
||||
"bclib": ">=1.4.3"
|
||||
"fabricloader": ">=0.14.3",
|
||||
"fabric": ">=0.52.2",
|
||||
"minecraft": "1.19-alpha.22.18a",
|
||||
"bclib": "2.0.x"
|
||||
},
|
||||
"suggests": {
|
||||
"byg": ">=1.1.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue