mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Merge pull request #2133 from EngineHub/chore/build-fix-for-master
Merge version branch in for build fix
This commit is contained in:
commit
a8b5268e80
@ -1,3 +1,9 @@
|
||||
7.2.11
|
||||
- Update to 1.19
|
||||
- Fixed block state mask not working with string/enum properties
|
||||
- Fixed //stack causing an error when given a count of 0
|
||||
- Reduced initial memory usage on load
|
||||
|
||||
7.2.10
|
||||
- [Forge] Fixed a bug where the max world height would not always be read correctly
|
||||
- [Bukkit] Fixed detection of other plugins bundling WorldEdit for newer Spigot versions
|
||||
|
@ -51,9 +51,9 @@
|
||||
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.0")
|
||||
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
|
||||
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.27.1")
|
||||
implementation("org.spongepowered:spongegradle-plugin-development:2.0.1")
|
||||
implementation("org.spongepowered:vanillagradle:0.2")
|
||||
implementation("net.minecraftforge.gradle:ForgeGradle:5.1.41")
|
||||
implementation("org.spongepowered:spongegradle-plugin-development:2.0.2")
|
||||
implementation("org.spongepowered:vanillagradle:0.2.1-20220619.210040-41")
|
||||
implementation("net.minecraftforge.gradle:ForgeGradle:5.1.50")
|
||||
implementation("net.fabricmc:fabric-loom:$loomVersion")
|
||||
implementation("net.fabricmc:sponge-mixin:$mixinVersion")
|
||||
implementation("org.enginehub.gradle:gradle-codecov-plugin:0.1.0")
|
||||
|
Loading…
Reference in New Issue
Block a user