Skip to content

Releases: WiIIiam278/ClopLib

ClopLib 2.0.12

01 Jul 20:47
d8c2e69

Choose a tag to compare

  • Added support for Fabric 1.21.7

ClopLib 2.0.11

21 Jun 15:20
1f8b130

Choose a tag to compare

  • Added support for Fabric 1.21.6

ClopLib 2.0.10

15 Jun 14:45
b05552e

Choose a tag to compare

  • Made lectern behaviour consistent between platforms
    • Now triggers a block interact operation type for reading a book in a lectern
    • Now triggers a container open operation type for taking a book from a lectern
  • Improved performance of vehicle handling and fixed issues with it
    • You now dismount when entering a claim that you do not have permission to enter
  • Added protection against lightning strikes

ClopLib 2.0.9

30 May 20:44
3a378f0

Choose a tag to compare

  • Changed vehicle collision checks to use entity_interact if the player is the rider
  • Fixed throwing projectiles always being cancelled on fabric due to some logic issues in handling inspector callbacks
  • Fixed TNT and TNT in Minecart explosions being unintuitively handled under entity_damage_terrain (now under explosion damage terrain) on bukkit
  • Fixed some hostile mobs not being considered monsters for the purpose of player_damage_monster on bukkit
  • Bumped deps

ClopLib 2.0.8

20 Apr 14:06
6de8af8

Choose a tag to compare

  • Improved bukkit platform handling for breaking & moving vehicles (mine carts, boats)

ClopLib 2.0.7

29 Mar 23:06
40ebae0

Choose a tag to compare

  • Fixed bucket placement not being handled on Fabric

ClopLib 2.0.6

29 Mar 22:00
d8a2dc0

Choose a tag to compare

  • Adjusted how fabric handles block placement checks

ClopLib 2.0.5

29 Mar 19:33
10da0a6

Choose a tag to compare

  • Improved block breaking handling on Fabric
  • Added a mixin for checking bucket fluid type

ClopLib 2.0.4

29 Mar 17:48
413bec1

Choose a tag to compare

  • Added support for Minecraft 1.21.5
  • Fixed sneaking users being ignored in block checks
  • Fixed Citizens NPCs being handled on Bukkit (now are ignored)

ClopLib 2.0.3

20 Feb 18:40

Choose a tag to compare

  • Implemented hashCode() in OperationType