OpenBlocks

OpenBlocks

56M Downloads

Crayon glasses recipes

mikeemoo opened this issue ยท 4 comments

commented

Hi boq, I have a feeling either the crayon glasses or the crayons recipes are a bit borked and only give cyan.

I can't test it right now but remember seeing it in creative (in NEI).

commented

Ahh ok I see. Bit confusing to the user, but I guess there's little we can do about it.

commented

Maybe custom NEI handler, that cycles through random colors? But they look little bit complicated... BTW, next time update your master, you have pushed broken commit again (/src/openblocks/client/ClientProxy.java is reverted to crashy version). I can do some rebase magic on it once I'm back from work.

commented

Hmm I thought something was up. Not sure whats causing this to happen. If you dont manage to fix it before me I'll take a look tonight if I have net access from the hotel

commented

Crayon glasses have custom recipe, since crayons can have any color (mixing!). NEI shows fake recipe for cyan one, because otherwise it wouldn't show anything at all. https://github.com/OpenMods/OpenBlocks/blob/master/src/openblocks/common/recipe/CrayonGlassesRecipe.java#L21