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

WrapperLib

multi-platform library for easier data serialization

1K загрузок0 подписчиковMPL-2.0fabricforgequilt

Обновлён 24 января 2023 г. · опубликован 6 декабря 2022 г.

WrapperLib

A collection of multi-platform implementations of common tasks for developing Minecraft mods.

  • Provides a uniform api across mod loaders and Minecraft versions.
  • A priority is placed on never manually writing serialization code for nbt or byte buffers.
  • Designed to be modular, so you can shadow only the parts you need and have no external dependencies.
  • Each api concept is exposed as a Builder like class with no additional setup required.
  • Extensive documentation (wiki & javadocs).

See wiki for more info.

  • NetworkWrapper: send information between the client and the server.
  • ConfigWrapper: allow players to configure mod features by editing json files.
  • DataWrapper: save extra information with world data.
  • RegistryWrapper: an api like Forge's deferred register that can be called from common code.
  • Helpers: simple utilities for multi-platform mods.

Центр версий

12 версий
  • Релиз123 КБ
  • Релиз110 КБ
  • Релиз124 КБ
  • Релиз112 КБ
  • Релиз111 КБ
  • Релиз122 КБ
  • Релиз123 КБ
  • Релиз111 КБ
  • Релиз80 КБ
  • Релиз89 КБ
  • Релиз87 КБ
  • Релиз77 КБ

Ченджлог

1.1.0+1.19.3Релиз1.19.3 · 24 января 2023 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper
1.1.0+1.19.3Релиз1.19.3 · 24 января 2023 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper
1.1.0+1.16.5Релиз1.16.5 · 16 декабря 2022 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper
1.1.0+1.16.5Релиз1.16.5 · 16 декабря 2022 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper
1.1.0+1.18.2Релиз1.18, 1.18.1, 1.18.2 · 15 декабря 2022 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper
1.1.0+1.18.2Релиз1.18.2 · 15 декабря 2022 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper
1.1.0+1.19.2Релиз1.19.2 · 15 декабря 2022 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper
1.1.0+1.19.2Релиз1.19, 1.19.1, 1.19.2 · 15 декабря 2022 г.

1.1.0

  • ConfigWrapper can load a List or Map as the top level object
  • KeybindWrapper
  • PlatformHelper: isModLoaded
  • MapDataWrapper optional lazy loading
  • server side configs reload on /reload command
  • ResourcesWrapper: load data/resource packs
  • ItemStackDataWrapper

Комментарии

Загружаем…