diff options
author | ingle <inglettronald@gmail.com> | 2022-09-30 02:57:26 -0500 |
---|---|---|
committer | ingle <inglettronald@gmail.com> | 2022-09-30 02:57:26 -0500 |
commit | 0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7 (patch) | |
tree | 33f6c5dec585e79464aa070da77dc71423c8ff1b | |
parent | e60fbdd688ff5257c7720c94945e38f1fce5810e (diff) | |
download | DulkirMod-0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7.tar.gz DulkirMod-0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7.tar.bz2 DulkirMod-0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7.zip |
More adjustments to drinking animations
-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 { |