portingtools/README.md

14 lines
372 B
Markdown

# Portingtools
This tool is meant to make porting mods easier for MineteckReloaded.
Also, it helped me learn some c++, so don't expect good code.
## Installation
- `cmake -S. -Bbuild`
- `cmake --build build`
- start the server with `build/portingtools serve`
- map stuff with `build/portingtools map`
- resolve ResourceLocations with `build/portingtools resourceloc`