aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoringle <inglettronald@gmail.com>2022-09-30 02:57:26 -0500
committeringle <inglettronald@gmail.com>2022-09-30 02:57:26 -0500
commit0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7 (patch)
tree33f6c5dec585e79464aa070da77dc71423c8ff1b
parente60fbdd688ff5257c7720c94945e38f1fce5810e (diff)
downloadDulkirMod-0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7.tar.gz
DulkirMod-0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7.tar.bz2
DulkirMod-0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7.zip
More adjustments to drinking animations
-rw-r--r--README.md2
-rw-r--r--build.gradle.kts2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 484df0f..810e225 100644
--- a/README.md
+++ b/README.md
@@ -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 {