diff --git a/README.md b/README.md index 39d3d28..a5cf7a7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ blocks with special features: in some food items. Collect the soup with a bowl * Lever: Pull the lever 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 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 * Minor typo fixes * Fix bad rope placement prediction +* Fixed the broken Chess game 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: * "Empty Shelf" to "Plain Shelf" * "Slide Door" to "Paper Door" diff --git a/settingtypes.txt b/settingtypes.txt index b9f4c34..0c64b59 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -2,9 +2,8 @@ -# This adds a decorative chessboard. -# Note: You can't play chess on it. -enable_xdecor_chess (Enable Chessboard) bool true +# This adds a chessboard on which you can play Chess against other players or the computer. +enable_xdecor_chess (Enable Chess) bool true # This enables the cauldron which you can use to store water and cook soup. enable_xdecor_cooking (Enable Cooking) bool true