Skip to content

Releases: KibbleLands/KibblePatcher

1.7.2 - Maintenance update

23 Nov 01:35
Compare
Choose a tag to compare
  • Improve PaperClip java requirement support (For MC 1.18)
  • Improve DatatypeConverter coverage (Java9+ support)
  • Fix BiomeAPIConfig installation in latest paper

1.7.1 - Maintenance update

27 Jul 13:48
Compare
Choose a tag to compare

1.7.0 - 1.17 Support update

11 Jul 14:38
Compare
Choose a tag to compare

This update mainly add 1.17 support, and bugs fixes
also add a -lite mode to disable retro compatibility patches

This version should be more stable than 1.6.4

1.7-dev05 - Experimental build

03 Jul 10:28
Compare
Choose a tag to compare
Pre-release
  • Fixed typo in the previous version that caused a crash
  • Add AnimalParentOverrideFeature with full patch
  • Added lite patch mode
  • Nuke Discords links
  • Cleaned up code

This version will also serve as a release candidate except if a bug is found.
I will stop actively developing this project except if there is a bug to fix.

1.7-dev04 - Experimental build

26 Jun 13:19
Compare
Choose a tag to compare
Pre-release
  • Improved server-clip support for Java9+ and show message for required java version if needed
  • Fixed features patches for Minecraft 1.17 (Aka -full or -patch-full)
  • Re-enabled cache block pos hash for old versions
  • Disabled and removed FastReplace
  • Reworked plugin rewrite
  • Improved brand patch

FastReplace was removed because even if Java 8 replace is slower,
Java 11/16 replace is faster, and I prefer better performance toward recent Java version.
(So don't use Java 8 if you can)

/!\ This is an experimental build /!\
I would consider this version stable enough to be messing with it

1.7-dev03 - Experimental build

23 Jun 15:28
Compare
Choose a tag to compare
Pre-release
  • Fixed and improved compatibility of ChunkCacheOptimizer patch
  • Fixed a bug that can cause compatibility issues on some forks
  • Temporary disabled cache block pos hash patch for rework
  • Info command now tell if the jar is KibblePatcher :3

/!\ This is an experimental build /!
Use 1.6.4 for a stable build

1.7-dev02 - Experimental build

17 Jun 17:21
Compare
Choose a tag to compare
Pre-release
  • Finished adding required Mojang Spigot <-> NMS Mappings (Fix 1.17 patch)
  • Make progress on ChunkCacheOptimizer compat (WIP)
  • Minor bug fixes

/!\ This is an experimental build /!\
Use 1.6.4 for a stable build
Note: This build is experimental and may contain bugs

1.7-dev01 - Experimental build

16 Jun 13:54
Compare
Choose a tag to compare
Pre-release
  • Introduced new mapping system
  • Removed built-in mode
  • Minor bug fixes

/!\ This is an experimental build /!
Use 1.6.4 for a stable build
Note: This build is not compatible with Spigot 1.17

1.6.4 - Maintenance update

05 Jun 19:35
Compare
Choose a tag to compare
  • Added a patch to fix a NoSuchElementException spam of some servers/forks
  • Made -info inform the user of odd jar entries when scanning a jar
  • Added -xlist command to list jar entries
  • Deprecated builtin mode
  • Fixed typos

1.6.3 - Maintenance update

07 Apr 15:37
Compare
Choose a tag to compare
  • Fix a bug in ForEachRemover (From gudfps) preventing frame calculation in rare cases.
  • Add support to remove duplicate entries when they are defined twice
  • Add support for data in directories (Allow directories to store data)
  • Optimized patching code to reduce patching time
  • Fix some supports links