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

MelonLib

Library for MelonStudios mods providing useful tools.

Загрузки
18K
Подписчики
2
Обновлён
28 апреля 2026 г.
Лицензия
MIT

Опубликован 15 января 2025 г.

MelonLib

MelonLib is a library mod for the mods of MelonStudios. Alongside various utility tools, like StackPredicates, StatePredicates and the RenderMelon, there is also a built-in BlockDictionary.

Thats right: OreDictionary, but for blocks!

Anyone is allowed to use this for their mods; in fact, it is greatly recommended to make sure that the block dictionary system will be a second nature of 1.12.2.

Ченджлог

1.12.2-1.11.3Релиз1.12.2 · 28 апреля 2026 г.

v1.11.3

  • Moved networking to event based channel to reduce overhead
  • Extra serialization functions
1.12.2-1.11.2Бета1.12.2 · 26 апреля 2026 г.

v1.11.2

  • Added EntityDictionary, it's like OreDictionary but for entities
  • Small bugfixes
1.12.2-1.11.1Бета1.12.2 · 26 апреля 2026 г.

v1.11.1

  • Allow writePacket() and readPacket() to throw IOException
  • More classes can now be serialized to TrackedByteBuf
1.12.2-1.11.0Бета1.12.2 · 26 апреля 2026 г.

v1.11.0

  • Reworked tile entity synchronization
  • TE sync now uses ByteBufs directly to remove NBT overhead (THIS WILL BREAK WITH NON-UPDATED MODS!!!)
  • TEs in the same chunk will now be bundled if that option is enabled
  • Removed embedded spongepowered mixins in favour of a more compatible option
  • Embedded JOML
1.12.2-1.10.1Релиз1.12.2 · 8 марта 2026 г.

v1.10.1

  • Fixed FluidIngredient
  • Fixed recipe sync being broken server side
1.12.2-1.10.0Релиз1.12.2 · 24 февраля 2026 г.

v1.10.0

  • Added recipe types that allow for easy synchronization of recipes
  • Added UniversalRecipe that allows others to add recipes to registered registry types via IMC
  • Added various other recipe utilities, such as (fluid) ingredients
1.12.2-1.9.1Релиз1.12.2 · 4 февраля 2026 г.

v1.9.1

  • Added the DimensionTeleporterSoundFix
  • It can be used by calling the following code in mod init:
FMLInterModComms.sendMessage("melonlib", "DimensionTeleporterSoundFix", "path.to.your.Class");
  • It disables the vanilla portal sound for the specified ITeleporter type
1.12.2-1.9.0Релиз1.12.2 · 17 января 2026 г.

v1.9.0

  • Fixed TileEntity sync packet having the same ID as the request packet when the mod is loaded serverside
  • Added new experimental TileSyncFix to synchronize TileEntities at the end of the server tick instead of at the end of the TileEntity tick
  • MetaBlock no longer throws exceptions when using a metadata that would normally be an invalid blockstate
  • Added treeLeaves blockdict to leaves

Комментарии

Загружаем…