Doggy Talents

Doggy Talents

27M Downloads

Missing Bed recipe in JEI, NEI and similar mods in all builds

NovaViper opened this issue ยท 14 comments

commented

In the latest build (1.14.0.200) for all MC versions, the bed recipe is missing

commented

Just want to add an update here that the bed shows up in jei for me on 1.12.2. There is no crafting recipe and if I cheat it in and try to place it the texture is missing (black and purple sadface)

commented

Are you sure, i can't test right now? It will not show up in NEI or other equivalent mods. Just try it in the crafting table.

commented

It doesn't seem to show up in JEI.. I'm seeing now if it registers in the crafting table

commented

Huh, it does work. But for some reason, JEI will not display it. I'll change the issue name

commented

It is because it is not a shaped recipe, it is a custom recipe so NEI etc dont know what do, there is an api in NEI and prob JEI for that matter which allow you to add custom recipe types.

commented

Oh, then shouldn't we set it to a shapeless or make it a shaped recipe?

commented

Hm, did we ever figure out how to fix this bug?

commented

Hm, there's something more in this problem, it seems to affect all the 1.12 versions, as said in #60

commented

Why not just make it a normal shaped recipe ?

commented

@Thyriel Yeah.. though I thought systems like JEI register shapeless recipes?

commented

They do but shapeless recipes are recipes where the order of items is not relevant (e.g. 3 copper dust + 1 tin dust = 4 bronze dust, regardless of where you give the inputs into the 3x3 crafting grid). Afaik they can only contain a max of 4 different input items (=no crafting table required) and won't work correctly for a recipe like your bed that uses all 9 input slots.
If you want to do that "shapeless" you would need to change it so it accepts a stack of 7 logs and a stack of 2 wool as input, then JEI would should register it. But that also means that you don't need a crafting table to make it.

commented

Not sure how other mods really do it (especially in 1.12 as i heard item registration changed a lot in forge) to make multiple similar items with different colors but i always thought it's just technically seperated shaped crafted items that share an oreDict name (so other mods have it easier identifying them as the "same kind of item").

commented

Hm.. I think it should be set to a shaped recipe then. Unfortunately, my main PC has been completely wiped clean (meaning I lost all of the eclipse configurations) and I'm still in the middle of installing my main programs back onto it

commented

The bug also occurs with the 1.12 crafting book