iChun / IssueTracker-Mods

Issue Tracker for my Minecraft Mods which sources are not already hosted on GitHub.
6 stars 3 forks source link

1.12.2 Portal gun-Invisible guns item icons and Gun #155

Closed chunkedelement closed 5 years ago

chunkedelement commented 5 years ago

The item icons for the portal guns are invisible. Items can be crafted and used but are invisible. Portals still work. Disabled all texture packs and still the same results. Tried with foam fix and better fps disabled and still same results of invisible item icons and guns. Ender pearl dust and miniature black hole icons render fine, just the actual portal gun items. Also experiencing the invisible chests issue when blue portal is placed close or in same chunk with chest and yellow portal. Thanks ModPack: Peace of Mind version 2.0.2 MC: 1.12.2 Forge: 14.23.5.2795 PG: 7.0.2 IChun: 7.1.4 Optifine: NO FoamFix: Yes BetterFPS: Yes Config changes: No gun enabled but invisible invisible portal gun icons in jei

markismodded commented 5 years ago

I am having the same issue. 2018-12-16_13 37 45

markismodded commented 5 years ago

as you can see, it doesn't appear in portals either. 2018-12-16_13 41 51 Nor in F5

chunkedelement commented 5 years ago

using < 2780 forge 1.12.2 seems to be uneffected Build 2781: mezz: Implement rendering for item models with emissive quads (#5047) Any idea what this changes? thanks.

Thunder-Nova commented 5 years ago

Might be "rendering" as 3D. Even as icons. Seems it could be a build bug. Where the 3D construct isn't taking shape. I would say rendering but that is textures mostly, not the actual 3d build.

If it where the textures, it could be application errors. Not good with mc modding, but 3D builds with SolidWorks, I had my fair share of those issues in the early days.

ElNico56 commented 5 years ago

this happens to me too, also with gravity gun and torched

chunkedelement commented 5 years ago

from what ive been reading and have tested, in the forge config file change this to false and should temp fix the issue: B:allowEmissiveItems=false

iChun commented 5 years ago

Fixed this for iChunUtil 7.2.1. Thanks for letting me know about the forge change, that helped pinpoint the issue.