portingtools/README.md

14 lines
372 B
Markdown
Raw Normal View History

2022-10-31 10:48:35 +01:00
# Portingtools
This tool is meant to make porting mods easier for MineteckReloaded.
2022-11-05 18:07:20 +01:00
Also, it helped me learn some c++, so don't expect good code.
2022-10-31 10:48:35 +01:00
## Installation
2022-11-05 18:07:20 +01:00
- `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`