Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 233 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 233 Bytes

BedrockModNative

The BedrockModNative provides an SDK and Events for interacting with the official minecraft server.

Building

cd BedrockModNative/
mkdir build64/
cd build64/
cmake ..
cmake --build . --config Release