Skip to content

Version 2.8.21 for Minecraft 1.20.5 - 1.20.6

Compare
Choose a tag to compare
@Earthcomputer Earthcomputer released this 29 May 22:15
· 38 commits to fabric since this release
1f6537f
  • Added more minigames
    • Minesweeper
    • Multiplayer tic-tac-toe
  • Added a --keep-searching option to /cfindblock and /csignsearch.
    • This takes into account changed blocks in already-searched areas, but not changed block entity NBT.
  • Fixed being able to lag the client from running multiple /cfindblock or /cfinditem commands at once, especially now there is a --keep-searching option.
    • This has been fixed by preventing multiple of these tasks from being running at once. This restriction may be lifted later once some load balancing functionality is implemented.
  • Fixed /cenchant from waiting until an existing /cenchant task to finish until it starts, which is unclear to the user.
    • Instead, it reports that a /cenchant task is already running, with an option to cancel it.
  • Fixed other players from being able to kick players using c2c packets.