-
Notifications
You must be signed in to change notification settings - Fork 32
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
[🐞]: Beautify's Trellis texture does not render properly with Better Nether's Nether Reed and Nether Mushroom. (Fabric 1.20.1) #691
Comments
i'll have to blacklist the |
Yeah considering the trouble it gives, I'm not surprised. For the nether mushroom though, do you think you'll allow a fix or blacklist it as well ? |
mushroom stuff can be fixed. I need the ID of mushroom for logs and planks if they have unique texture filenames |
Here are the "log" and planks for the nether mushroom:
The textures are: N.B: The "stem" corresponds to the log for the nether mushroom. EditFixed the texture list to contain only the relevant textures. |
Just checking, the blocks using |
You mean the generated blocks using the planks texture ? Or the texture that I linked ? |
alright, just nether_mushroom not using the side texture (it's because it has "side" in the filename)
the first part. |
See my above comment then 😉 |
dang. bad news: i'll have to blacklist nether_mushroom, too. it can be used for other blocks' texture that are generated based on the log's texture. BUT using the nether_mushroom's side_texture is not going to work. |
FIXED in v2.6.91 |
Alright, it is fair considering the way it is made. Thanks for the fix ! I'll close the issue as resolved |
Before Continuing:
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Version - Loader
1.20.1-FABRIC
EveryCompat Version
everycompat-1.20-2.6.90
Moonlight Lib Version
moonlight-1.20-2.13.25-fabric
Issue with mods
Issue Detail
Better Nether's Nether Reed and Nether Mushroom wood type don't generate the Trellis' texture from Beautify correctly. Since trellis use the log for crafting and the nether reed and nether mushroom are not exactly a type of log with a standard texture (the first is a stem while the second is a plant akin to tall grass), it renders a partial model for the nether reed and no model at all for the nether mushroom (be it in inventory or placed).
Here is the nether reed:
Here is the nether mushroom:
Here is a default trellis for comparison (oak):
I was able to fix the issue by loading a resource pack that changes the model files under
everycomp/models/block/bd/betternether/trellis/{nether_reed,nether_mushroom}/
.For the nether reeds, I changed every occurences of
betternether:block/reeds_middle
tobetternether:block/nether_reed_planks
in all the JSON fies in the directory. For the nether mushroom, I changed every occurences ofbetternether:block/nether_mushroom_stem_side
tobetternether:block/nether_mushroom_planks
in all the JSON files in the directory.OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
No response
The text was updated successfully, but these errors were encountered: