Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞]: BetterNether - Missing Blocks from Macaw's Roofs #817

Closed
4 tasks done
Sansomeness opened this issue Feb 17, 2025 · 6 comments
Closed
4 tasks done

[🐞]: BetterNether - Missing Blocks from Macaw's Roofs #817

Sansomeness opened this issue Feb 17, 2025 · 6 comments
Labels
1.20.1-FABRIC Minecraft Version bug Something isn't working status: done The issue is finished & it'll be in next version
Milestone

Comments

@Sansomeness
Copy link

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

everycomp-1.20-2.7.16-fabric

Moonlight Lib Version

moonlight-1.20-2.13.65-fabric

Issue with mods

BetterNether 9.0.10
Macaw's Roofs 2.3.1

Issue Detail

Multiple roof blocks are not present in the game at all:

  • Stalagnate Roof
  • Wart Roof
  • Willow Roof
  • Nether Reed Roof

And these can be found with EMI, but cannot be found in the creative menu:

  • Anchor Tree Steep Top Roof
  • Mushroom Fir Steep Top Roof
  • Nether Sakura Steep Top Roof
  • Rubeus Steep Top Roof
  • Stalagnate Steep Top Roof
  • Wart Steep Top Roof
  • Willow Steep Top Roof
  • Nether Reed Steep Top Roof
  • Nether Mushroom Steep Top Roof

Note: all of these are log/not-plank variants. The plank roofs appear just fine.

OPTIONAL: Latest.log | Crash-report Attachment

No response

OPTIONAL: To Produce

No response

@Sansomeness Sansomeness added the bug Something isn't working label Feb 17, 2025
@github-actions github-actions bot added the 1.20.1-FABRIC Minecraft Version label Feb 17, 2025
@Xelbayria Xelbayria added this to the 1.20-2.7.17 milestone Feb 17, 2025
@Xelbayria
Copy link
Collaborator

Xelbayria commented Feb 17, 2025

Ok found the problem and it's an easy fix. According to the log:

[11:46:59] [Render thread/ERROR]: Creative tab cant be null. Found null one for entry set upper_steep_roof

That's why the block wasn't added to creative inventory/menu

@Xelbayria
Copy link
Collaborator

FIXED in v2.7.17

@Xelbayria Xelbayria added the status: done The issue is finished & it'll be in next version label Feb 17, 2025
@Sansomeness
Copy link
Author

The steep roofs are now indeed now in the creative menu, thank you for fixing that, but that was only half my issue. The standard roofs for Willow, Stalagnate, Wart, & Nether Reed are still missing from the game entirely.

@Xelbayria
Copy link
Collaborator

are these Willow, Stalagnate, Wart, & Nether Reed woodTypes, if yes, then i need the Ids

@Sansomeness
Copy link
Author

They are woodTypes. Their Ids are (i think):
betternether:willow
betternether:stalagnate
betternether:wart
betternether:nether_reed

The problem might be that BetterNether adds some roof tile blocks that have similar block ids to what Every Compat would generate.

@Xelbayria
Copy link
Collaborator

The problem might be that BetterNether adds some roof tile blocks that have similar block ids to what Every Compat would generate.

I am thinking the same thing. that's why i am checking to see that's possible or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20.1-FABRIC Minecraft Version bug Something isn't working status: done The issue is finished & it'll be in next version
Projects
None yet
Development

No branches or pull requests

2 participants