GTM Visual Recipe Editor

Quick rating

Community listing page, reviews here may not be monitored by the author.

GTM Visual Recipe Editor

No reviews yet

A convenience tool provided for GTM modpacks authors

Mod Loaders
Minecraft

About

Description

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)