Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill authored Dec 12, 2022
1 parent 82d865f commit b1c74ae
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Overview

Vereya provides api for control of agent in Minecraft. Mod is a fork of Malmo project.
Vereya should work with Minecraft 1.18.+
Vereya should work with Minecraft 1.18.1

## building and installation

Expand All @@ -13,25 +13,14 @@ copy mod in mods directory:

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

now build python library
now install python library:

`mkdir -p build_cmake && cd build_cmake && cmake .. && make`
pip install git+https://github.com/trueagi-io/minecraft-demo.git

python library is in ./build_cmake/Malmo/src/PythonWrapper/VereyaPython.so

The library needs two environment varibles to be defined:
1) MALMO_XSD_PATH pointing to the directory with xml schema files from Malmo project
2) VEREYA_XSD_PATH pointing to ./src/main/resources/Schemas/


It can be place somewhere in $PYTHONPATH **or** to the directory of your script..

Vereya requires fabric loader and fabric api to be installed. Please see instructions
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

api docs [api.md](api.md)


0 comments on commit b1c74ae

Please sign in to comment.