Every Compat (Wood Good)

Every Compat (Wood Good)

28M Downloads

[๐Ÿž]: Enderscape Murublight Shelf bug

Closed this issue ยท 1 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.21.1 - FABRIC

EveryCompat Version

everycomp-1.21-2.10.8-fabric

Moonlight Lib Version

moonlight-1.21-2.19.4-fabric

Issue with mods

Enderscape (enderscape-fabric-1.0.5+mc1.21.1)
Another Furniture (another_furniture-fabric-4.0.0)

Enderscape has the wood type and Another Furniture has the shelf.

Issue Detail

Enderscape has a block called Murublight Shelf, which is a shelf mushroom that grows off of end islands, as well as large Murublight Chanterelles, a new end "tree" the mod adds, with its own wood type of the same name.

The problem arises when combined with Another Furniture and Every Compat, where the Murublight Shelf from Enderscape COMPLETELY overrides the Murublight Shelf added by Every Compat for Another Furniture, causing the AF Murublight Shelf to not generate and therefore not be added.

Theres a possibility that this effects any version that has both Every Compat and Enderscape, and any mods supported by Every Compat that add shelfs.

OPTIONAL: Latest.log | Crash-report Attachment

No response

OPTIONAL: To Produce

No response

commented

hmm Interesting. i'll look into this now.

EDIT:
Ok i understand now. It wasn't override, it was skipped. EveryCompat has a duplication system that prevent a case like this: murublight_shelf from EveryCompat will be not generated if Enderscape has the same block with same name, murublight_shelf

it's done and fixed