Update README about Chess
This commit is contained in:
parent
a3aa10b179
commit
d326e6bea6
@ -32,6 +32,7 @@ blocks with special features:
|
|||||||
in some food items. Collect the soup with a bowl
|
in some food items. Collect the soup with a bowl
|
||||||
* Lever: Pull the lever to activate doors next to it
|
* Lever: Pull the lever to activate doors next to it
|
||||||
* Pressure Plate: Step on it to activate doors next to it
|
* Pressure Plate: Step on it to activate doors next to it
|
||||||
|
* Chessboard: Play Chess against a player or the computer
|
||||||
|
|
||||||
The chessboard, radio and speaker are purely decorative
|
The chessboard, radio and speaker are purely decorative
|
||||||
and have no special functionality.
|
and have no special functionality.
|
||||||
@ -68,9 +69,14 @@ The following bugs of X-Decor (as of 01/07/2023) are fixed:
|
|||||||
* Show short item description in itemframe instead of itemstring
|
* Show short item description in itemframe instead of itemstring
|
||||||
* Minor typo fixes
|
* Minor typo fixes
|
||||||
* Fix bad rope placement prediction
|
* Fix bad rope placement prediction
|
||||||
|
* Fixed the broken Chess game
|
||||||
|
|
||||||
Maintenance updates:
|
Maintenance updates:
|
||||||
* Chess games were disabled because they were too broken
|
* Chess reworked to comply with FIDE rules (more or less):
|
||||||
|
* En passant added
|
||||||
|
* Can now choose pawn promotion
|
||||||
|
* Fixed incomplete enforcement of castling rule
|
||||||
|
* Technical UI improvements
|
||||||
* Renamed blocks:
|
* Renamed blocks:
|
||||||
* "Empty Shelf" to "Plain Shelf"
|
* "Empty Shelf" to "Plain Shelf"
|
||||||
* "Slide Door" to "Paper Door"
|
* "Slide Door" to "Paper Door"
|
||||||
|
@ -2,9 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# This adds a decorative chessboard.
|
# This adds a chessboard on which you can play Chess against other players or the computer.
|
||||||
# Note: You can't play chess on it.
|
enable_xdecor_chess (Enable Chess) bool true
|
||||||
enable_xdecor_chess (Enable Chessboard) bool true
|
|
||||||
|
|
||||||
# This enables the cauldron which you can use to store water and cook soup.
|
# This enables the cauldron which you can use to store water and cook soup.
|
||||||
enable_xdecor_cooking (Enable Cooking) bool true
|
enable_xdecor_cooking (Enable Cooking) bool true
|
||||||
|
Loading…
Reference in New Issue
Block a user