Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Releases: MineInAbyss/Mobzy

v0.24.8-dev.15

10 Apr 18:01
Compare
Choose a tag to compare
v0.24.8-dev.15 Pre-release
Pre-release

🐛 Bug Fixes

  • Mark entities with SetMythicMob as CustomMob - (882dc4a)
  • Apply NMS plugin in root project (seems otherwise some classes aren't found, perhaps referencing wrong MC version?) - (882dc4a)

⚙️ Miscellaneous Tasks

  • Move collectPrefabs and deepInstance into Geary - (882dc4a)

v0.24.8-dev.14

07 Apr 23:45
Compare
Choose a tag to compare
v0.24.8-dev.14 Pre-release
Pre-release

⚙️ Miscellaneous Tasks

  • Move MythicMobs features to this repo - (6e8aa12)

v0.24.8-dev.13

03 Apr 22:35
Compare
Choose a tag to compare
v0.24.8-dev.13 Pre-release
Pre-release

⛰️ Features

  • Track bounding box for entities using MEG models - (1a99e0c)

🐛 Bug Fixes

  • Don't check bounding box when it isn't set in Geary - (1a99e0c)

v0.24.8-dev.12

01 Apr 03:59
Compare
Choose a tag to compare
v0.24.8-dev.12 Pre-release
Pre-release

⛰️ Features

  • Forced despawn when far away component - (ac61a68)

⚙️ Miscellaneous Tasks

  • (spawning) Don't spawn in unloaded chunks - (ac61a68)

v0.24.8-dev.11

30 Mar 23:02
Compare
Choose a tag to compare
v0.24.8-dev.11 Pre-release
Pre-release

⛰️ Features

  • (spawning) Spawn categories - (692316f)
  • (spawning) Rework spawn system to iterate many chunks per tick, only checking one block instead of slice to be more similar to vanilla - (692316f)

🔍 Other

  • (spawning) Remove checks for bounding box space until performance issues resolved - (692316f)

v0.24.8-dev.9

28 Mar 03:46
Compare
Choose a tag to compare
v0.24.8-dev.9 Pre-release
Pre-release

⚙️ Miscellaneous Tasks

  • (spawning) Inline check.spawn.gap - (6b75cc8)
  • (spawning) Clean up SpawnRegistry to read from a query once in reloadSpawns() instead of using a listener - (6b75cc8)
  • (spawning) Inline more spawn property serializers - (b6c5e5a)

v0.24.8-dev.10

28 Mar 04:25
Compare
Choose a tag to compare
v0.24.8-dev.10 Pre-release
Pre-release

🐛 Bug Fixes

  • (spawning) Reloading spawns on plugin load instead of just loading them - (58939f2)

v0.24.8-dev.8

27 Mar 01:58
Compare
Choose a tag to compare
v0.24.8-dev.8 Pre-release
Pre-release

⛰️ Features

  • (spawning) Prevent spawning mobs in blocks, allow retrying the spawn n blocks up when a block collision happens - (5837855)
  • (spawning) Attempt spawn command - (5837855)

⚡ Performance

  • Optimize nearby entities prefab counting - (15f5966)

v0.24.8-dev.7

26 Mar 03:43
Compare
Choose a tag to compare
v0.24.8-dev.7 Pre-release
Pre-release

🐛 Bug Fixes

  • Make our looting calculations more in-line with Minecraft's - (6101d60)

v0.24.8-dev.6

16 Mar 19:22
Compare
Choose a tag to compare
v0.24.8-dev.6 Pre-release
Pre-release

⚙️ Miscellaneous Tasks

  • Update to stable geary, idofront - (23079ca)