ModTweaker

ModTweaker

88M Downloads

Don`t work ThermalExpansion - Fluid Transposer

Tsyklop opened this issue ยท 19 comments

commented

2015-09-26_15 53 54

ModTweaker2-0.9.3, TE laset verion,
Script:
Transposer.addExtractRecipe(1000, <Railcraft:fluid.creosote.bucket>, <liquid:creosote>*1000, <minecraft:bucket>, 100);

commented

This is user error.

On Saturday, September 26, 2015, Tsyklop [email protected] wrote:

[image: 2015-09-26_15 53 54]
https://cloud.githubusercontent.com/assets/6783568/10117644/dbff3b82-6466-11e5-8cbf-dc1831b9ee7f.png

ModTweaker2-0.9.3, TE laset verion,
Script:
Transposer.addExtractRecipe(1000, Railcraft:fluid.creosote.bucket,
liquid:creosote*1000, minecraft:bucket, 100);

โ€”
Reply to this email directly or view it on GitHub
#249.

commented

Also PLEASE do not post a picture of the error, give us the Minetweaker.log
file. This is a final warning.

On Saturday, September 26, 2015, jared luboff [email protected] wrote:

This is user error.

On Saturday, September 26, 2015, Tsyklop <[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

[image: 2015-09-26_15 53 54]
https://cloud.githubusercontent.com/assets/6783568/10117644/dbff3b82-6466-11e5-8cbf-dc1831b9ee7f.png

ModTweaker2-0.9.3, TE laset verion,
Script:
Transposer.addExtractRecipe(1000, Railcraft:fluid.creosote.bucket,
liquid:creosote*1000, minecraft:bucket, 100);

โ€”
Reply to this email directly or view it on GitHub
#249.

commented

http://pastebin.com/GmYUjSwa

TE errors in the log no.

commented

Yes, but when you get an error saying "a method available, but none matches the parameters..." that means that there is a problem with your script.

commented

Yes, but when you get an error saying "a method available, but none matches the parameters..." that means that there is a problem with your script.

commented

This is user error. Your syntax is incorrect

commented

@jaredlll08 I copied the text from the wiki and it does not work either.

commented

@jaredlll08 It you have a problem ... even this does not work:
mods.thermalexpansion.Transposer.addExtractRecipe(2000, <minecraft:leaves>, <liquid:water> * 50, <minecraft:stick>, 100);

Although written in the wiki ..

Check again.

EDIT:
This work:
mods.thermalexpansion.Transposer.addFillRecipe(2000, <minecraft:gunpowder>, <minecraft:tnt> * 2, <liquid:redstone> * 100);

commented

@Tsyklop Your Example is for addExtractRecipe not addFillRecipe, they have a different Parameter Order.

commented

@Voidi I know .. I'm talking about what does not work "addExtractRecipe" which is even written in the wiki. So it's not my mistake ...

commented
commented

Assuming, you don't use a Dev Build from the Jenkis server, this our fault.
The Wiki was already updated to reflect the changes in the upcoming version.
The old Signature is addExtractRecipe(int energy, IItemStack input, IItemStack output, ILiquidStack liquid, int chance)

commented

SEE @Yulife I TOLD YOU! DON'T UPDATE THE DOC FOR UNRELEASED VERSION! >:(

commented

It's just motivation for you to release 0.9.4 ๐Ÿ˜‰

commented

@Voidi please give a link to Jenkins

commented

Dude, didn't you read the Bug Reporting Guidelines?

commented

@Yulife read

commented

By the way, don't use Jenkin builds in modpacks.

commented

@Yulife Okey. Thx