File tree Expand file tree Collapse file tree
src/main/java/com/sk89q/craftbook/bukkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1153.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
Original file line number Diff line number Diff line change 11pluginGroup =com.sk89q
2- pluginVersion =3.10.10-SNAPSHOT
2+ pluginVersion =3.10.10
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments