diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | build.gradle.kts | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # This is Dulkir Mod! -## I do not think it is a rat. +## THIS CONFLICTS with other animation mods, and I don't really intend on fixing it. Don't even know if that's possible Features: - Hide Enchant Rune Particles. diff --git a/build.gradle.kts b/build.gradle.kts index 342b366..42e5a57 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.example.archloomtemplate" -version = "1.0.2" +version = "1.0.3" // Toolchains: java { |