jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Dynamo Additions (Compression) #717

Closed Fortist closed 5 years ago

Fortist commented 5 years ago

For some reason, when adding a fuel to the compression dynamo, nothing happens. The log says "Altering CompressionDynamo Recipe(s) for " While in game it isnt added to JEI for reference or is it allowed to be bucketed/piped in Plus all the Dynamo documentation is literally copy pasted for all of them changing only the machine/call, so Im unsure if thats all that needs to be added to the recipe line.

I started with just this line CompressionDynamo.addFuel(<liquid:biofuel>, 160); (Imported the mod.thermal~etc) and then tried this line mods.thermalexpansion.CompressionDynamo.addFuel(<liquid:biofuel>, 160); and neither seem to work.

Though, I just realized I didnt Import ILiquidStacks, so ill test that a bit later to see if that changes anything.

jaredlll08 commented 5 years ago

We simply pass the info to Thermal, if you are not getting errors in any of the logs (which you didn't give us) then there is nothing wrong on our side, and you need to report to thermal.

Fortist commented 5 years ago

There is no error in the log, but okay I guess it's on thermal's side.

Fortist commented 5 years ago

Heres the Big Dick log that you wanted https://pastebin.com/g7Ms1iJf