Porting Dead Libs
Porting Dead Libs is a universal library for Minecraft modding that provides developers with a comprehensive set of tools and features.
Main Features
The library includes several key APIs that significantly simplify mod creation:
Multiblock System - provides tools for working with complex structures, including dynamically sized multiblocks, elements with variable blocks, and a preview rendering system.
Block Entity API - offers abstractions for working with Neoforge's capabilities, including support for sided input-output for different block faces.
Interface Component System - allows breaking down graphical interface elements into reusable components, significantly accelerating the development of custom user interfaces.
Automatic Capability Registration - for items and block entities, eliminating the need for manual configuration.
Utility Functions - an extensive set of auxiliary tools for solving various tasks in mod creation.