promotional bannermobile promotional banner

GTM Visual Recipe Editor

A convenience tool provided for GTM modpacks authors

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)

The GTM Visual Recipe Editor Team

profile avatar
  • 3
    Followers
  • 5
    Projects
  • 806.6K
    Downloads

More from nutant233View all