We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f13ae0 commit 7ae07a9Copy full SHA for 7ae07a9
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 7.0.13 (beta)
4
+
5
+* Update to 1.21.3
6
+* Remove max-stack-size bypass in stack command
7
+* Fix a falling block metadata leak. (May still be problematic on Spigot, use Paper.)
8
+* Fix flame enchant being blocked as entity damage on the arrow itself.
9
+* More Paper-specific performance enhancements for hoppers.
10
11
## 7.0.12
12
13
* Fix a change in the default behavior of explosion flag handling.
gradle.properties
@@ -1,4 +1,4 @@
group=com.sk89q.worldguard
-version=7.0.13-beta-1
+version=7.0.13-SNAPSHOT
org.gradle.parallel=true
0 commit comments