

ModelDumper
This mod provides the ability to save 3D models that are displayed in the game in real time. For this purpose, special hotkeys dump
(not assigned by default!) are used, which allow exporting current models to a .obj
format file.
The created files are fully ready for use in any 3D modeling software. Along with the geometry, all necessary textures are saved, and the models already have UV mapping, which ensures correct texture application.
Important: Exported models do not contain skeletal animation - these are static objects fixed in the position they were in at the time of creating the dump.
Currently, the export of the following objects is supported:
- Players
- All types of entities
The system also captures all related elements: armor, items in hands, capes, 3D skin layers, and other visual components. All saved files are placed in the ModelDumps
folder in the game's root directory.
Requirements
- FabricAPI