minecraft plugin that's supposed to put shogi into minecraft
NOTE: i only intend on supporting the latest version of minecraft. if this does not fly with you, compile it for a different version yourself.
./shogi
- contains the resource pack elements required for the thing to work./src
- contains all the code
What do you need?
Clone the repository.
Copy the shogi folder into the resource pack folder in your minecraft instance. (Or host it somehwere, if you intend to use this in your server.)
Open a command line in the cloned directory and type gradle shadowJar
.
After a few seconds, it should be done. The finished plugin will be in /build/libs/
.