Skip to content

Commit 59f36f1

Browse files
committed
Bump version
1 parent 923291e commit 59f36f1

7 files changed

Lines changed: 163 additions & 131 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It works on both the **client and server**, and **does not** require the mod to
55

66
### Downloads
77

8-
You can find downloads for DimThread on the [GitHub releases page](https://github.com/WearBlackAllDay/DimensionalThreading/releases).
8+
You can find downloads for DimThread on the [GitHub releases page](https://github.com/MCTown/DimensionalThreading/releases).
99
The Fabric API can be found on [Curseforge](https://www.curseforge.com/minecraft/mc-mods/fabric-api).
1010

1111
### Installing
@@ -41,8 +41,6 @@ The mod will not crash if you do not have enough threads available, but it will
4141
##### How is the compatibility with other mods?
4242
Compatibility with [JellySquids](https://github.com/jellysquid3) performance mods and [Carpet](https://github.com/gnembon/fabric-carpet) will be ensured and issues concerning them are accepted. If you plan on using a different mod compatibility cannot be guaranteed, since not every author writes their mod threadsafe.
4343

44-
##### What about older versions of Minecraft?
45-
DimThread is written with 1.16 compatibility in mind, older versions are currently not considered. If you play on 1.12 you can use a similar project maintained by [2No2Name](https://github.com/2No2Name).
4644

4745
---
4846

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
5-
minecraft_version=1.18.1
6-
yarn_mappings=1.18.1+build.22
7-
loader_version=0.13.1
5+
minecraft_version=1.18.2
6+
yarn_mappings=1.18.2+build.2
7+
loader_version=0.13.3
88
# Mod Properties
99
mod_version=1.2.6-sand-duper-fix
1010
maven_group=wearblackallday

gradle/wrapper/gradle-wrapper.jar

911 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)