Amber

Amber

Mod

A library of commonly used functionality for iamkaf mods.

Client and server LibraryUtility

126.2k downloads
38 followers
Follow Save
Filter loader...
Filter versions...
Filter channels...

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

See the full changelog at https://github.com/iamkaf/amber

6.0.10

Added

  • Added support for Forge.
  • Added a DeferredRegister system to allow for registering items, blocks, and entities in a more structured way.
  • Added a new AmberInitializer class to init mods.
  • Added a new JSON config system.
  • Added events to register commands.
  • Added SimpleCommands helper to register commands easily.
  • Added a KeybindHelper to register keybinds.
  • Added events to render to the HUD.
  • Added the /amber doctor command to diagnose issues with the mod.
  • Added client tick events.
  • Added unified networking API supporting Fabric, Forge, and NeoForge.
  • Added internal networking system for connectivity testing and latency measurement.
  • Added /amber ping command for manual network connectivity testing.
  • Added /amber reset-stats command to reset networking statistics.
  • Added networking diagnostics to /amber doctor command (initialization status, ping count, average latency).

Deprecated

  • AmberMod is now deprecated in favor of AmberInitializer.
  • All unversioned API helper classes have been deprecated in preparation for versioned packages.
  • JsonFileReader is now deprecated in favor of a new JSON system.

Fixed

  • Fixed a bug where the mod would not load properly on some platforms.
  • FORGE: Fixed a bug preventing interactions with entities.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Amber Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

See the full changelog at https://github.com/iamkaf/amber

5.0.0

Added

  • Added support for 1.21.6

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Amber Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

See the full changelog at https://github.com/iamkaf/amber

4.2.2

Fixed

  • NEOFORGE: Fixed a bug preventing interactions with entities.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.2.1

  • fix: fix a crash when using a mod that depends on the old SmartTooltip api

Ported to 1.20.4

3.0.0

  • feat: add event system
  • feat: add platform helpers
  • feat: add json file reader
  • feat: remove architectury dependency

4.2.0

  • feat: add PlayerEvents for player interactions

4.1.0

  • feat: updated SmartTooltip to the new system

Project members

iamkaf

Member

Details

Licensed MIT
Published 10 months ago
Updated a month ago