command-block-ide icon indicating copy to clipboard operation
command-block-ide copied to clipboard

update to 1.21.5

Open LordChrom opened this issue 9 months ago • 1 comments

LordChrom avatar Mar 31 '25 19:03 LordChrom

Also a bit off topic, but on top of this I have some feature branches I'd like to add, should I just submit a pull request into master for each?

One of them is a fairly minor feature that lets you shift+click the track output button to set state of all command blocks in a chain at once.

The other one adds an auto formatter activated with ctrl+alt+enter. I have this one fully working but it's probably best to put it into a feature branch until it's more thoroughly tested.

LordChrom avatar Apr 01 '25 07:04 LordChrom

Someone please get this man's pull request approved 👍

I need mah 1.21.5 version

Soniflare avatar Jun 20 '25 22:06 Soniflare

Please approve this, this mod is amazing!

B0biloosky avatar Jun 28 '25 06:06 B0biloosky

So, for those still wanting to use this version of the mod without waiting for the mod owner to approve the pull request:

How to get the mod and build it yourself (super easy)

Download the source files (.zip)

Now to build it into a usable java file:

  • Unzip the downloaded zip file. (Either by right-clicking, or by using an online unzipping tool)
  • Open a terminal at the base folder command-block-ide-mc-release. (Mac: Right-click on the folder, click "New Terminal at Folder" | Windows: Right-click IN folder, click "Open in Terminal")
  • Type ./gradlew build and hit Enter.
  • Wait until the terminal says BUILD SUCCESSFUL in green. This might take a few minutes to complete, so be patient.

Congratulations!

  • The newly built mod is now in the command-block-ide-mc-release/build/libs/ folder.
  • The mod file's name is command-block-ide-untagged+1.cf91b09.dirty.jar. You can rename this to whatever you want though, as long as it still ends with '.jar'. Screenshot 2025-06-28 at 1 07 44 PM
  • Now you can simply drag this java file into the mods folder, and badda-bing, badda-boom! Mod installed!

Soniflare avatar Jun 28 '25 17:06 Soniflare

The code in the mc-release branch targets 1.21.10 now, so this PR is no longer needed

arm32x avatar Oct 23 '25 01:10 arm32x