We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f27f0 commit 4a7e618Copy full SHA for 4a7e618
2 files changed
CHANGELOG.md
@@ -1,2 +1,4 @@
1
-- Made it impossible to move "infinite" mana. (@aurakle)
2
-- Added Coleus integration. (@Master-Bw3)
+- Fixed Acolyte's Bindings constantly ringing when sitting/riding. (@enjarai)
+- Generalized two entity tricks from LivingEntity specific to Entity specific. (@Nicknakin)
3
+- Added and renamed some entity and block tags to allow for more granular control. (@AshAxolotl)
4
+- Fixed `Either` return types from tricks. (@enjarai)
gradle.properties
@@ -9,7 +9,7 @@ deps.yarn=1.21.1+build.3
9
loader_version=0.17.3
10
11
# Mod Properties
12
-mod_version=2.0.0-beta.33
+mod_version=2.0.0-beta.34
13
maven_group=dev.enjarai
14
archives_base_name=trickster
15
0 commit comments