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

[Bug]: wood type not registered? #132

Open
Jadan1213 opened this issue May 1, 2024 · 1 comment
Open

[Bug]: wood type not registered? #132

Jadan1213 opened this issue May 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Jadan1213
Copy link

Mod Version

2.2.0

Mod Loader

Forge

Mod Loader Version

42.2.17

What happened?

logs show an error with wood type parsed by amendments.

latest.log

[Render thread/ERROR] [Amendments/]: Vanilla wood type for wood ecologics:flowering_azalea was null. This is a bug
[30Apr2024 19:11:25.272] [Render thread/ERROR] [Amendments/]: Vanilla wood type for wood ecologics:azalea was null. This is a bug
[30Apr2024 19:11:25.276] [Render thread/ERROR] [Amendments/]: Hanging sign material for wood ecologics:coconut was null. This is likely due to some mod not registering their wood type properly by not adding it to the vanilla texture map
[30Apr2024 19:11:25.276] [Render thread/ERROR] [Amendments/]: Hanging sign material for wood ecologics:walnut was null. This is likely due to some mod not registering their wood type properly by not adding it to the vanilla texture map

@Jadan1213 Jadan1213 added the bug Something isn't working label May 1, 2024
@Gabitil
Copy link

Gabitil commented Dec 7, 2024

My log show the same error

Mod Version: 2.2.0
Forge: 47.3.11
Minecraft Version: 1.20.1

Log:

[13:04:18] [Render thread/ERROR]:Hanging sign material for wood ecologics:flowering_azalea was null. This is likely due to some mod not registering their wood type properly by not adding it to the vanilla texture map. Sheets.getHangingSignMaterial is NOT Nullable, i shouldn't even have this check.

[13:04:18] [Render thread/ERROR]:Hanging sign material for wood ecologics:azalea was null. This is likely due to some mod not registering their wood type properly by not adding it to the vanilla texture map. Sheets.getHangingSignMaterial is NOT Nullable, i shouldn't even have this check.

[13:04:18] [Render thread/ERROR]:Hanging sign material for wood ecologics:coconut was null. This is likely due to some mod not registering their wood type properly by not adding it to the vanilla texture map. Sheets.getHangingSignMaterial is NOT Nullable, i shouldn't even have this check.

[13:04:18] [Render thread/ERROR]:Hanging sign material for wood ecologics:walnut was null. This is likely due to some mod not registering their wood type properly by not adding it to the vanilla texture map. Sheets.getHangingSignMaterial is NOT Nullable, i shouldn't even have this check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants