Skip to content

Commit 5bda19c

Browse files
committed
Release 3.10.13
1 parent 3660a04 commit 5bda19c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.10.13
2+
* Added support for bookshelves, crafters, and decorated pots to the Pipes mechanic
3+
* Added cactus flowers as a harvestable plant for the Combine Harvester IC
4+
* Improved the performance of the Pipes mechanic
5+
* Improved compatibility of the sign copier mechanic with other plugins
6+
* Fixed the Map Changer mechanic with high map IDs
7+
* Performed general cleanups across the codebase
8+
19
3.10.12
210
* Update for 1.21.3
311

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pluginGroup=com.sk89q.craftbook
2-
pluginVersion=3.10.13-SNAPSHOT
2+
pluginVersion=3.10.13

src/main/java/com/sk89q/craftbook/bukkit/CraftBookPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public CraftBookPlugin() {
317317

318318
@Nullable
319319
public static String getVersion() {
320-
return null;
320+
return "3.10.13";
321321
}
322322

323323
public List<CraftBookMechanic> getMechanics() {

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version: "${internalVersion}"
44
dev-url: https://dev.bukkit.org/projects/craftbook
55
depend: [WorldEdit]
66
softdepend: [WorldGuard, ProtocolLib, Vault]
7-
api-version: 1.21.3
7+
api-version: 1.21.5
88
commands:

0 commit comments

Comments
 (0)