Recurrent Complex

Recurrent Complex

35M Downloads

Custom Item Generator not being created

fishmealx opened this issue ยท 3 comments

commented

It sort of works on single player, but when I make a custom item tag on the server, the corresponding generator (white/gray circle thingimajig) does not appear in NEI or the creative inventory.
In single player, only the most recently created generator works or appears. If I still have previously created generators in my inventory, shift+clicking a chest with them has no effect, but the most recently created one works.
Edit: It seems my most recently created single player tag also appears, but doesn't work in my multiplayer inventory, so I'm not sure how this thing plays with smp.

When I create a new one in smp, the server console says this (the only relevant log I could find):

[05:10:11] [Server thread/INFO] [reccomplex]: Replaced inventory generation comp
onent '1test'
[05:10:11] [Server thread/INFO] [reccomplex]: Replaced inventory generation comp
onent '2test'
[05:10:11] [Server thread/INFO] [reccomplex]: Replaced inventory generation comp
onent '5test'
[05:10:11] [Server thread/INFO] [reccomplex]: Registered generation component 'N
ewGenerator'
[05:10:11] [Server thread/INFO] [reccomplex]: Registered inventory generator 'Ne
wGenerator'
[05:10:11] [Server thread/INFO] [reccomplex]: Replaced inventory generation comp
onent 'test'
[05:10:11] [Server thread/INFO] [reccomplex]: Replaced inventory generation comp
onent 'test1'
[05:10:11] [Server thread/INFO] [reccomplex]: Replaced inventory generation comp
onent 'test4'

This part of the log was just me making a single new generator named "NewGenerator," so I'm not sure why it says all that. Afterward, the only white/gray generator I could see was "1test" which I made in single player. Of the smaller black item, I can see 5, all of which I made in single player. The "1test" can't shift+click items into a chest.

Edit: Here is a video of me in single player making 3 test tags and trying to generate them. Only the most recent one works properly.

commented

Posted anonymously on the wiki:

I added 2 components for a group, but I don't get any inventory generator with this, or, if I somehow do, it doesn't work

Comp code:

1 - 2

commented

Yeah, I was the anon poster, it was fixed in one of the nightly builds.

commented

Oh, cool. Closing this then.