KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Sugar Canes and Enchanted Book Texture/Rendering? Bug #168

Closed Leirday closed 4 years ago

Leirday commented 4 years ago

Describe the bug Whenever I have the Inspirations Mod installed, Sugar Cane tends to have a weird rendering issue when it grows. Also, the Enchanted Book's texture seems to not change even if there is a texture pack that is supposed to make it look different!

Screenshots or crash report (if relevant) Inspirations Mod Not Installed 2020-05-14_21 39 51

Inspirations Mod Installed: 2020-05-14_21 51 11

2020-05-14_21 53 07 2020-05-14_21 51 22

Versions (please complete the following information):

![Uploading 2020-05-14_21.51.11.png…]()

Note: GitHub doesn't let me upload the screenshot of the Enchanted Book (Inspirations Not Installed), also, the texturepack is called Simplistico.

KnightMiner commented 4 years ago

What you are looking at is a lack of resource pack support for two of my features. I replace the enchanted book texture in order to recolor the book ribbons based on the enchantements, and make sugar cane grow smoothly (pixel by pixel) instead of in full blocks. It is easy for resource packs to support my feature, or you can just disable the two features in my config.

Leirday commented 4 years ago

What you are looking at is a lack of resource pack support for two of my features. I replace the enchanted book texture in order to recolor the book ribbons based on the enchantements, and make sugar cane grow smoothly (pixel by pixel) instead of in full blocks. It is easy for resource packs to support my feature, or you can just disable the two features in my config.

Oh, thanks for the help. However, I can't find the features on the config file. Is there a place where I can check where they are located in?

Edit: Found the Enchanted Book one; still looking for the sugar cane file. :/ Edit #2: It seems I edited the file for the 1.12.2 version of Inspirations because it did not change anything on the game itself. I tried other files and whenever I deactivate the "Tweaks" file the mod fails to load. I'm going to deinstall the mod until it gets another update or when it gets fully released because it seems it isn't complete yet; which is something I fully understand due to it being in Alpha.

KnightMiner commented 4 years ago

By fails to load, do you mean crashes? If so, post the crash report in another issue.

As far as config, the sugar cane feature is part of the serverside config, which is saved per world. I suggest researching Forge default configs. The other one you found was in the client side config, which can be different per user.

Leirday commented 4 years ago

By fails to load, do you mean crashes? If so, post the crash report in another issue.

As far as config, the sugar cane feature is part of the serverside config, which is saved per world. I suggest researching Forge default configs. The other one you found was in the client side config, which can be different per user.

Yes, after all the mods have been loaded, a screen appears saying that the mod failed to load. Here is the screenshot:

Base Profile Screenshot 2020 05 15 - 11 45 17 92

KnightMiner commented 4 years ago

Locate either a relevant crash report or your latest.log and post it on a new issue. Pastebin will let you upload it easily