refinedmods / refinedstorage

An elegant solution to your hoarding problem.
https://refinedmods.com/refined-storage
MIT License
360 stars 177 forks source link

Better GameStages support #2229

Open Chunkimunki opened 5 years ago

Chunkimunki commented 5 years ago

Always want to use your mod over AE in any modpack - simply better altogether!

Issue description: cannot craft some items - inc. pattern making.

What happens: items are pulled into grid but no result craft item shown

Does this issue occur on a server? Don't know

Not a lot to go on but the logs don't show up any snags as far as I can see - soz

Darkere commented 5 years ago

Sounds like you broke the scripts for the pack. Did you remove something from the pack? That would be a possible reason.

Anyway unless these things are only not craftable in RS this is not an RS issue.

Chunkimunki commented 5 years ago

Thanks Darkere for your swift response. Haven't removed any thing from the pack just added RS and its addons. Crafting these items from Simple Storage Network Mod is unaffected - is this what you mean?

Darkere commented 5 years ago

Can you check if the recipes that don't work have some text above the crafting grid in JEI?

Chunkimunki commented 5 years ago

Just checked - trying to craft flux cores from Flux Networks - all the craft items are present but no cores and no text is apparent anywhere - weirdly the only thing I can craft ( from pattern ) is ' flux' !?

Darkere commented 5 years ago

The problem is probably with gamestages. Go into the file root/scripts/craftweaker/staging/containers.zs and add

ZenStager.addPackage("com.raoulvdberge.refinedstorage", ALL_STAGES); into the init function. Relaunch and check if it's still broken.

Edit: fixed path

Chunkimunki commented 5 years ago

Oh my lord you are a star! Totally able to craft said flux cores! Will continue to check further but so far so bloomin' good. Just for other RS devotees the path is \scripts\crafttweaker\staging\containers.zs

Many thanks indeed - you have made this modpack that much more enjoyable!

Darkere commented 5 years ago

great. duplicate of #1991

Chunkimunki commented 5 years ago

Sorry mate - thought I'd gone through relatively current issues but missed #1991. Anyhoo you gave the vital addition to the script to make it work and for that I/others(possibly) are eternally grateful! Cheers!

Darkere commented 5 years ago

There was really no way for you to figure that out no worries. I just linked in case someone stumbles on that issue as the solution for it is here.

raoulvdberge commented 5 years ago

I think I need to look into this bug more to support GameStages better.

Tntdruid commented 5 years ago

I made a refinedstorage.zs in \scripts\crafttweaker\staging\ so i wont lose it on pack updates :)

Zarpyk commented 4 years ago

@raoulvdberge ¿can you fix this bug please?

mattieboy079 commented 3 years ago

Hi it seems that this is still an issue with:

Is there also a solution for when zenstager is not present in the pack, or does the same solution work?

Darkere commented 3 years ago

Not that I know of. Although I have no idea how to configure ganestages.

The unlock all recipes for this container option might only be exposed by Zenstages and otherwise not configurable. Or there could be a cobfig option for it somewhere...