Skip to content

python api for control of agents in minecraft

Notifications You must be signed in to change notification settings

DaddyWesker/Vereya

 
 

Repository files navigation

CI

Overview

Vereya provides API for controlling AI agents in Minecraft. This mod inherits some pieces of the Malmo project, but with various changes and additions. Vereya should work with Minecraft 1.20.1

building and installation

run in project directory

./gradlew build

copy mod in mods directory:

cp ./build/libs/vereya-*.jar ~/.minecraft/mods/

now install python library:

pip install git+https://github.com/trueagi-io/minecraft-demo.git

Vereya requires fabric loader and fabric api to installed. Please see instructions

https://fabricmc.net/use/installer/

https://www.curseforge.com/minecraft/mc-mods/fabric-api

About

python api for control of agents in minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.3%
  • Batchfile 1.5%
  • Shell 1.2%