just CTGUI

Published by 300f20t on
Share this on:
Downloads:
277
Upvotes: 10
Project status
Stable
License
MIT License
Modification type
Supported Minecraft versions
1.20.1

Jump to downloads


 

What is this mod and how to use it?

The Just Craft Tweaker GUI mod provides a visual recipe editor in minecraft using Craft Tweaker and a simple Zen Script programming language. To be more precise, it is not an additional mod for Craft Tweaker, but simply adds a visual editor to the game and automatic code generation in Zen Script.

It is very easy to use this mod, it is enough to install the mod on the server and client, if desired, you can install Craft Tweaker for ease of development, but this is optional. Thanks to this, you can start creating your own recipes for assembly even before the official release of Craft Tweaker on this version. Thus, the recipes will not work in the game, but when the craft tweaker is installed, they will all work.

After installing JCTGUI and CT on the server and client, you can start creating the first recipe. To do this, open the chat and register the beginning of the command "/ctgui" and press the space bar. Then you will have several options for crafting blocks. At the moment, only "crafting_table" is supported and press the space bar. Next, you need to select an action. At the moment, you can only "open". As a result, our command should look something like this before executing:

 /ctgui crafting_table open

Then we will open the GUI itself. Before opening, take the items from which you want to craft into your inventory. When the GUI is open, you can see an interface similar to crafting table, in which you need to lay out the recipe. Creating using items from other mods is possible, but errors may occur. When you have posted your recipe, you can click the Generate button to generate Zen Script code. The generated code will appear in your chat and you can check it for errors if you understand this language. Then you can click the Save button and the recipe will be automatically saved to the Scripts folder called generated1.zs. It is not possible to choose the name of the recipe and file manually yet, and this happens automatically.

Now that the recipe has been created, you need to update the list of Craft Tweaker recipes. This can be done by logging back into minecraft or by running the command below:

/reload

A little history of creation and plans for the future.

This mod was created by me for myself and was supposed to help me create my minecraft builds, but soon a bug occurred, because of which I could not continue development. And today, as I write this, I fixed this bug and improved the code generation mechanism.

Here are some plans for the future and a roadmap for the development of the mod, the elements in it are distributed according to the degree of importance and complexity of implementation:

1. Support for the number of items as a result of the recipe. - Done

2. Adding support for shapeless recipes to the crafting table. - Done

3. The ability to rename the file and the recipe name directly from the GUI. - Done

4. Adding support for more vanilla blocks for recipes. 

5. The ability to use other Zen Script functionality.

6. Removing Vanilla Recipes.

My discord server: https://discord.gg/y3xkvMrYt6

-This mod is not maintained or supported by the the creators of  Craft Tweaker.

Modification files
Just_CTGUI_0.0.7_release_1.19.2.jar - Downgraded to 1.19.2.Uploaded on: 02/09/2024 - 13:50   File size: 92.42 KB
Just_CTGUI_0.0.7_release_1.20.1.jar - Fix.Uploaded on: 01/27/2024 - 14:41   File size: 92.68 KB
Just_CTGUI_fabric_0.0.7_release_1.20.1.jar - 1.20.1 Fabric support.Uploaded on: 02/03/2024 - 15:17   File size: 92.17 KB
Just_CTGUI_0.1.0_alpha_1.20.1.jar - Added support for deleting vanilla recipes.Uploaded on: 02/25/2024 - 03:12   File size: 131.29 KB
Just_CTGUI_NeoForge_0.1.0_Alpha_1.20.4.jar - 1.20.4 NeoForge support.Uploaded on: 03/16/2024 - 20:05   File size: 136.73 KB
Changelog
  • 0.0.1 Alpha (1.19.2, 1.19.4) build 1

The first comit.


  • 0.0.2 Alpha (1.19.2, 1.19.4) build 2

1. Added full support for shapeless recipes and partial mirror shape. 2. Now the close button works. 3. The generation mechanism has been changed by adding a pre-generation mechanism.


  • Just CTGUI 0.0.3 Beta (1.19.2, 1.19.4) build 3

1. Added support for mirror shape recipes. 2. Now the number of items in the output slot will be saved. 3. Fixed version naming.


  • Just CTGUI 0.0.4 Beta (1.19.4) build 4

A few fixes.


  • Just CTGUI 0.0.5 Beta (1.20.1) build 5

Global migration to 1.20.1.


  • Just CTGUI 0.0.6 Beta (1.20.1) build 6

Added furnace support.


  • Just CTGUI 0.0.7 Release (1.20.1) 

Fix.


  • Just CTGUI Fabric 0.0.7 Release (1.20.1) 

1.20.1 Fabric support.


  • Just CTGUI 0.0.7 Release (1.19.2) 

Downgraded to 1.19.2.


  • Just CTGUI 0.1.0 Alpha (1.20.1) 

Added support for deleting vanilla recipes.


  • Just CTGUI NeoForge 0.1.0 Alpha (1.20.4) 

1.20.4 NeoForge support.