Every Compat (Wood Good)

Every Compat (Wood Good)

28M Downloads

[๐Ÿž]: non-vanilla Tiki Torches not craftable

Burgersim opened this issue ยท 13 comments

commented

Code of Conduct

  • Always check you are using the latest version of the mods and its dependencies
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)

1.20.1 - FABRIC

EveryCompat Version

1.20-2.7.15

Moonlight Lib Version

1.20-2.13.58

Issue with mods

I was trying to craft Tiki torches from other woods, such as from bewitchment or terrestria/traverse mods, but the recipe shows in EMI/JEI, but when putting it in the crafting table I don't get an output. It does however work with the vanilla woods (like for example dark oak).

Issue Detail

Image

Image

OPTIONAL: Latest.log | Crash-report Attachment

No response

OPTIONAL: To Produce

No response

commented

Updated your EC to v2.7.16 and Moonlight Lib to v2.13.65

I need to know whether the issue persist or not.

EDIT:
if you have VMinus mod installed, then remove it.

EDIT 2: ignore โ˜๐Ÿป, it's only available for FORGE, not for FABRIC

commented

@Burgersim I'm going to take a look at this issue and see if i can replicate the issue on my side.

commented

I cannot replicate the issue on my side. You need to update EveryCompat and Moonlight lib to the latest version. If your issue is not resolved, then one of the mods (like VMinus) may be preventing the recipe generation from working properly.

commented

I have just managed to update to the latest versions for 1.20.1 and the issue still persists unfortunately...

And I have no idea what VMinus is, but I'm pretty sure I'd know if I had installed it, so I probably haven't.

commented

nvm, Vminus is a mod for forge 1.20.1 and it simply screw up the EC's recipe generation. it's incompatible.

Can you run with just

  • EC
  • Macaw's Light & Lamps
  • wood mods (biomes o' plenty or other mods)

If you have no problem, then add the 1 of mods at a time until you cannot craft the tiki. once you find the culprit mod, let me know.

commented

nvm, Vminus is a mod for forge 1.20.1 and it simply screw up the EC's recipe generation. it's incompatible.

Can you run with just

  • EC
  • Macaw's Light & Lamps
  • wood mods (biomes o' plenty or other mods)

If you have no problem, then add the 1 of mods at a time until you cannot craft the tiki. once you find the culprit mod, let me know.

Ah ok, I definitely wouldn't have installed that then, I'm on the fabric mod loader.

I can try it again and will let you know

commented

๐Ÿ‘๐Ÿป i will wait for more info with the problem above. This issue is the last bug so i can finish and upload the newer version of EC to Curseforge/Modrinth.

commented

Ok I may have found the culprit. If I disable/enable the mod "Diagonal Fences" it seems that the torches become craftable/uncraftable again. No idea what the problem might be tho, I didn't think that mod would actually mess with any recipes...

https://modrinth.com/mod/diagonal-fences

commented

oh wow. Diagonal Fences. I had no idea it would mess with the recipe generation, either. I'll check on my side.

commented

Ok, it does screw up the recipe but i think I know why.

The recipe generation doesn't modify the oak_fence to other woodType fence.

EDIT:
It's a long story but this will take a while to investigate and hopefully can be fixed.

commented

Btw, idk if you should, but there are also two other mods (Diagonal Walls and Diagonal Windows) that are made by the same creator, so maybe you'd need to take a look at those too? Just to see if they also have an impact on any recipes?

commented

I"m aware of these 2 mods. I'll tell you what's going on. The recipe to craft Tiki require FENCE. Somehow the Diagonal Fences is causing the EC to try retrieve the WoodType's children (one of them is fences) only to be returned with "NULL".

that mean the original ingredient is left unmodified, oak_fence.

these 2 mods should be fine unless there are other mods that use windows or wall as an ingredient to craft a block/item

commented

FIXED in Moonlight Lib v2.13.70


Moonlight lib did not detect the generated block from Diagonal Fences (this is why EveryComp was trying to retrieve the block only to be returned with "NULL").