『LiveBuddy』は、プレイヤーをサポートする自律型の人型NPC「Buddy」を追加する Minecraft 1.21.4 / Fabric 用のMODです。
"LiveBuddy" introduces an autonomous humanoid NPC "Buddy" to assist players in Minecraft 1.21.4 (Fabric).
周囲の木を検索して伐採します。
Scans the nearby area and chops down trees.
指定された範囲を単純に掘り下げていきます。
Simply digs down within the specified Y-axis range.
作物を収穫・再植え付けするほか、カボチャやスイカ等も収穫します。
Harvests and replants crops, and also harvests pumpkins and melons.
暗い場所を検知し、自動的に松明を設置して安全を確保します。
Detects dark areas and automatically places torches to keep mobs away.
作業エリアの地表を均し、指定した深さまで整地します。
Flattens the surface of the work area and levels it to a specified depth.
チェストへの自動預け入れや就寝、ドア開閉など知的な行動を行います。
Performs intelligent actions like auto-depositing to chests, sleeping, and opening doors.
.minecraft/mods フォルダに本MODの .jar ファイルを配置し、Minecraftを起動してください。
Place the mod's .jar file into the .minecraft/mods folder and launch Minecraft.
基本的な召喚と管理はコマンドで行います。複数召喚可能で、それぞれ名前と設定が個別に保存されます。
Basic summoning and management are done via commands. You can spawn multiple buddies, each with permanently saved unique settings.
/lb spawn [name] : Buddyをスポーン/lb call [name|all] : Buddyを呼び寄せ/lb list : ワールド内のBuddy一覧/lb mode <name> <mode> : 動作モード変更/lb bye [name|all] : Buddyを消去/lb spawn [name] : Spawn a buddy/lb call [name|all] : Summon a buddy/lb list : List buddies/lb mode <name> <mode> : Change mode/lb bye [name|all] : Despawn buddy/lb bye でBuddyを消去すると、保有・収納しているアイテムはすべて消滅します。実行前に必ずアイテムを回収してください。
⚠️ WARNING: Using /lb bye will erase the Buddy, and all held/stored items will be permanently lost. Guarantee you retrieve your items before despawning.
クリエイティブインベントリから「LiveBuddy スポーンエッグ」を入手し、地面に使用することでも召喚できます。
In creative mode, you can also obtain a "LiveBuddy Spawn Egg" from the inventory and use it on the ground to summon.
Buddyを右クリックすると管理画面(Buddy Tablet)が開き、全設定とインベントリ管理を行えます。
Right-click a Buddy to open the Tablet GUI for all settings and inventory management.
.minecraft/config/livebuddy/skins/ フォルダに標準64x64スキンのPNGを置くと、Tabletから選択可能になります(再起動不要)。
Place standard 64x64 skin PNGs into .minecraft/config/livebuddy/skins/ to select them via the Tablet (no restart required).
データパックで以下のタグにIDを追加することで、対象ブロックを拡張できます(MOD対応等)。
採掘: livebuddy:blocks/livebuddy_ores
伐採: livebuddy:blocks/livebuddy_logs
Expand target blocks via datapack by adding IDs to the following tags:
Mining: livebuddy:blocks/livebuddy_ores
Logging: livebuddy:blocks/livebuddy_logs
一度「待機」にしてから「自律」に戻すか、エリア設定(チャンク半径や掘削深度)が限界になっていないか確認してください。
Switch mode to "Standby" then back to "Auto", or check if area settings (radius/depth) have exceeded their limits.
Q: プレイヤーが離れるとBuddyが止まる Q: Buddy stops working when I walk far awayBuddy Tabletの「チャンク強制ロード」をONにすると働き続けます。サーバー負荷に注意して使用してください。
Turn ON "Force Chunk Load" in the Tablet to keep it active. Use with caution to avoid server lag.
Q: バニラモードで素材が落ちてしまう Q: Vanilla mode drops gathered itemsバニラ仕様のためです。インベントリに全自動収納したい場合は「Buddyモード」をお使いください。
Working as intended for Vanilla logic. Use "Buddy Mode" if you want auto-collection.