Skip to content

Mod for Minecraft, adding function and Items to make AI easier for Users. For Multiplay version( MC1.4.2+forge601341)

Notifications You must be signed in to change notification settings

bbc-mc/mc_EasyAIInterfaceMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

MOD: mod_EasyAIInterface


MOD name     : mod_EasyAIInterface
Author       : bbc_mc (bbc-mc on github)
status       : alpha + still develop
publish date : (2012/10/19 alpha)
               2012/11/11 alpha2

** 現在開発中のため、以下の内容には開発中の情報が含まれ、不正確な可能性があります。**

概要

  • ゲーム Minectaft に以下の機能を追加する MOD です。

  • 開発中の mod を MC1.4.2 へ移植したものです。

機能

  • AI を簡単に構築する仕組みを追加する
  • AI 構築に利用する Item "チップ"を追加する

動作環境・前提

以下の環境が必要です。

  • MC 1.4.2
  • Minecraft Forge (開発環境 6.0.1.341)

参考実装

  • 以下の条件を満たすEntity であれば、本仕組みを実装可能です。

    • EntityLiving である(もしくはそれを継承している)
    • AI チップを配置できる inventory を持つ
    • 定期的に EAI_Manager の実行関数をキックできる
  • AI チップ動作検証用に、インベントリを持つ無機能 Mob を作成しました [ソースコード][github_EAIMobSampleMP] バイナリ @ 非公式フォーラム トピック

使用 ID

  • 開発に伴う AI チップの追加で増加する可能性大です。
  • Config から変更可能です
  • アイテムID
    • 29001 - 29007
    • 29101 - 29104
    • 29201 - 29208
    • 29301 - 29304
    • 29401
  • ブロックID
    • なし

導入方法

  • mod_EasyAIInterfaceMP.zip を、あなたの mods フォルダへ投入

ライセンス

免責

  • ご利用は自己責任でお願いします

謝辞

  • 拡張性の高い AI プラットフォーム である YoujoMOD を公開されている作者様に感謝します

公開先

更新

2012/11/11 EasyAIInterface α2バージョン の MC1.4.2 実装を公開


####Copyright © 2012 bbc_mc (bbc-mc on github) ####Dual licensed under the MIT license and GPL license.

About

Mod for Minecraft, adding function and Items to make AI easier for Users. For Multiplay version( MC1.4.2+forge601341)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages