Don`t work ThermalExpansion - Fluid Transposer
Tsyklop opened this issue ยท 19 comments
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.pngModTweaker2-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.
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.pngModTweaker2-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.
TE errors in the log no.
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.
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.
@jaredlll08 I copied the text from the wiki and it does not work either.
@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);
@Tsyklop Your Example is for addExtractRecipe not addFillRecipe, they have a different Parameter Order.
@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 ...
@jaredlll08 Okey. look this: https://youtu.be/a8ljn8SDj5Q
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)
SEE @Yulife I TOLD YOU! DON'T UPDATE THE DOC FOR UNRELEASED VERSION! >:(
@Voidi please give a link to Jenkins
Dude, didn't you read the Bug Reporting Guidelines?
@Yulife read
@Yulife Okey. Thx