DG Dlib Transform

Published by DG_Dragon on
Supported MCreator versions
2024.1
2024.2
2024.3
2024.4
2025.1
2025.2
2025.3
Tags / plugin type
API support
Global triggers
Java plugin
Procedures
dlib_modders
Downloads:
947
Upvotes: 13
About the plugin

This plugin aims to integrate a private lib called Dlib, developed to allow the player to transform into entities, perform registered animations, and be compatible with the modded entity, geckolib, and mcreator's own animation system.

 


Please note that this plugin requires the Java Plugin feature to be enabled.


Why use my plugin?

Dlib was developed by my team as a private lib, without adding commands, so only modders with the plugin could use it.

Unlike public mods that provide commands and an interface for easy manipulation, Dlib adds nothing beyond direct manipulation during mod development, with simple calls, fully adapted to blocklys and composite implementation, without generating dependencies.

Currently, it supports geckolib, but exclusively for Java Entity and its animation system.


Usage rights:

This is a demo version, with initial support for Dlib version 1.0.

To use any blockly plugin, it is necessary to have the mandatory blocklys plugin installed first.

It also adds some Blocklys:


Animation Registration System:

Dlib now has a procedure-based registration method.

 

Note: The order in which the animations are registered must be the same as how they were placed in the entity, and you cannot add more animations than were placed in the entity.


For now, only 1.20.1 is supported.

I'm currently focusing solely on Forge 1.20.1. If you'd like to port to another version, please contact me privately via Discord, and we'll discuss the cost.

Payment accepted: PayPal only, and the fee will be included in the total price.

Note: You can choose whether the port will be private or public.


How does the plugin work?

The DG Dlib Transform has an API. When activated, it creates a folder called jarjar, which initially contains the "metadata" file. Control of the integration has been moved to the Dlib Menu.

Set to true or false;

If true, the implementation occurs directly in the main mod, without generating dependencies, complementing the basic implementation of a composite mod.

If false, the implementation will be done through a dependency, requiring the library's .jar file.

A file necessary for the implementation, called "metadata," is also generated. Edit it only if you know what you are doing.

When exporting, the same "metadata" file will be copied to the correct location.


Animation playback by blockly:

  • Geckolib: support only in the basic transformation function.

Current Changelog

  • Coming soon 2.0 as a Plus Version ---> ability to change the player's weapon based on transformation, render items in third person, modelPart manipulation, both for transformation and for entities in the world.

V1.4.1

  • Changes to the rules for mandatory Blockly.
  • Added the blockly "CurrentEntity".

V1.4

  • Animation registration system redesigned.
  • New blockers added.
  • Completely redesigned integration system.
  • And a few more improvements.

V1.3

  • Updated dlib to 2.0.2

V1.2

  • fixed mixin issue on mod export.

V1.1

  • Added, modified generator for 2025.1
  • dg_dlib_play_animation is empty (corrected).

V1.0

  • start of plugin.

If you have any questions, join my server (Come in here)

 

If you want to support my work click here ---> 👉Offer a gem!!

License
All Rights Reserved

Plugin downloads
DG-Dlib-Transform-V1.4.2.zip - DG-Dlib-Transform-V1.4.2.zip Uploaded on: 11/09/2025 - 03:47   File size: 133.1 KB

Comments

Hello, I'm new to MCreator. When I enable this API in workspace settings and rebuild the workspace, it always fails. To check if it's my environment issue, I tested mcreator_link_1.20.1 alone and it works fine, but as soon as I enable dlib_api, it fails. My project is a blank Forge 1.20.1 project using MCreator 2025.2. Key error message:

Could not get unknown property 'fg' for object of type org.gradle.api.internal.artifacts.ds(in mcreator.gradle line: 97 )

Does anyone know how to fix this? Thank you!

I don't understand what the problem is, every time I start it it gives this error
Could not get unknown property 'fg' for object of type

It doesn't work for me, it doesn't show in the workspace settings

forge 1.20.1 mcreator 2025.2 not working
https://ibb.co/6R824rZk

Hey guys, dlib is going through drastic changes, and support for 2.0 will arrive soon with many features. General support for geckolib is still under negotiation, but currently the focus is solely on the Java entity.

I'm using a GeckoLib Entity to transform, but when I use the procedure:

"Play animation on the transformed player (Enter animation name), in Loop mode"

an error appears that I can't resolve:

The Entity Input in the dg_dlib_play_animation block is empty.

How do I solve this? I thank you in advance for your attention and your plugin is being essential for my project <3

I understand, thanks for the reply; but I saw that the example model you sent is the same one used in 2025.X without geckolib. It doesn't work for 2024.1 (which I'm using), unfortunately... But even so, your plugin is still useful to me, thank you.

I hope to see many interesting updates for your plugin in the future. Thank you for your attention and work <3

Hey there! this looks really cool and awesome, and i would love to know more about it! however, because i am dumb, i do not know how to morph properly. Lets say i want to morph a player into a stray. How would i go about doing that?

Dlib uses existing or created entities, so first of all, create your entity, activate the Api, and in the procedure always put first, the "start Dlib" it references the player, then the next ones will always use the reference of the "Start Dlib" take the next one that is to transform, put the id of your entity and the id of your mod, as follows the example in the image in the plugin description.