Easy LLM

Quick rating

Easy LLM

No reviews yet

Enables LLMs to use action telemetry and world state in Minecraft through WebSocket streaming.

Automation & Processing
AI Art
Mod Loaders
Fabric
Minecraft
1.21

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

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
easy-llm-fabric-1.0.0+mc1.21.jar
Authors
CurseForge
Modrinth

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
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Below is the Japanese README.

Easy LLM

Easy LLM is a Fabric mod that makes Minecraft data available to external LLM systems via WebSocket.

With this mod, you can implement AI agents that understand the state of Minecraft and act together with players.
You can implement and develop AI agents for Minecraft by using the repository below.
Detailed instructions on how to use this mod are also provided, so please refer to them.

- Easy LLM Agent: https://github.com/Koichiro-terao/Easy-LLM-Agent-in-Minecraft.git

Features

  • Sends player and world information
  • Supports multiple WebSocket endpoints

Requirements

  • Minecraft 1.21
  • Fabric Loader
  • Fabric API

Installation

  1. Place easy-llm-fabric-1.0.0+mc1.21.jar in the mods folder of your server or singleplayer/LAN host.
  2. Install Fabric API in the same environment.
  3. Configure WebSocket endpoints through easyllm.json or in-game commands.
  • config/easyllm.json is generated automatically on first launch.

Configuration

Config file:

  • config/easyllm.json

Main commands:

  • /obsTick <interval>
  • /obsWs list
  • /obsWs add <ws://host:port>
  • /obsWs remove <ws://host:port>

Examples:

  • /obsTick 5
  • /obsWs list
  • /obsWs add ws://host.docker.internal:7891
  • /obsWs add ws://127.0.0.1:7892
  • /obsWs remove ws://127.0.0.1:7892

Notes

  • Install this mod on the server side, or on the host side for singleplayer/LAN hosting.

License

All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.



Easy LLM (JP)

Easy LLM は、Minecraft の情報を WebSocket 経由で外部の LLM から利用できるようにする Fabric MOD です。

この MOD を利用することで、Minecraft の状況を理解しながらプレイヤーと一緒に行動できる AI エージェントを実装できます。
以下のリポジトリを利用することで、Minecraft を一緒に遊べる AI エージェントを実装・開発できます。
この MOD の詳細な使用方法も記述されているため、参照してください。

- Easy LLM Agent: https://github.com/Koichiro-terao/Easy-LLM-Agent-in-Minecraft.git

主な機能

  • プレイヤー情報とワールド情報の送信
  • 複数の WebSocket 接続先に対応

動作環境

  • Minecraft 1.21
  • Fabric Loader
  • Fabric API

導入方法

  1. easy-llm-fabric-1.0.0+mc1.21.jar をサーバー、またはシングルプレイ/LAN ホスト側の mods フォルダに配置します。
  2. 同じ環境に Fabric API を導入します。
  3. easyllm.json またはゲーム内コマンドで WebSocket 接続先を設定します。(config/easyllm.json は初回起動時に生成されます。)

設定

設定ファイル:

  • config/easyllm.json

主なコマンド:

  • /obsTick <interval>
  • /obsWs list
  • /obsWs add <ws://host:port>
  • /obsWs remove <ws://host:port>

使用例:

  • /obsTick 5
  • /obsWs list
  • /obsWs add ws://host.docker.internal:7891
  • /obsWs add ws://127.0.0.1:7892
  • /obsWs remove ws://127.0.0.1:7892

注意

  • この MOD はサーバー側、またはホスト側に導入してください。

ライセンス

All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.

Below is the Japanese README.

Easy LLM

Easy LLM is a Fabric mod that makes Minecraft data available to external LLM systems via WebSocket.

With this mod, you can implement AI agents that understand the state of Minecraft and act together with players.
You can implement and develop AI agents for Minecraft by using the repository below.
Detailed instructions on how to use this mod are also provided, so please refer to them.

- Easy LLM Agent: `URL will be added later`

Features

  • Sends player and world information
  • Supports multiple WebSocket endpoints

Requirements

  • Minecraft 1.21
  • Fabric Loader
  • Fabric API

Installation

  1. Place easy-llm-fabric-1.0.0+mc1.21.jar in the mods folder of your server or singleplayer/LAN host.
  2. Install Fabric API in the same environment.
  3. Configure WebSocket endpoints through easyllm.json or in-game commands.
  • config/easyllm.json is generated automatically on first launch.

Configuration

Config file:

  • config/easyllm.json

Main commands:

  • /obsTick <interval>
  • /obsWs list
  • /obsWs add <ws://host:port>
  • /obsWs remove <ws://host:port>

Examples:

  • /obsTick 5
  • /obsWs list
  • /obsWs add ws://host.docker.internal:7891
  • /obsWs add ws://127.0.0.1:7892
  • /obsWs remove ws://127.0.0.1:7892

Notes

  • Install this mod on the server side, or on the host side for singleplayer/LAN hosting.

License

All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.



Easy LLM (JP)

Easy LLM は、Minecraft の情報を WebSocket 経由で外部の LLM から利用できるようにする Fabric MOD です。

この MOD を利用することで、Minecraft の状況を理解しながらプレイヤーと一緒に行動できる AI エージェントを実装できます。
以下のリポジトリを利用することで、Minecraft を一緒に遊べる AI エージェントを実装・開発できます。
この MOD の詳細な使用方法も記述されているため、参照してください。

- Easy LLM Agent: `URLは後程追加します`

主な機能

  • プレイヤー情報とワールド情報の送信
  • 複数の WebSocket 接続先に対応

動作環境

  • Minecraft 1.21
  • Fabric Loader
  • Fabric API

導入方法

  1. easy-llm-fabric-1.0.0+mc1.21.jar をサーバー、またはシングルプレイ/LAN ホスト側の mods フォルダに配置します。
  2. 同じ環境に Fabric API を導入します。
  3. easyllm.json またはゲーム内コマンドで WebSocket 接続先を設定します。(config/easyllm.json は初回起動時に生成されます。)

設定

設定ファイル:

  • config/easyllm.json

主なコマンド:

  • /obsTick <interval>
  • /obsWs list
  • /obsWs add <ws://host:port>
  • /obsWs remove <ws://host:port>

使用例:

  • /obsTick 5
  • /obsWs list
  • /obsWs add ws://host.docker.internal:7891
  • /obsWs add ws://127.0.0.1:7892
  • /obsWs remove ws://127.0.0.1:7892

注意

  • この MOD はサーバー側、またはホスト側に導入してください。

ライセンス

All Rights Reserved. Unauthorized reproduction and redistribution are strictly prohibited.

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
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
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