Mineuniverse
Log in Register
Mods

GTM Visual Recipe Editor

A convenience tool provided for GTM modpacks authors
by nutant233
Download Claim this project
1,816 downloads
0 likes
Updated Jul 6, 2026
0 hypes
KubeJS

How to use it: Locate the item named "Recipe Editor" in the GTM Items tab, right-click on any machine, crafting table, or furnace to open an editing interface. Fill in the parameters, populate the items or fluids, and then export. The exported content can be found in logs/kubejs/server.log.

Example

event.shaped("minecraft:heart_of_the_sea", [
    "ABA",
    "BCB",
    "ABA"
], {
    A: "gtceu:osmium_foil",
    B: "gtceu:dense_obsidian_plate",
    C: "gtceu:flawless_lapis_gem"
})

Example

event.recipes.gtceu.assembly_line("dragon_head")
.itemInputs("minecraft:wither_skeleton_skull")
.itemInputs("4x gtceu:obsidian_plate")
.itemInputs("4x gtceu:ender_pearl_plate")
.itemOutputs("minecraft:dragon_head")
.inputFluids("gtceu:redstone 1000")
.inputFluids("gtceu:blaze 1000")
.EUt(480)
.duration(4000)

gtmvisualrecipeeditor-1.1.0.jar
MC 1.20.1, Forge
Release 2025-08-30 Get

More from nutant233

Fast Recipe Search
639,962
Infinite Storage Cell
51,343
Fast NBT
491,938
Fast Tag
12,618

You Might Also Like

Theurgy KubeJS
Theurgy KubeJS provides KubeJS integrations for Theurgy.
9,503,452
EntityJS
This mod uses KubeJS to dynamically register entities with full AI/Animation/Spawn Control support!
8,731,173
KubeJS TFC
KubeJS TFC integration
919,127
Forbidden Arcanus JS
Forbidden and Arcanus kubejs Compatibility
97,097
Immersive Engineering JS
kubejs compat for ie
94,624
KubeJS REI Runtime
Allows KubeJS to hide and show items from REI dynamically
89,244