Skip to content

Instantly share code, notes, and snippets.

@Nithanim
Created June 10, 2019 16:54
Show Gist options
  • Save Nithanim/24d2c462b1d6f441aae2a0227325f87d to your computer and use it in GitHub Desktop.
Save Nithanim/24d2c462b1d6f441aae2a0227325f87d to your computer and use it in GitHub Desktop.
Crafttweaker: Adds liquid pyrotheum as valid fuel to the tinkers construct smeltery.
//First argument is how much is consumed (in millibuckets) in one go and the second how long it lasts (in ticks). NOT balanced, just an example
mods.tconstruct.Fuel.registerFuel(<liquid:pyrotheum> * 50, 25);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment