#custom tinkers construct fuel

8 messages · Page 1 of 1 (latest)

vague shell
#

is there a way to make a custom liquid and have it work as a tinkers construct fuel for smeltery and foundry? i set the .temperature to 2000 but it didnt seem to work as fuel

iron willowBOT
#

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

jagged sigil
#

datapacks

#

which can be done using the data folder, using event.custom or using the datapack events

#
{
  "type": "tconstruct:melting_fuel",
  "duration": 150,
  "fluid": {
    "amount": 50,
    "fluid": "tconstruct:blazing_blood"
  },
  "temperature": 1500
}
vague shell
#

ok

#

thx