1
0
mirror of https://github.com/chylex/Better-Controls.git synced 2025-06-21 12:38:52 +02:00

Release v1.0.0 for Minecraft 1.16.2+

This commit is contained in:
chylex 2020-10-18 16:47:13 +02:00
parent e55cef95b3
commit c0e9c92197
2 changed files with 3 additions and 5 deletions

View File

@ -14,7 +14,6 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}" minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
} }
processResources { processResources {
@ -34,6 +33,8 @@ tasks.withType(JavaCompile) {
options.encoding = "UTF-8" options.encoding = "UTF-8"
} }
version = 'v' + version
jar { jar {
from "LICENSE" from "LICENSE"
exclude "io/github/prospector/" exclude "io/github/prospector/"

View File

@ -9,10 +9,7 @@ loader_version=0.10.2+build.210
# Mod Properties # Mod Properties
mod_version=1.0.0 mod_version=1.0.0
maven_group=chylex.bettercontrols maven_group=chylex.bettercontrols
archives_base_name=BetterControls archives_base_name=BetterControls-1.16.2+
# Dependencies
fabric_version=0.22.0+build.408-1.16
# https://fabricmc.net/use # https://fabricmc.net/use
# https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api