← Назад к ресурсам

MineChess

Working Chess in Minecraft

Modrinth decoration game-mechanics minigame

Описание

## Description This datapack / mod adds chess to Minecraft To get a board you need to craft it (1.20.5+) or enter this command ``` /function chess:summon/summon ``` ![preview](https://cdn.modrinth.com/data/dnszcN9T/images/ddb7d2b3281bbbf51786d74b651402f635c6373a.png) To make a move, you need to click on the figure, and then on the field you want to move to. The mod provides for a double move of the pawn, castling and capture en passant. Command to change the style of figures: ``` /function chess:replace_figures ``` To remove the board with figures you need to use the following two commands ``` /execute as @e[tag=bizcub.chess] on passengers run kill @s ``` ``` /kill @e[tag=bizcub.chess] ``` ## Craft ![preview](https://cdn.modrinth.com/data/dnszcN9T/images/80772c0c94aa30c78dedf9c83364605cb1a7e25a.png) ![preview](https://cdn.modrinth.com/data/dnszcN9T/images/a341a43f2a308f52db1c980321216a90b58f902a.png) ## Dependencies - Fabric loader requires [Fabric API](https://modrinth.com/mod/fabric-api)