Open FooterManDev opened 1 year ago
Do you have textures for these blocks, or are they using the tint system?
Tint system.
Could you try with a texture please. I have a suspicion that these 2 mods are not taking cutout blocks into consideration maybe.
I cannot modify the block textures. I assume EE generates assets later than everything else, because adding the resource via resource pack or Kube doesn't modify the texture.
Using a Resource Pack or KubeJS to add textures should work. Please see example how Enigmatica team are using KubeJS for textures: https://github.com/EnigmaticaModpacks/Enigmatica9/tree/master/kubejs/assets/emendatusenigmatica/textures/blocks
That unfortunately does not work. The block is still unchanged.
You need to remove the color
from the JSON file
Did that fix the issue with the rendering in JEI Recipes?
Removing color
did fix the resource issue.
Additionally, it renders correctly in the JEI recipe.
Out of curiosity, could you please test with Mangrove Roots or Oak Leaves as a block, and see if that works. If I recall correctly Mangrove Roots are CUTOUT as well similar to EE Tint Blocks. My suspicion is that the mod devs didn't take CUTOUT blocks as a valid render block in their JEI Recipe, so testing these Vanilla blocks should help confirming that.
I deeply apologize for my absence, I forgot about this thread. This is a recipe with Oak Leaves and Mangrove Roots (Not re-textured EE blocks, the actual blocks)
Issue description
When EE Blocks are involved with recipe types
compactcrafting:miniaturization (Compact Crafting)
andanything with Lychee
They render with incorrect textures. Example: Texture is supposed to be Green, as shown in the index to the right. Another example: Colors are correct, but the texture is broken.Miniaturization screenshot goes dead in 31 days, sorry! Github won't let me upload two images.
Steps to reproduce
Install either mods mentioned, and JEI. Create a Recipe requiring an EE Block. (Datapack or KubeJS) View result in JEI.
Minecraft version
1.19.2 (Latest)
Forge version
43.2.8
Emendatus Enigmatica version
2.1.x (Latest)
Other relevant versions
JEI - 11.6.0.1015 Compact Crafting - 3.1.0 Lychee - 3.11.0
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response