HomeJavaModsEquipSet
EquipSet

[EqS]EquipSet

Not a native English speaker,This article used translation app
This mod help players to quickly switch between preseted armors and off-hand items in the game. Show

How to use

Define your preset

First, you need to know how to use the preset manager and define your custom equipment preset, follow these syntax confirmations:

  1. Use presets while opening the manager screen, the numbers is the ID of current preset.
  2. Modify the name of the current preset.
  3. Lock and disable the current preset, mainly to exclude it from cycling switching.
  4. Update the current preset by saving the wearing equipments(Armors and off-hand).
  5. Unlock the current preset.

Use presets:

Mod provides two switching methods: cyclic switching and selective switching.

Notes and Configuration

To Developers

If you wanna expland item searching container type.
find com.AutomaticalEchoes.equipset.api.ContainerType, and add your custom container to TYPE,like this:

 public static ContainerType TYPE_INVENTORY = new ContainerType("type_inventory", Player::getInventory) ;
 public static ContainerType TYPE_ENDER_CHEST = new ContainerType("type_ender_chest",Player::getEnderChestInventory);

    public static void init(){
        TYPES.clear();
        TYPES.put(TYPE_INVENTORY.Name(),TYPE_INVENTORY);
//        TYPES.put(TYPE_ENDER_CHEST.Name(), TYPE_ENDER_CHEST);
    }

中文百科:[Eqs]装备预设

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more