Skip to content

Releases: Earthcomputer/clientcommands

Version 2.3.5 for Minecraft 1.14.4

31 Aug 21:38
264709e
Compare
Choose a tag to compare
  • Appears properly with an icon in ModMenu.
  • Add ability to cancel /ccrackrng when you're on a modded server and it keeps throwing items forever (#53).
  • Add /cenchant --simulate to allow you to see how many items it will throw and what exact enchantments you will get, before you decide to go for it (#62).
  • Now simulates enchantments properly when connected to a 1.14-1.14.2 server with multiconnect.
  • Fix #58 - Item drops aren't detected in some cases.
  • "Crack state" is now split into "Enchantment crack state" and "Player crack state". Fixes multiple bugs and inconsistencies.
  • The maximum command length for client-side commands has been increased to 32500 (the same as command blocks) (#70).

Version 2.3.4 for Minecraft 1.14.4

14 Aug 20:03
db8361c
Compare
Choose a tag to compare
  • Improve item throw order (it now avoids throwing your tools and armour)
  • No longer attempts to throw curse of binding items
  • enchantingPrediction TempRule is now required to be enabled to use /cenchant.

Version 2.3.3 for Minecraft 1.14.4

08 Aug 21:56
9fa745c
Compare
Choose a tag to compare
  • Add warning if doing RNG stuff on a modded server
  • Add maxEnchantItemThrows TempRule
  • Port unbreakable tools from 1.12
  • Fix certain levels for certain enchantments being invalid in /cenchant
  • Fix mod not working at all on a small number of servers

Version 2.3.2 for Minecraft 1.14.4

07 Aug 18:42
bc953e5
Compare
Choose a tag to compare
  • RNG simulation improvements
  • Add toolBreakWarning TempRule
  • Add /ccrackrng command for much improved player RNG cracking, automatically in under a second. No more fiddling about with the enchantment table! Thanks to @MCRcortex for this feature.

Version 2.3.1 for Minecraft 1.14.4

06 Aug 20:18
fb55af0
Compare
Choose a tag to compare
  • Port enchantment cracker
  • Update to 1.14.4

Version 2.2.0 for Minecraft 1.14.3

27 Jun 11:54
ffc22f8
Compare
Choose a tag to compare
  • Update to 1.14.3
  • Add ccalc command for calculating expressions and item counts
  • Add crender command to disable rendering of entities (and hopefully other things in the future)
  • Add chelp command
  • Add cwiki command which retrieves information from the Minecraft Wiki.

Version 2.1.0 for Minecraft 1.14.2

03 Jun 18:00
7290376
Compare
Choose a tag to compare
  • Update to 1.14.2
  • Fix #29, /cfinditem worked twice on double chests

Version 2.0.0 for Minecraft 1.14

23 Apr 21:09
c1e3766
Compare
Choose a tag to compare

It's here! A lot has changed behind the scenes since 1.12, so clientcommands is getting a full rewrite. I also skipped 1.13 since it was getting infeasible to maintain a version for Forge and Rift was only a temporary mod loader.
Since this is a rewrite, not all the old features are quite here yet, but you can enjoy these features right away:

  • /cbook
  • /clook
  • /cnote
  • /cshrug
  • /cfind (now supporting full entity selectors)
  • /cfindblock (now supporting NBT)
  • /cfinditem (now supporting shulker boxes, "keep-searching" mode to allow you to walk around while searching, and you can now also search for items already in your inventory)
  • /ctask - new command for managing ongoing internal tasks

The 1.14 version requires a new mod loader called Fabric - we're moving away from Forge. Install fabric from https://fabricmc.net/use , you also need Fabric API (install it like any other Fabric mod): https://minecraft.curseforge.com/projects/fabric

Version 20190126-snapshot for Minecraft 1.12

26 Jan 23:04
Compare
Choose a tag to compare
  • Add ascii argument for /cbook

Version 20190105-snapshot for Minecraft 1.12.x

05 Jan 02:44
Compare
Choose a tag to compare
  • Unbreaking manipulation
  • seed and limit arguments to /cbook