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

Minecraft 1.19.4: Display and Interaction entities #6

Closed jpenilla closed 10 months ago

jpenilla commented 1 year ago

When 1.19.4 is released, a new PieceHandler should be added for display/interaction entities. The scaling feature will make it much easier to implement variable-size chess boards, ie where positions take up 2x2 or 3x3 blocks instead of 1 block, and the pieces are a reasonable size for the positions.

More possible uses:

jpenilla commented 1 year ago

PieceHandler added in 1334a3b88c44113a1ef0c4c961b7f2c0944f4868, leaving open for potential of expanding usage

jpenilla commented 10 months ago

Implemented in #20 and #21