refinedstorage icon indicating copy to clipboard operation
refinedstorage copied to clipboard

Better GameStages support

Open Chunkimunki opened this issue 5 years ago • 14 comments

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

Chunkimunki avatar May 03 '19 16:05 Chunkimunki

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.

Darkere avatar May 03 '19 16:05 Darkere

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?

Chunkimunki avatar May 03 '19 16:05 Chunkimunki

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

Darkere avatar May 03 '19 17:05 Darkere

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

Chunkimunki avatar May 03 '19 17:05 Chunkimunki

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

Darkere avatar May 03 '19 17:05 Darkere

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!

Chunkimunki avatar May 03 '19 18:05 Chunkimunki

great. duplicate of #1991

Darkere avatar May 03 '19 19:05 Darkere

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!

Chunkimunki avatar May 03 '19 19:05 Chunkimunki

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.

Darkere avatar May 03 '19 19:05 Darkere

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

raoulvdberge avatar May 05 '19 17:05 raoulvdberge

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

Tntdruid avatar May 05 '19 17:05 Tntdruid

@raoulvdberge ¿can you fix this bug please?

Zarpyk avatar Apr 28 '20 21:04 Zarpyk

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?

mattieboy079 avatar Dec 14 '20 10:12 mattieboy079

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

Darkere avatar Dec 14 '20 13:12 Darkere