your current location:首页 > news>Try Groophite![GRT] Groophite Minecraft Game

Try Groophite![GRT] Groophite Minecraft Game

2024-12-10 17:49:13|Myriagame |source:minecraft skins

This tutorial is set by the author to use the CC by-NC protocol.

Maybe you see this MOD and his prospects, so do you plan to use it?

This tutorial just introduces a simple Groophite usage. It is best to look at the official Wiki. I will write this tutorial just because I saw this MOD's good features and most of the modules compatible with CRT.


What is it useful?

Of course, it was a magic change, but it used the Groovy language, which made me refreshed.

Compare CRT:

It can achieve the hot load of the event system!Although Zen Utils also (

It has its own code highlight/completion function!Although Probe has done it

It can automatically Import package!

Module compatible with most CRT support!Then why don't I use CRT directly?

So why not come to try it?


Preparation

You first need one to support Groovy's IDE (that is, the integrated development environment). The author himself recommends using the Intellij IDEA of Jetbrains.And he does not guarantee whether other IDEs can be used (

Intellij IDEA

After installing the IDEA, turn on the github of the module, click on the interface, and copy the COM folder of the root directory/src/main/java/under the game root directory/scripts/Groophite. Of course/Groophite directory creates one by yourself.

Github

Do you see the releases in the lower right corner? Click that latest version of the label, and then open this interface

Click on this source code again, download the source code of the module, and decompress the COM folder in the directory in the directory/src/main/java/under the file, copy it to the game root directory/scripts/Groophite.(Did you say no? Create a new one by yourself)

Open your IDE again (please ignore this IDEA version, you can use the latest version)

Use IDEA as a demonstration

Click Open or open the item (just open the file/folder function with your IDE) to open the game root directory/scripts/Groophite folder just now, right-click the file directory-mark the directory to-source (note: This is this is this is what is: this is what is: this is this is what is: this is this is what is: this is this is what is: this is the is: this is the: this is the is theIdea settings, I did not test other IDE).


Configure development language

This module requires Java SDK and Groovy SDK

Java SDK

That is, JDK, not JRE (Java operating environment), it is best to download JDK from Oracle officially, do not download on some strange websites and strange web disks!If the download speed of Oracle's official website is too slow, you can try Adoptium Mirror Station and choose your corresponding system.(Note: The author himself chooses the development environment and uses JDK 8. If you use higher or lower versions of JDK is not guaranteed!)

Grovy SDK

Grovy SDK is the development environment of the Groovy language. You can download it with the Apache Foundation Project. After downloading, find a place to decompress it at will.

Configure the IDE inner SDK

Use IDEA as a demonstration click Project Structure or project structure.

Use IDEA as a demonstration

Please select JDK 8 (that is, 1.8.x.xxx) at the SDK, and select 13 for language level.Then click OK.

At this point you create a new Groovy file in the directory. Open it, the IDE will prompt that the Groovy module is missing.

Use IDEA as a demonstration

Click Groovy SDK on the far right of the blue bar ...

Use IDEA as a demonstration at this time there will be a square

Select the first circle to use the library instead of downloading. If you select the error after using the library, click the creation button to select the directory of Groovy-4.0.3 (the Groovy folder) you just decompressed the Groovy-4.0.3, click OK.

This is all the functions of Groophite!Is Crafttweaker+Zen Utils+Probe?


Okay, the first issue is here, I will immediately renovate the tutorial of the next magic of the liver!