jpenilla / chesscraft

Paper plugin adding in-world chess matches against players and chess engines (CPUs) to Minecraft
https://modrinth.com/plugin/chesscraft
Apache License 2.0
19 stars 2 forks source link

Feature request: Knight orientation #10

Open SlimeDog opened 1 year ago

SlimeDog commented 1 year ago

I would like to modify the models to rotate the knights on the vertical axis -90°, as illustrated below, viewed from the white side of the board. I can make that change in my local copy of the resourcepack (which I have merged into my larger resourcepack), but you might want to make rotation a configurable option instead.

Screen Shot 2023-02-16 at 7 11 15 PM

And for chess problems, maybe a more "standard" orientation, where both knights face left.

Screen Shot 2023-02-17 at 10 55 11 AM

SlimeDog commented 1 year ago

I gave editing the JSON a try, but it's too complex for me (I tried rotating the cardinal points -- north, east, south, west -- by one step, but that didn't change the presentation). If you're willing, please give me a modified chess_knight_black.json and chess_knight_white.json that perform this magic.