Resource Pack 1.21.4+
Only works on 1.21.4+
MineChess+ exclusive feature.
Find the pieces
section of your config and replace it with the following section. Remember that you must set the Pieces Type of your arenas to MODEL.
pieces:
pawn:
points: 1
black:
model:
material: BLAZE_POWDER
model: "minechess:chess_pawn_black"
offset_y: 0.25
white:
model:
material: BLAZE_POWDER
model: "minechess:chess_pawn_white"
offset_y: 0.25
rook:
points: 3
black:
model:
material: BLAZE_POWDER
model: "minechess:chess_rook_black"
offset_y: 0.25
white:
model:
material: BLAZE_POWDER
model: "minechess:chess_rook_white"
offset_y: 0.25
bishop:
points: 3
black:
model:
material: BLAZE_POWDER
model: "minechess:chess_bishop_black"
offset_y: 0.5
white:
model:
material: BLAZE_POWDER
model: "minechess:chess_bishop_white"
offset_y: 0.5
knight:
points: 3
black:
model:
material: BLAZE_POWDER
model: "minechess:chess_knight_black"
offset_y: 0.5
rotation: 90
white:
model:
material: BLAZE_POWDER
model: "minechess:chess_knight_white"
offset_y: 0.5
rotation: -90
queen:
points: 10
black:
model:
material: BLAZE_POWDER
model: "minechess:chess_queen_black"
offset_y: 0.5
white:
model:
material: BLAZE_POWDER
model: "minechess:chess_queen_white"
offset_y: 0.5
king:
black:
model:
material: BLAZE_POWDER
model: "minechess:chess_king_black"
offset_y: 0.5
white:
model:
material: BLAZE_POWDER
model: "minechess:chess_king_white"
offset_y: 0.5
Last updated