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.
#TConstruct custom casting recipe
12 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
event.add('forge:andesite_alloy', 'expanse:andesite_alloy')```
this is what I got for tag
I'm getting 0 errors
??neversay
Never say 'it crashed', 'it errored', or 'it didn't work' without providing the full scripts and log/crash report!
??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.
Paste version of server.log from @steady leaf
got it working