promotional bannermobile promotional banner
premium banner
A create library for addon-developers to simplify logistics

Description

Where is 1.20.1?

We know a lot of you still rely on 1.20.1, and we are not forgetting about you. Deployer is still in it's early stages, so we want to reach a point where we have fixed all the main issues/enhancement before porting!

What is deployer?

Deployer is a library for create addons to easily handle logistics

These features are NOT included in the mod, but are possible to achieve with this API

Stock Inventory System

| A basic fluid packaging system implementation |Stock Inventory types is a new addition added to follow the 6.0 create update. You can register anything that you want to carry with packages, and deployer will simplify the process. Fluids, Energy, whatever you want! |

Gauge Creation API

| Deployer provides a comprehensive API for creating custom gauges, evolved from the Extra Gauges addon. Deployer handles all the hard part, making it possible for different gauges to stay in the same block!

You can handle connections coming in and coming out from the gauge, and handle everything you want! |Goggle information displayed for an entity |

Extended Goggle Information

| Create's vanilla goggle overlay system only supports block entities, limiting what information can be displayed when players look at blocks or entities. Deployer extends this functionality through the DeployerGoggleInformation interface, enabling goggle information display for regular blocks without block entities and for entities in the world.

It's also possible to register your own goggle information through ClientRegisterHelpers, under your specific conditions |Goggle information displayed for an entity |

Custom Stock keeper tabs & Redstone requester tabs

| With deployer you can create custom stock keeper and redstone requester tabs. Creating a tab is not necessarily linked to creating a stock inventory type. You can stor any data inside your tab and use it for whatever you want. We already have some ideas in mind for our mods Create: Extra Gauges! |Two new tabs created with deployer | | Two new tabs added to the redstone requester |On the other side, redstone requesters can also have tabs which are specifically intended to order items! |

Optimization and fix

We also include a bunch of fixes and optimizations, and we want to focus the second part of this API on that, improving some useless and expensive algorithms that create for some reason has