This commit is contained in:
sebseb7
2023-10-01 04:40:27 +02:00
parent 830147411c
commit 64d1571ac2
4 changed files with 11 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ Player movement is not part of this mod. You have to move between villagers and
# Supported Version:
- Minecraft 1.20 / 1.20.1
- Minecraft 1.20 / 1.20.1 / 1.20.2
# Known Issues:

View File

@@ -9,13 +9,14 @@ targetCompatibility = JavaVersion.VERSION_17
repositories {
maven { url 'https://masa.dy.fi/maven' }
maven { url 'https://maven.terraformersmc.com/releases/' }
maven { url 'https://jitpack.io' }
}
dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.mappings_version}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}"
modImplementation "com.github.Nyan-Work:malilib:${project.malilib_version}"
modCompileOnly "com.terraformersmc:modmenu:${project.mod_menu_version}"
}

View File

@@ -7,12 +7,12 @@ mod_name = AutoTrade
author = sebseb7
mod_file_name = autotrade-fabric
mod_version = 0.0.4
mod_version = 0.0.5
malilib_version = 0.16.0
malilib_version = 0.16.2-nyan.6
minecraft_version_out = 1.20.1
minecraft_version = 1.20.1
mappings_version = 1.20.1+build.2
fabric_loader_version = 0.14.21
mod_menu_version = 7.0.1
minecraft_version_out = 1.20.2
minecraft_version = 1.20.2
mappings_version = 1.20.2+build.1
fabric_loader_version = 0.14.22
mod_menu_version = 8.0.0

View File

@@ -30,7 +30,7 @@
],
"depends": {
"minecraft": "1.20.x",
"minecraft": "1.20.2",
"malilib": "0.16.x"
}
}