#Most gtceu recipes are gone after reloading?
39 messages · Page 1 of 1 (latest)
log
Latest and Kube server
I had this issue with kube.js files being different between server and client
I don't have this issue but I am having issues with inconsistencies between first load and post-/reload
Well I know that that isnt the issue, since I havent changed anything and now it does kind of not work anymore... Which is wierd
(I now created a new profile and it does seem to be fixed, maybe there is some kind ofmod conflict that is causing it for whatever reason imaginable)
Are they only gone in your recipe viewer, or do they also not work in machines anymore? Also, which recipe viewer are you using?
they kill the machine and also do not show in JEI anymore
So its like the recipe is non existent
Ok that‘s even more serious than the jei/rei bug then

Cause that one has started popping up again lately iirc
Also wierd is, ive taken all my scripts and put them into a new profile launched it and it works, there might just be some wierd mod conflict or smth
(New profile might not have the issue mod or whatever, didnt exactly copy it)
Can confirm this happens in 1.20.1, independent of modlist (Found an issue on Github, dont think any JEI devs have commented on it so im gonna say it getting fixed anytime soon is wishful thinking)
Hmm can you manage to reliably reproduce the issue by chance?
Havent noticed it in a bit but thats also because I supplemented it with EMI which fixed the issue for most vanilla-style recipes. I can probably disable EMI and see what goes missing
Ill take a look once im back at my place in about half a day
@karmic rock forgot about this, I'll see if I can cause a sample tonight though I dont know if there's any reliable way to cause it on purpose
Well, for me its still not fixed and even happend a 2nd time on a whole new profile
and i got fr no more idea why it does it or what is causing it
but its really just all of the GT recipes and multiblocks that are gone
and even before the reload some of the recipes are already gone after startup bro im so confused
are they gone gone or just gone from JEI?
I tracked it down to the gtceu_ui editor
ghuh
It appears If I make a new Recipe Type UI for the Multis they either do not accept it or just right our get deleted ingame but Not the folder which is hella wierd
what folder are you putting them in
[15:35:55] [Render thread/ERROR]: Caught an error from mod plugin: class com.gregtechceu.gtceu.integration.jei.GTJEIPlugin gtceu:jei_plugin
java.lang.IndexOutOfBoundsException: Index 4 out of bounds for length 4
at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) ~[?:?]
at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) ~[?:?]
at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) ~[?:?]
at java.util.Objects.checkIndex(Objects.java:361) ~[?:?]
at java.util.ArrayList.get(ArrayList.java:427) ~[?:?]
at com.lowdragmc.lowdraglib.utils.TagOrCycleFluidTransfer.getFluidInTank(TagOrCycleFluidTransfer.java:65) ~[ldlib-forge-1.20.1-1.0.25.g.jar%23757!/:?]
found the error at least
ohhh
you have too many fluid slots
the recipe type only has 4 and you're trying to add 5+
Sorry im on Phone thunderstorm took Out the connection,
in ldlib/assets/gtceu/ui/recipe_type
[15:35:51] [Render thread/ERROR]: Multiblocks/Presure_rec_chamber.js#15: Could not create ID from 'com.gregtechceu.gtceu.api.machine.multiblock.PartAbility@664a69d1'!: Non [a-z0-9/._-] character in path of location: minecraft:com.gregtechceu.gtceu.api.machine.multiblock.PartAbility@664a69d1
[15:35:51] [Render thread/ERROR]: net.minecraft.ResourceLocationException: Non [a-z0-9/._-] character in path of location: minecraft:com.gregtechceu.gtceu.api.machine.multiblock.PartAbility@664a69d1
also that
you're trying to set a machine's id to a part ability
which is very much wrong