Skip to content

Commit

Permalink
Updated minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Jul 27, 2021
1 parent d10a72e commit 203d15f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": ">=1.15"
"minecraft": ">=1.14 <=1.15.2"
},
"suggests": {
"flamingo": "*"
Expand Down

0 comments on commit 203d15f

Please sign in to comment.