Skip to content

Releases: Wertik/BlockRegen

3.18.1

05 Jan 10:55
Compare
Choose a tag to compare

Bugfixes

  • Fix drop item amounts with the format low-high not loading properly due to bad regex

3.18.0

04 Jan 01:20
Compare
Choose a tag to compare

Features

  • Added drops from external plugins (Oraxen and ItemsAdder so far)
drop-item:
  item: ia:myitems:red_block
  amount: 3
  drop-naturally: true
  chance: 10
  • Added support for multiple materials in target-material
target-material: STONE;COBBLESTONE;COAL_ORE
  • Added a stats command /blockregen stats that shows the current count of running processes.
  • regen-delay: -1 now makes the block never regenerate. These blocks are meant to be regenerated manually through the /blockregen regen command.

Bugfixes

  • Fixed issues with materials from 1.21.4 not being recognized (aka fixed 1.21.4 support)
  • Fixed trampling interaction with worldguard and residence
  • Fixed farmland being placed under sugarcanes
  • Fixed sugarcanes not being handled properly as multiblock crops
  • Fixed presets not being correctly recognized in multiblock crop handling

3.17.3

31 Dec 17:11
Compare
Choose a tag to compare

Bugfixes

  • Don't handle trampling when the interact event is cancelled

3.17.2

31 Dec 14:15
Compare
Choose a tag to compare

Bugfixes

  • Fix ItemsAdder support (blocks not being replaced properly)

3.17.1

29 Dec 16:19
Compare
Choose a tag to compare

Bugfixes

  • Blocks wouldn't get replaced after being broken

3.17.0

28 Dec 20:17
Compare
Choose a tag to compare

Features

  • Added support for Nexo custom blocks
  • Added the option to disable physics of neighbouring blocks with the option disable-physics. This option defaults to false.
  • Added the option item-model to presets to support the minecraft:item_model property

Bugfixes

  • Support 1.21.4 properly (some loose enums)
  • Farmland would be placed under netherwarts after regeneration
  • Having multiple presets with the same target-material would not work (only one of them would be checked)
  • Fix max age errors

3.16.5

05 Dec 20:51
Compare
Choose a tag to compare

Changes

  • Added support for trampling - jumping on a crop now breaks it according to a configured preset

Bugfixes

  • Fix node data parsing (invalid values even when not) and add more descriptive warning messages

3.16.4

24 Nov 11:21
Compare
Choose a tag to compare

Features

  • Add kelp and seagrass crop regeneration

Bugfixes

  • Fix sugarcane not being placed on top of eachother (part 2)

3.16.3

23 Nov 10:04
Compare
Choose a tag to compare

Bugfixes

  • Fix sugarcane crops not regenerating properly on top of each other

3.16.2

22 Nov 11:50
Compare
Choose a tag to compare

Bugfixes

  • Downgrade java to version 8 to support mc versions down to 1.8; this was unintentionally introduced two months back
  • Fix node data on 1.8 using material data that isn't available on that version