From 4ae6404ad229a61f632d3d31a232860db0e0e6a0 Mon Sep 17 00:00:00 2001 From: LambdAurora Date: Sun, 12 Jan 2020 10:44:18 +0100 Subject: [PATCH] :wrench: Fix gradle project and update README. --- README.md | 4 +++- fabric/build.gradle | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30dd04e..050f1b6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ![Java 8](https://img.shields.io/badge/language-Java%208-9B599A.svg?style=flat-square) [![GitHub license](https://img.shields.io/github/license/LambdAurora/LambdaControls?style=flat-square)](https://raw.githubusercontent.com/LambdAurora/LambdaControls/master/LICENSE) ![Environment: Client](https://img.shields.io/badge/environment-client-1976d2?style=flat-square) +![Version](https://img.shields.io/github/v/tag/LambdAurora/LambdaControls?label=version&style=flat-square) +[![CurseForge](https://cf.way2muchnoise.eu/title/lambdacontrols.svg)](https://www.curseforge.com/minecraft/mc-mods/lambdacontrols) -A Fabric Minecraft mod which add better controls. +A Fabric Minecraft mod which adds better controls. It allows the use of a controller or the touchscreen. diff --git a/fabric/build.gradle b/fabric/build.gradle index 6714894..c278dc7 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -21,7 +21,7 @@ repositories { ivy { url 'https://github.com/LambdAurora/SpruceUI/releases/download/' patternLayout { - artifact '[revision]/[module]-[version].[ext]' + artifact '[revision]/[module]-[version]-fabric1.15.[ext]' } metadataSources() { artifact()