mirror of
https://github.com/chylex/Better-Controls.git
synced 2025-05-07 16:34:06 +02:00
Release v1.0.0 for Minecraft 1.16.2+
This commit is contained in:
parent
e55cef95b3
commit
c0e9c92197
@ -14,7 +14,6 @@ dependencies {
|
||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
}
|
||||
|
||||
processResources {
|
||||
@ -34,6 +33,8 @@ tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
version = 'v' + version
|
||||
|
||||
jar {
|
||||
from "LICENSE"
|
||||
exclude "io/github/prospector/"
|
||||
|
@ -9,10 +9,7 @@ loader_version=0.10.2+build.210
|
||||
# Mod Properties
|
||||
mod_version=1.0.0
|
||||
maven_group=chylex.bettercontrols
|
||||
archives_base_name=BetterControls
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.22.0+build.408-1.16
|
||||
archives_base_name=BetterControls-1.16.2+
|
||||
|
||||
# https://fabricmc.net/use
|
||||
# https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
|
Loading…
Reference in New Issue
Block a user