AESlotLocks

Quick rating

AESlotLocks

No reviews yet

Lock AE slot

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
aeslotlocks-1.0.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Aeslotlocks

Aeslotlocks is an addon mod for Applied Energistics 2 (AE2) designed to provide customizable slot locking capabilities. It prevents players from accidentally moving items in or out of specific AE2 interface slots via Shift+Click or Space-Click (inventory sorting/moving).

✨ Features

  • Semantic Group Blocking: Lock entire groups of slots (e.g., the entire Player Hotbar or the AE Storage grid) from being interacted with via quick-move actions.
  • Fine-Grained Slot Blocking: Lock specific slot indexes within a group (e.g., lock only the first slot of the hotbar).
  • Debug Tool: Built-in functionality to help you easily find the internal IDs required for configuration.

⚙️ Configuration

The configuration file allows you to define exactly which slots should be locked.

1. Block Entire Groups (blocked_semantic)

Disables all item movement (both Shift+Click and Space-move) for entire slot semantic groups.

  • Type: String List
  • Side: Pure Client-Side. Does not require the mod to be on the server.
  • Reference: IDs correspond to appeng.menu.SlotSemantics.
  • Example:
    # Blocks interaction with the entire storage grid and the player's hotbar
    blocked_semantic = ["STORAGE", "PLAYER_HOTBAR"]
    

2. Block Specific Slots (blocked_semantic_slots)

Provides fine-grained movement blocking for specific slot indexes within a semantic group.

  • Format: 'SEMANTIC_ID:index1,index2...'
  • Logic & Requirements:
    1. Shift+Click: Works Pure Client-Side.
    2. Space-move: Fine-grained blocking (index-based) REQUIRES the mod to be installed on the Server. If the mod is not on the server, space-moving items might bypass the lock for specific indexes.
  • Example:
    # Blocks only the first (index 0) and second (index 1) slots of the hotbar
    blocked_semantic_slots = ["PLAYER_HOTBAR:0,1"]
    

3. Debug Mode (clicked_info)

A helper utility to find the correct IDs and Indexes.

  • Type: Boolean
  • Default: false
  • Usage: Set this to true. When you click a slot in an AE2 interface in-game, the mod will print the Semantic ID and the Slot Index to the log/chat. Use this info to fill out the config, then disable it.

📦 Installation & Dependencies

  • Required: Applied Energistics 2 (AE2)
  • Client: Required for all locking features.
  • Server: Required only if you want to block Space-move actions on specific slot indexes (defined in blocked_semantic_slots).

📝 Common Semantic IDs

(Examples only - enable clicked_info to find exact IDs)

  • PLAYER_HOTBAR - The player's hotbar.
  • PLAYER_INVENTORY - The main player inventory.
  • STORAGE - The main storage grid in a Terminal.
  • CRAFTING_GRID - The 3x3 grid in a Crafting Terminal.
  • INSCRIBER_INPUT_TOP - Top input slot of an Inscriber.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works