From 203d15f9d2dc98c8f947fba3ed24733705d4f93e Mon Sep 17 00:00:00 2001 From: Picono435 <57836766+Picono435@users.noreply.github.com> Date: Tue, 27 Jul 2021 12:18:18 +0100 Subject: [PATCH] Updated minor things --- README.md | 4 ++-- build.gradle | 2 +- fabric/build.gradle | 4 ++-- fabric/src/main/resources/fabric.mod.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d489d0..d46997d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Author: Picono435 --> # RandomTP -The best Random Teleport mod ever! With this mod you will be able to random teleport between dimensions and without colliding with mostly anything! Our mod is updated frequently and is always having issues fixes when reported. Our mod works with both sides! (Client-Side only and Server-Side only). Join our [discord](https://discord.gg/wQj53Hy) for more information about all our mods and plugins! +The best Random Teleport mod ever! With this mod you will be able to random teleport between dimensions and without colliding with mostly anything! Our mod is being updated frequently and is always having issues fixes when reported. Our mod works with both sides! (Client-Side only and Server-Side only). Join our [discord](https://discord.gg/wQj53Hy) for more information about all our mods and plugins! ## Commands: @@ -14,7 +14,7 @@ The best Random Teleport mod ever! With this mod you will be able to random tele ## Versions: -This mod is avaiable for these versions: [1.12.2](https://github.com/Picono435/RandomTP/tree/1.12.2), [1.15.2 & 1.14.4](https://github.com/Picono435/RandomTP/tree/1.15.2) and [1.16.5](https://github.com/Picono435/RandomTP/tree/1.16). Other versions may also work but are not tested and we do not recommend you to use them. +This mod is available for Fabric and Forge in these versions: [1.12](https://github.com/Picono435/RandomTP/tree/1.12.2), [1.15 & 1.14](https://github.com/Picono435/RandomTP/tree/1.15.2), [1.16](https://github.com/Picono435/RandomTP/tree/1.16.5) and [1.17](https://github.com/Picono435/RandomTP/tree/1.17.1). Other versions may also work but are not tested, and we do not recommend you to use them. ## Links: diff --git a/build.gradle b/build.gradle index 5161777..72d771f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "architectury-plugin" version "3.2-SNAPSHOT" - id "dev.architectury.loom" version "0.7.3-SNAPSHOT" apply false + id "dev.architectury.loom" version "0.9.0-SNAPSHOT" apply false } architectury { diff --git a/fabric/build.gradle b/fabric/build.gradle index c745a41..426ab1a 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -13,13 +13,13 @@ architectury { } repositories { - maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } + maven { url 'https://jitpack.io' } } dependencies { modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}" modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}" - modImplementation shadow("me.lucko:fabric-permissions-api:0.1-SNAPSHOT") { transitive = false } + modImplementation shadow("com.github.Picono435:fabric-permissions-api:-SNAPSHOT") { transitive = false } implementation(project(path: ":common")) { transitive = false diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 09cccf9..f541550 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ "depends": { "fabricloader": ">=0.7.4", "fabric": "*", - "minecraft": ">=1.15" + "minecraft": ">=1.14 <=1.15.2" }, "suggests": { "flamingo": "*"