From 2356ca8e7f3175f156f6f9224e89762d03963d46 Mon Sep 17 00:00:00 2001 From: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:46:34 -0800 Subject: [PATCH] 0.0.4 --- README.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1feac57..8a3c82b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Provide bugfixes, optimizations and utilities for Forge+Bukkit server environmen - Disable Timings for less performance overhead. - Compatibility first, shouldn't break any mods/plugins. - Built Bukkit plugin into the mod, offers utilities to server owners. +- General CraftBukkit performance improvements. Configuration file is under `${minecraftDir}/config/hybridfix.cfg` diff --git a/gradle.properties b/gradle.properties index 85039c0..84abe52 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ generate_javadocs_jar = false # Mod Information # HIGHLY RECOMMEND complying with SemVer for mod_version: https://semver.org/ -mod_version = 0.0.3 +mod_version = 0.0.4 root_package = io.wdsj mod_id = hybridfix mod_name = HybridFix