Skip to content

Commit

Permalink
1182
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Dec 14, 2023
1 parent 2db22d4 commit 37fd06c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,16 @@ dependencies {
// Kotlin support
modApi("net.fabricmc:fabric-language-kotlin:1.9.2+kotlin.1.8.10")
// MaLiLib, required on client
modApi "fi.dy.masa.malilib:malilib-fabric-1.20.1:0.16.2"
modApi "fi.dy.masa.malilib:malilib-fabric-1.18.2:0.12.0"
// carpet, required on client & server
modApi "carpet:fabric-carpet:1.20-1.4.112+v230608"
modApi "carpet:fabric-carpet:1.18.2-1.4.69+v220331"
// Game test
modApi "net.fabricmc:fabric-loader-junit:${project.loader_version}"
//include(implementation("org.bouncycastle:bcprov-jdk18on:1.76"))
//include(implementation("org.bouncycastle:bcpg-jdk18on:1.76"))
include(implementation("com.squareup.okhttp3:okhttp:4.11.0"))
include(implementation("com.squareup.okio:okio-jvm:3.2.0"))
modApi "curse.maven:litematica-308892:4626718"
modApi "curse.maven:tweakeroo-297344:4623488"
modApi "maven.modrinth:modmenu:7.2.1"
modApi "maven.modrinth:modmenu:3.2.5"
modApi "io.wispforest:owo-lib:${project.owo_version}"
}

Expand Down
11 changes: 6 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ archives_base_name = reden-is-what-we-made

# check these on https://fabricmc.net/develop
# Fabric Properties
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.4
loader_version=0.15.1

#Fabric api
fabric_version=0.85.0+1.20.1
owo_version = 0.11.1+1.20
fabric_version=0.77.0+1.18.2

owo_version = 0.7.2+1.18

artifactory_user=zly2006
artifactory_password=cmVmdGtuOjAxOjE3MzE1OTY0ODE6Vk9ZcWFjT041OGczOVN1RlV0OUVlRlFnWTZN
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"fabricloader": ">=0.14.19",
"fabric-api": "*",
"minecraft": [
"1.20",
"1.20.1"
"1.18.2"
],
"java": ">=17",
"fabric-language-kotlin": "*",
Expand Down

0 comments on commit 37fd06c

Please sign in to comment.