#Tinker's Construct alloy and casting errors

24 messages · Page 1 of 1 (latest)

fallen rivet
#

My custom alloy and casting table recipes aren't working and are causing errors

event.custom({
        type: 'tconstruct:alloy',
        inputs: [
            {
                amount: 90,
                fluid: 'tconstruct:molten_netherite'
            },
            {
                amount: 90,
                fluid: 'tconstruct:molten_ender'
            }
        ],
        result: { fluid: 'kubejs:celestial_fluid', amount: 180},
        temperature: 1400
    })

    event.custom({
        type: 'tconstruct:casting_table',
        cast: {
            tag: 'tconstruct:casts/multi_use/ingot'
        },
        cooling_time: 47,
        fluid: {
            amount: 90,
            fluid: 'kubejs:celestial_fluid'
        },
        result: {
            item: 'kubejs:celestial_compound'
        }
    })```
zealous siloBOT
#

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

fallen rivet
#

Error parsing recipe tconstruct:kjs/cw0y2i2q9qln4iaz9itzn6wiw[tconstruct:alloy]: {"type":"tconstruct:alloy","inputs":[{"amount":90,"fluid":"tconstruct:molten_netherite"},{"amount":90,"fluid":"tconstruct:molten_ender"}],"result":{"fluid":"kubejs:celestial_fluid","amount":180},"temperature":1400}: An ingredient entry needs either a tag or an fluid

Error parsing recipe tconstruct:kjs/p81erfoocw0h0wnzk0l1e1j9[tconstruct:casting_table]: {"type":"tconstruct:casting_table","cast":{"tag":"tconstruct:casts/single_use/ingot"},"cast_consumed":true,"cooling_time":47,"fluid":{"amount":90,"fluid":"kubejs:celestial_fluid"},"result":{"item":"kubejs:celestial_compound"}}: An ingredient entry needs either a tag or an fluid

#

It says I need a tag or a fluid but i did use a fluid

patent igloo
#

tinkers on 1.20.1 fabric?

fallen rivet
#

hephaestus, fabric port

#

none of the tags or namespaces are changed though

#

cause i made melting work

#

let me try and give my fluids tags and use that

patent igloo
#

yeah try that

fallen rivet
#

also are the fluid amounts actually that big in 1.20.1

#

all i could find was the 1.19.2 github with the json

patent igloo
#

they are generally

#

fabric uses 81 for a millibucket

fallen rivet
#

ah, i guess thats why my melting recipes say droplets

patent igloo
#

so 8100 = 100 millibuckets

#

iirc

fallen rivet
#

how much is for an ingot for reference?

patent igloo
#

9000

fallen rivet
#

got it

#

ty and ill see if using a custom tag works

#

it works!

#

it hates fluids apparently

#

even its own fluids