Skip to content

Commit 1e4f2bf

Browse files
committed
Release 3.10.10
1 parent 4d9181c commit 1e4f2bf

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
3.10.10
2+
* Avoid enabling the legacy material compatibility layer when avoidable
3+
* Fix the combine harvester not collecting bamboo
4+
* Add 1.20.4, 1.20.5, and 1.20.6 support
5+
* Add support for crimson & warped fungus by the planter
6+
* Improved performance of furnaces in pipes
7+
* Fix TreeLopper not behaving as expected with podzol under trees
8+
* Build against Java 21, due to MC 1.20.5 requiring it
9+
10+
3.10.9
11+
* Update for 1.20
12+
* Add red sand & nether brick to the smeltables list for a few mechanics
13+
* Fixed azalea being terraformed incorrectly by the BonemealTerraformer IC
14+
115
3.10.8
216
* Fixed a few situations where gates might not work correctly under Y=0
317
* Removed a few HeadDrops that had the skins hijacked by offensive imagery

gradle.properties

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

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.10";
321321
}
322322

323323
public List<CraftBookMechanic> getMechanics() {

0 commit comments

Comments
 (0)