Refined Storage

Refined Storage

77M Downloads

Better GameStages support

Chunkimunki opened this issue · 14 comments

commented

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

  • Minecraft: 1.12.2
  • Forge: forge-14.23.5.2831
  • Refined Storage: 1.6.14

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

commented

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.

commented

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?

commented

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

commented

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' !?

commented

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

commented

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!

commented

great.
duplicate of #1991

commented

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!

commented

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.

commented

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

commented

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

commented

@raoulvdberge ¿can you fix this bug please?

commented

Hi it seems that this is still an issue with:

  • Minecraft 1.12.2
  • Forge-14.23.5.2854
  • GameStages-1.12.2-2.0.123
  • refinedstorage-1.6.16

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

commented

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...