ServerEvents.recipes(event => {
event.custom({
"type": "tconstruct:alloy",
"inputs": [
{
"amount": 80,
"tag": "forge:molten_aluminium"
},
{
"amount": 32,
"tag": "forge:molten_obsidian"
},
{
"amount": 32,
"tag": "forge:molten_steel"
}
],
"result": {
"amount": 32,
"fluid": "gtceu:alumite"
},
"temperature": 605
})})
ServerEvents.recipes(event => {
event.custom({
"type": "tconstruct:casting_table",
"cast": {
"type": "tconstruct:material",
"item": "tconstruct:large_plate"
},
"cast_consumed": true,
"cooling_time": 57,
"fluid": {
"amount": 1152,
"fluid": "gtceu:alumite"
},
"result": "tconstruct:large_plate_cast",
"switch_slots": true
})})
#Tconstruct recipe doesnt do anything
6 messages · Page 1 of 1 (latest)