Download GTM Visual Recipe Editor — Minecraft Mods — ModStock

GTM Visual Recipe Editor

Active

Downloads

0

Last update

5 months ago
Client

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)

Project members
nutant233

nutant233