MelonLib
ModrinthLibrary for MelonStudios mods providing useful tools.
16.4k downloads 1 followers updated 1mo ago
latest v1.12.2-1.11.3 Modrinth
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.
Versions
Release
1.12.2-1.11.3
# v1.11.3
- Moved networking to event based channel to reduce overhead
- Extra serialization functions
Beta
1.12.2-1.11.2
# v1.11.2
- Added EntityDictionary, it's like OreDictionary but for entities
- Small bugfixes
Beta
1.12.2-1.11.1
# v1.11.1
- Allow writePacket() and readPacket() to throw IOException
- More classes can now be serialized to TrackedByteBuf
Beta
1.12.2-1.11.0
# 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…
Release
1.12.2-1.10.1
# v1.10.1
- Fixed FluidIngredient
- Fixed recipe sync being broken server side
Release
1.12.2-1.10.0
# v1.10.0
- Added recipe types that allow for easy synchronization of recipes
- Added UniversalRecipe that allows others to add recipes to registered registry…
Release
1.12.2-1.9.1
# v1.9.1
- Added the DimensionTeleporterSoundFix
- It can be used by calling the following code in mod init:
```
FMLInterModComms.sendMessage("melonlib",…
Release
1.12.2-1.9.0
# 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…

Comments 0
No comments yet. Be the first to share your thoughts.