#TConstruct custom casting recipe

12 messages · Page 1 of 1 (latest)

steady leaf
#
ServerEvents.recipes(event => {
    event.custom({
        type: 'tconstruct:casting_table',
        cast: {
            tag: 'tconstruct:casts/multi_use/ingot'
        },
        conditions: [
            {
            type: 'forge:not',
            value: {
                type: 'forge:tag_empty',
                tag: 'forge:ingots/andesite_alloy'
            }
            }
        ],
        cooling_time: 60,
        fluid: {
            amount: 90,
            tag: 'expanse:andesite_alloyfluid'
        },
        result: {
            tag: 'forge:ingots/andesite_alloy'
        }
    })
})```
This doesn't actually work I think it might be because my tag wont actually apply to my custom created fluid.
if anyone has made in 1.20 and figured it out please tell me.
tight terraceBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

steady leaf
#
event.add('forge:andesite_alloy', 'expanse:andesite_alloy')```
#

this is what I got for tag

#

I'm getting 0 errors

cloud schooner
#

??neversay

tidal wharfBOT
# cloud schooner ??neversay

Never say 'it crashed', 'it errored', or 'it didn't work' without providing the full scripts and log/crash report!

cloud schooner
#

??log server

tidal wharfBOT
# cloud schooner ??log server

You can find your KubeJS server log in /minecraft/logs/kubejs/server.log.
If you are on 1.18 or 1.16 it will be called server.txt.
Please send the file directly, without links or snippets.

steady leaf
tidal wharfBOT
#

Paste version of server.log from @steady leaf

steady leaf
#

got it working