#Weird Client - JEI interaction?

46 messages · Page 1 of 1 (latest)

wooden compass
#

So I'm making a Mysterious Conversion entry for the Mysterious Cube from AE2, but it seems to duplicate itself sometimes, I think on world load. As per usual, I have no idea why this is happening, so I came for insight.
Code:

//client_scripts
let ConversionCategory = Java.loadClass('com.simibubi.create.compat.jei.category.MysteriousItemConversionCategory')
let ConversionRecipe = Java.loadClass('com.simibubi.create.compat.jei.ConversionRecipe')

ConversionCategory.RECIPES.add(ConversionRecipe.create('ae2:fluix_block', 'ae2:mysterious_cube'))```
*JEI screen after hitting R on Mysterious Cube:*
vital runeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

wooden compass
simple shoreBOT
#

Paste version of client.txt from @wooden compass

whole frost
#

try put it in a event

simple shoreBOT
#

This is a list of all the events. Choose your version.

whole frost
#

ClientEvents.init maybe

wooden compass
#

That sadly removes the entry from JEI

#

Nothing notable in the log

whole frost
#

very weird

#

jei add items event?

wooden compass
#

Same problem

#
JEIEvents.addItems(z =>{
let ConversionCategory = Java.loadClass('com.simibubi.create.compat.jei.category.MysteriousItemConversionCategory')
let ConversionRecipe = Java.loadClass('com.simibubi.create.compat.jei.ConversionRecipe')

ConversionCategory.RECIPES.add(ConversionRecipe.create('ae2:fluix_block', 'ae2:mysterious_cube'))
})```
whole frost
#

if u add a console.log to there, does it show up in the latest.log multiple times?

wooden compass
#

It does not log at all
It logs once

whole frost
#

huh

wooden compass
#

I can drop the latest.log in if you need

whole frost
#

does create add anything to the mysterious conversion category itself?

wooden compass
#

Uhh, good question, not sure

#

I'm not very knowledgeable on the mod stuff, I just copied what is on the create addon's mod page and modified it for kjs 6

whole frost
#

check the jei category

#

if there is stuff from create there, then create adds stuff

#

if the stuff from create is also duping itself then its probably a bug with create

wooden compass
#

Like, the info category?

#

Or the mysterious category?

#

If you mean the mysterious category, then yeah there's stuff there from Create

#

No way they'd add stuff to JEI info, they have custom tooltips for that

whole frost
#

the category this whole conversation is about

wooden compass
#

Mysterious then, yeah. Blaze burner and haunted bell it adds

#

Not exactly sure what caused that... I got nothing earlier

whole frost
#

so is it still duping if u reopen the world?

wooden compass
#

Give me a minute to check

#

It is still duping yes

whole frost
#

and is it logging more than once after relogging the world?

wooden compass
#

Still only one in the latest.log from before

whole frost
#

that is incredibly odd

wooden compass
#

Should I take it up with Create? I assume this is their bug

whole frost
#

are the create recipes also duping?

wooden compass
#

Doesn't look like it

whole frost
#

that is so weird

wooden compass
#

Same with several addons for it I have

#

I'm gonna go sleep, I'll make an issue on their tracker whenever I have time and see if it's their problem. Could be JEI's I assume, idk

#

Thank you for your support so far

whole frost
#

accordong to everything i can see, it shouldnt be happening
it only logs once, it uses basically the same code as create and create doesnt dupe

#

last thing to try would be putting it in startup