Created
June 10, 2019 16:54
-
-
Save Nithanim/24d2c462b1d6f441aae2a0227325f87d to your computer and use it in GitHub Desktop.
Crafttweaker: Adds liquid pyrotheum as valid fuel to the tinkers construct smeltery.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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