Skip to content

Version 2.3.6 for Minecraft 1.14.4

Compare
Choose a tag to compare
@Earthcomputer Earthcomputer released this 10 Sep 20:03
· 537 commits to fabric since this release
afa9a6f
  • Add /cglow command - same syntax as /cfind, except causes target entities to glow as if they were hit by a spectral arrow.
  • Can now use regular expressions inside @e[name=...] between / slashes. Use \/ to escape the closing slash. Example: to find entities whose name contains a digit, use @e[name=/.*\d.*/]. Only works in client-side commands.
  • Allow block and item tags in /cfindblock and /cfinditem (#69, #77)
  • Fix enchant seed ready message appearing when it isn't supposed to (#72)
  • Fix some auto-completion bugs, including that annoying one in /cfind (#73)
  • Fix a missing translation (#75)
  • Fix minus sign after a number causing /ccalc to fail (#83)