Skip to content

Releases: cao-awa/Sepals

Sepals 1.0.13

05 Jan 08:19
Compare
Choose a tag to compare
Sepals 1.0.13 Pre-release
Pre-release

Bug fixes

  1. Fix bug of crashing server when item merging.
  2. Fix bug of default config not write to file.
  3. Fix bug of config command doesn't have 'enableSepalsItemMerge' option.

Issues close

#11

Sepals 1.0.12

29 Dec 23:10
Compare
Choose a tag to compare
Sepals 1.0.12 Pre-release
Pre-release

Bug fixes

  1. Fix bug of Sepals living target cache not working when enabled in configs.
  2. Fix bug of entity follow range still using 1.21.3 (fixed a value) instead 1.21.4 feature (setting by entity attribute).

Other changes

  1. Use HashMap instead of RBTreeMap to improve entities fetch speed.
  2. Try to optimize item merge performance, use config key 'enableSepalsItemMerge' to toggle this feature.

Sepals 1.0.11

29 Dec 23:09
Compare
Choose a tag to compare
Sepals 1.0.11 Pre-release
Pre-release

Changes

  1. Make compatible to mod 'Async'.
  2. Calculate cache key using long hash code value instead String to improve caching performance.

Sepals 1.0.10

25 Dec 00:56
Compare
Choose a tag to compare
Sepals 1.0.10 Pre-release
Pre-release

Mod loader

Supported to NeoForge now.

Others

Command

Will response Sepals version and count of enabled configs when run command:/sepals.

Issues close

#6

Sepals 1.0.9

21 Dec 22:51
Compare
Choose a tag to compare
Sepals 1.0.9 Pre-release
Pre-release

Update minecraft version to '1.21.4'.

Sepals 1.0.8

28 Nov 01:35
Compare
Choose a tag to compare
Sepals 1.0.8 Pre-release
Pre-release

Changes

Quick successes or failure in entity moving.
Caching fire immune in item entity.
Caching is lava and is fire flag in block.
Completely removed kotlin depends.

Closed issues

#7

Sepals 1.0.7

26 Nov 02:36
Compare
Choose a tag to compare
Sepals 1.0.7 Pre-release
Pre-release

Bug fixes

Fix bug of villager no AI since '1.0.5'.

Other changes

Remove 'fabric-language-kotlin' mod requirement, add fabric API mod requrement.

Issues closed

#5

Sepals 1.0.6

16 Nov 22:40
Compare
Choose a tag to compare
Sepals 1.0.6 Pre-release
Pre-release

Bug fixes

Fix bug of unable to load chunks when sepals with moonrise.

Issues closed

#4

Sepals 1.0.5

16 Nov 17:19
Compare
Choose a tag to compare
Sepals 1.0.5 Pre-release
Pre-release

Bug fixes

Fix bug of unable to generating world when sepals with c2me (it seems that only in c2me-fabric-mc1.21.1-0.3.0+alpha.0.295).

Other

  1. Upgrade dependencies versions.
  2. Client side loading.

Issues closed

#3

Sepals 1.0.4

23 Oct 09:55
Compare
Choose a tag to compare
Sepals 1.0.4 Pre-release
Pre-release
  1. Fix entities cramming bugs.
  2. Fix bug of crashing with lithium that without configurations.
  3. Deprecated 'entitiesCrammingAccuracy', caching as full accuracy.