Перейти к содержимому
Mineforgian

BlueLib

BlueLib is a Minecraft modding library designed to handle a wide range of modding tasks. It includes systems for simplifying code development, with support for data packs and resource packs. The goal is to make modding more accessible!

16K загрузок6 подписчиковMITfabricneoforge

Обновлён 4 января 2026 г. · опубликован 13 августа 2024 г.

  • Logo
Main-Banner

CF  Modrinth 

Discord

BlueLib Licence  BlueLib Release  BlueLib Commit Activity 

BlueLib is a Minecraft modding library designed to handle a wide range of modding tasks. It includes systems for simplifying code development, with support for data packs and resource packs. The goal is to make modding more accessible!

Versions-Banner
Versions
Documentation-Banner

BlueLib offers one resource for the community: A Wiki. Feel free to go through it.

Contributing-Banner

Github-Embed

Sponsor-Banner

BisectHosting

Looking for a server to enjoy with your friends? Unsure how to set one up? Rent a pre-configured server today!

Unlock 25% Off Your First Month

Click the image below for more details.

Sponsor-Banner

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
neoforge-2.4.3Релиз1.21.1, 1.21.2, 1.21.3neoforge4 января 2026 г.Скачать (1.0 МБ)
fabric-2.4.3Релиз1.21.1, 1.21.2, 1.21.3fabric4 января 2026 г.Скачать (1.0 МБ)
neoforge-2.4.2Релиз1.21.1, 1.21.2, 1.21.3neoforge30 декабря 2025 г.Скачать (1023 КБ)
fabric-2.4.2Релиз1.21.1, 1.21.2, 1.21.3fabric30 декабря 2025 г.Скачать (1.0 МБ)
neoforge-2.4.1Релиз1.21.1, 1.21.2, 1.21.3neoforge30 декабря 2025 г.Скачать (1022 КБ)
fabric-2.4.1Релиз1.21.1, 1.21.2, 1.21.3fabric30 декабря 2025 г.Скачать (1.0 МБ)
fabric-2.4.0Релиз1.21.1, 1.21.2, 1.21.3fabric28 ноября 2025 г.Скачать (1.0 МБ)
neoforge-2.4.0Релиз1.21.1, 1.21.2, 1.21.3neoforge28 ноября 2025 г.Скачать (1022 КБ)
fabric-2.3.8Релиз1.21.1, 1.21.2, 1.21.3fabric23 сентября 2025 г.Скачать (1.0 МБ)
neoforge-2.3.8Релиз1.21.1, 1.21.2, 1.21.3neoforge23 сентября 2025 г.Скачать (1023 КБ)
fabric-2.3.7Релиз1.21.1, 1.21.2, 1.21.3fabric11 сентября 2025 г.Скачать (1.0 МБ)
neoforge-2.3.7Релиз1.21.1, 1.21.2, 1.21.3neoforge11 сентября 2025 г.Скачать (1009 КБ)
fabric-2.3.6Релиз1.21.1, 1.21.2, 1.21.3fabric29 августа 2025 г.Скачать (1006 КБ)
neoforge-2.3.6Релиз1.21.1, 1.21.2, 1.21.3neoforge29 августа 2025 г.Скачать (965 КБ)
fabric-2.3.5Релиз1.21.1, 1.21.2, 1.21.3fabric28 августа 2025 г.Скачать (1003 КБ)

Показаны последние 15 из 71 версий.

Ченджлог

neoforge-2.4.3Релиз1.21.1, 1.21.2, 1.21.3 · 4 января 2026 г.

2.4.3

Changed

  • Massive cleanup in the way we register Codecs and Data ComponentTypes.

Bug Fixes

  • Fixed a critical issue where Fabric Server where enable to be started due to trying to load Client sided Code on the Server.
  • Fixed a critical issue where Clients would crash when trying to send a Packet.
  • Fixed a crash where the Client was looking for the Controller file.
fabric-2.4.3Релиз1.21.1, 1.21.2, 1.21.3 · 4 января 2026 г.

2.4.3

Changed

  • Massive cleanup in the way we register Codecs and Data ComponentTypes.

Bug Fixes

  • Fixed a critical issue where Fabric Server where enable to be started due to trying to load Client sided Code on the Server.
  • Fixed a critical issue where Clients would crash when trying to send a Packet.
  • Fixed a crash where the Client was looking for the Controller file.
neoforge-2.4.2Релиз1.21.1, 1.21.2, 1.21.3 · 30 декабря 2025 г.

2.4.2

Bug Fixes

  • Fixed a critical issue that was preventing Servers to start.
fabric-2.4.2Релиз1.21.1, 1.21.2, 1.21.3 · 30 декабря 2025 г.

2.4.2

Bug Fixes

  • Fixed a critical issue that was preventing Servers to start.
neoforge-2.4.1Релиз1.21.1, 1.21.2, 1.21.3 · 30 декабря 2025 г.

2.4.1

Changed

  • Allow for JSON data to be given a literal Null value even if it's a primitive type.

Updated

  • Updated Gradle to 9.2.1
  • Updated Fabric and NeoForge accordingly
fabric-2.4.1Релиз1.21.1, 1.21.2, 1.21.3 · 30 декабря 2025 г.

2.4.1

Changed

  • Allow for JSON data to be given a literal Null value even if it's a primitive type.

Updated

  • Updated Gradle to 9.2.1
  • Updated Fabric and NeoForge accordingly
fabric-2.4.0Релиз1.21.1, 1.21.2, 1.21.3 · 28 ноября 2025 г.

2.4.0

Added

  • Added exception handling across utility classes:
  • Thrown and added specific exceptions for invalid inputs and failed I/O.
  • Added error messages and retry cases where applicable.

Changed

  • Improved a bunch of niche edge cases with the Utility methods we provide.
  • Cleaned up and standardized logging:
    • Removed noisy statements and added clearer messages for easier debugging.
  • Improved edge-case handling:
    • Extra null/empty checks and safer default values.
    • better behavior for boundary values and concurrent access.
  • Added more verification steps to make sure that there is a correct output:
    • Post-processing validation and format checks.
    • Safeguards to prevent partial or wrong outputs.
  • General production improvements:
    • Input validation improved and fail-safe defaults introduced.
    • Small performance tweaks and refactors for maintainability.
  • Miscellaneous minor fixes and cleanup.

Updated

  • A ton of Dependencies including but not limited to:
    • Modrinth to 2.8.10
    • Spotless to 8.1.0
    • Darkhax Curseforge to 1.1.28
    • NeoForge to 2.0.120
neoforge-2.4.0Релиз1.21.1, 1.21.2, 1.21.3 · 28 ноября 2025 г.

2.4.0

Added

  • Added exception handling across utility classes:
  • Thrown and added specific exceptions for invalid inputs and failed I/O.
  • Added error messages and retry cases where applicable.

Changed

  • Improved a bunch of niche edge cases with the Utility methods we provide.
  • Cleaned up and standardized logging:
    • Removed noisy statements and added clearer messages for easier debugging.
  • Improved edge-case handling:
    • Extra null/empty checks and safer default values.
    • better behavior for boundary values and concurrent access.
  • Added more verification steps to make sure that there is a correct output:
    • Post-processing validation and format checks.
    • Safeguards to prevent partial or wrong outputs.
  • General production improvements:
    • Input validation improved and fail-safe defaults introduced.
    • Small performance tweaks and refactors for maintainability.
  • Miscellaneous minor fixes and cleanup.

Updated

  • A ton of Dependencies including but not limited to:
    • Modrinth to 2.8.10
    • Spotless to 8.1.0
    • Darkhax Curseforge to 1.1.28
    • NeoForge to 2.0.120

Комментарии

Загружаем…