Skip to content

Releases: BentoBoxWorld/TwerkingForTrees

Release 1.5.2

10 Jul 05:40
72e24e8
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.0.0
✔️ Minecraft 1.20.4, 1.20.6, 1.21
✔️ Java 17

What's Changed

Full Changelog: 1.5.1...1.5.2

Release 1.5.1

04 Apr 23:30
0baeca8
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.0.0
✔️ Minecraft 1.20.4
✔️ Java 17

What's Changed

  • Release 1.5.1 by @tastybento in #35
  • Fixes a dirt exploit with Dark Oak trees where they would spawn 3 blocks of dirt.

Full Changelog: 1.5.0...1.5.1

Release 1.5.0

14 Jan 20:55
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.0.0
✔️ Minecraft 1.20.4
✔️ Java 17

What's Changed

  • Added Cherry, Dark Oak, and grow trees that may have beehives on them. (commit: 7bba0f6)
  • Added option to press and hold crouch key to "twerk" #27 (commit: 8ba50b0)
  • Added sprinting as an option to grow trees. Fixes #14 (commit: e32afaa)

Full Changelog: 1.4.4...1.5.0

Release 1.4.4

14 Oct 23:53
a047279
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.14.0 +
✔️ Minecraft 1.19.x
✔️ Java 8+

What's Changed

Full Changelog: 1.4.3...1.4.4

Release 1.4.3

17 Jul 23:57
de62795
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.14.0 +
✔️ Minecraft 1.17, 1.16.5
✔️ Java 8+

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Change Log

  • Fix for lag from TreeGrowListener #24

Release 1.4.2

17 Jul 03:53
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.14.0 +
✔️ Minecraft 1.17, 1.16.5
✔️ Java 8+

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Change Log

  • Use bonemeal for twerking. (commit: d4e62b8) - this enables bee hives to be spawned on trees
  • ⚙️Removed sounds and effects when trees grown. (commit: 2287794)

Release 1.4.1

29 Jul 21:45
Compare
Choose a tag to compare
Version 1.14.1

Use correct api-version: 1.13 in addon.yml

Release 1.4.0

25 May 22:55
Compare
Choose a tag to compare

Change Log

  • Fixes #17
  • Prevents trees from growing outside the island border if the world settings flag is set to prevent that
  • Adds permission to allow/disallow twerking [gamemode].twerkingfortrees - default is allowed

Required BentoBox 1.13.0 or higher.

Release 1.3.0

09 Mar 02:19
Compare
Choose a tag to compare

Change log

  • If chunks have to be loaded when growing trees, they are done async
  • Spell particles now show when twerking so players with sound off can tell it's working

1.2.0 Release

06 Mar 00:56
Compare
Choose a tag to compare

Changes

  • Removed twerking in nether and end. It's not possible to use the Bukkit API to grow trees in these worlds for some reason. Also, it helps prevent chunk loading of other worlds if players twerk there.