MinecraftToolbox

버전 2.1 (77.1 KB) 작성자: Brendan Cashman
Command Minecraft (TM) from MATLAB using this Toolbox and Minecrat Forge modding software. Contains tools to allow easy modding setup.
다운로드 수: 265
업데이트 날짜: 2018/9/27

라이선스 보기

https://www.youtube.com/watch?v=0tFP3koYDiI&t=5s

This Add-On exposes static methods to allow MATLAB to send commands to the game. By default, this Add-On will send messages to a Minecraft (running our mod) on localhost at port 57777. The address and port of the running Minecraft can be modified by setting the following environment variables before starting MATLAB:
MW_MINECRAFT_ADDRESS - IP address or hostname where the modded Minecraft is running.
MW_MINECRAFT_LISTENING_PORT - Port to send commands to.

Similarly, before starting the modded Minecraft, the following environment variables can be used to specify the appropriate MATLAB to communicate with:
MW_MATLAB_LISTENING_ADDRESS - IP address or hostname where MATLAB is running.
MW_MATLAB_LISTENING_PORT - Port MATLAB will listen to (defaults to 58777).

The Setup.installForge function can be used to initiate the mod installation. Be sure to install Minecraft before running Setup.installForge.

인용 양식

Brendan Cashman (2024). MinecraftToolbox (https://www.mathworks.com/matlabcentral/fileexchange/60546-minecrafttoolbox), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Gaming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
2.1

Updated copyrights.

1.0.0.0

Addressed reviewer feedback.