Mod
ae2-personal-me-system
No reviews yet
Add a bauble to replace inventory with me system
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
AE2 Personal ME System
An AE2 addon that provides a wearable personal terminal to replace inventory and configurable virtual autocrafting recipes through a new communication_relay block.
Reason
Replacing the vanilla player inventory with an ME system in modpacks traditionally requires extensive configuration and workarounds. This mod streamlines the entire process: equip players with a Personal Terminal in their Curios slot (pre-linked or user-bindable), and they gain direct access to the ME system.
Created for the modpack Prepare to Dye 2.
Features
Personal Wireless Terminal
- Wearable wireless terminal (Curios slot or inventory)
- Press inventory key to open ME terminal instead of vanilla inventory
- Bind directly from Wireless Access Point GUI
- Infinite range when bound
Communication Relay
- Block that provides virtual crafting recipes to ME networks
- Recipes execute instantly without Crafting CPUs
- Configurable via NBT - perfect for modpack makers
- Supports item tags, NBT matching, and multi-input/output recipes
- Right-click to view configured recipes
Usage
Personal Terminal
- Obtain a Personal Wireless Terminal
- Equip in a Curios slot (or keep in inventory)
- Open a Wireless Access Point and click the bind button
- Press E - ME terminal opens instead of vanilla inventory
Communication Relay
Place the block and connect to an ME network. Recipes stored in the block's NBT will appear as craftable patterns.
KubeJS Example
ServerEvents.commandRegistry(event => {
event.register(
event.commands.literal('giverelay')
.requires(src => src.hasPermission(2))
.executes(ctx => {
ctx.source.player.give(Item.of('personalmesystem:communication_relay', {
BlockEntityTag: {
CustomName: '{"text":"Trading Post"}',
Description: ['{"text":"Exchange materials"}'],
virtual_recipes: [
{
inputs: [{ item: 'minecraft:cobblestone', count: 64 }],
outputs: [{ item: 'minecraft:diamond', count: 1 }]
},
{
inputs: [{ tag: 'forge:ingots/iron', count: 9 }],
outputs: [{ item: 'minecraft:iron_block', count: 1 }]
}
]
}
}))
return 1
})
)
})
Recipe Format
{
"inputs": [
{ "item": "minecraft:diamond", "count": 1 },
{ "tag": "forge:ingots/gold", "count": 4 }
],
"outputs": [
{ "item": "minecraft:netherite_ingot", "count": 1 }
]
}
Configuration
Server Config (personalmesystem-server.toml)
powerUsage- AE power consumed per virtual craft (default: 0)
Client Config (personalmesystem-client.toml)
showRecipeTooltips- Show recipes in item tooltips (default: true)maxTooltipRecipes- Max recipes shown in tooltips (default: 3)
Dependencies
- Minecraft 1.20.1
- Forge 47.x
- Applied Energistics 2 (15.0.0+)
- Curios API (5.2.0+)
- FancyMenu (optional) - enables AE2 screen customization
License
MIT
AE2 Personal ME System
An AE2 addon that provides a wearable personal terminal to replace inventory and configurable virtual autocrafting recipes through a new communication_relay block.
Reason
Replacing the vanilla player inventory with an ME system in modpacks traditionally requires extensive configuration and workarounds. This mod streamlines the entire process: equip players with a Personal Terminal in their Curios slot (pre-linked or user-bindable), and they gain direct access to the ME system.
Created for the modpack Prepare to Dye 2.
Features
Personal Wireless Terminal
- Wearable wireless terminal (Curios slot or inventory)
- Press inventory key to open ME terminal instead of vanilla inventory
- Bind directly from Wireless Access Point GUI
- Infinite range when bound
Communication Relay
- Block that provides virtual crafting recipes to ME networks
- Recipes execute instantly without Crafting CPUs
- Configurable via NBT - perfect for modpack makers
- Supports item tags, NBT matching, and multi-input/output recipes
- Right-click to view configured recipes
Usage
Personal Terminal
- Obtain a Personal Wireless Terminal
- Equip in a Curios slot (or keep in inventory)
- Open a Wireless Access Point and click the bind button
- Press E - ME terminal opens instead of vanilla inventory
Communication Relay
Place the block and connect to an ME network. Recipes stored in the block's NBT will appear as craftable patterns.
KubeJS Example
ServerEvents.commandRegistry(event => {
event.register(
event.commands.literal('giverelay')
.requires(src => src.hasPermission(2))
.executes(ctx => {
ctx.source.player.give(Item.of('personalmesystem:communication_relay', {
BlockEntityTag: {
CustomName: '{"text":"Trading Post"}',
Description: ['{"text":"Exchange materials"}'],
virtual_recipes: [
{
inputs: [{ item: 'minecraft:cobblestone', count: 64 }],
outputs: [{ item: 'minecraft:diamond', count: 1 }]
},
{
inputs: [{ tag: 'forge:ingots/iron', count: 9 }],
outputs: [{ item: 'minecraft:iron_block', count: 1 }]
}
]
}
}))
return 1
})
)
})
Recipe Format
{
"inputs": [
{ "item": "minecraft:diamond", "count": 1 },
{ "tag": "forge:ingots/gold", "count": 4 }
],
"outputs": [
{ "item": "minecraft:netherite_ingot", "count": 1 }
]
}
Configuration
Server Config (personalmesystem-server.toml)
powerUsage- AE power consumed per virtual craft (default: 0)
Client Config (personalmesystem-client.toml)
showRecipeTooltips- Show recipes in item tooltips (default: true)maxTooltipRecipes- Max recipes shown in tooltips (default: 3)
Dependencies
- Minecraft 1.20.1
- Forge 47.x
- Applied Energistics 2 (15.0.0+)
- Curios API (5.2.0+)
- FancyMenu (optional) - enables AE2 screen customization
License
MIT
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources