Create Sifting

Create Sifting

2M Downloads

create sifter giving error with crafttweaker

Cloudy-Q opened this issue ยท 1 comments

commented

Describe the Bug

Im using the exact same code used in the example provided on the curseforge website and im getting an error message:

[ERROR]: Error while running scripts: sifter_recipes.zs:9:55: ) expected

My code is written like this:

import mods.createsifter.SiftingManager;

recipetype:createsifter:sifting.addRecipe("gravel_string_mesh",
[item:create:copper_nugget % 15,
item:create:zinc_nugget % 10,
item:minecraft:gold_nugget % 3,
item:create_wt:diamond_nugget % 1,
item:create:experience_nugget % 40],
[item:minecraft:sand],item:createsifter:string_mesh], 600, true, 1);

Reproduction Steps

i do have a few mods but with vanilla items as well, just input the code and see if its just an issue with my coding

Expected Result

create sifter recipes should be added, no conflicts should be present.

Screenshots and Videos

sifter error

Crash Report or Log

No response

Operating System

Windows 10 Pro

Mod Version

1.20.1-1.8.1.e-22

Minecraft Version

1.20.1

Forge Version

47.3.0

Other Mods

No response

Additional Context

No response

commented

...... as i look through my code further, i am an idiot... thank you for my ted talk