
Textures missing
davqvist opened this issue ยท 13 comments
MC 1.12
Forge 2420
Vanilla Immersion 1.1.2.4
Crafting Table and Furnace textures are missing when placing them, making the blocks (and therefore the pack) unplayable. Using F3+T makes the textures visible again, but the blocks don't work as intended. Tested in SP and MP.
I definitely can't reproduce this with just latest Forge and my mod. Did you only update Forge and Vanilla Immersion before this issue occurred or was another mod also affected? I did not introduce any changes lately that would mess around with rendering.
Hm... I've noticed that starting a singleplayer session after multiplayer will also cause the models to miss. Does the bug occur for you even if you directly join a singleplayer world and don't try multiplayer first?
Hm... Haven't heard of that yet. So this is observable in singleplayer as well? Models showing up as missing in multiplayer is a well known Forge issue that - I hope - will get fixed soon. Are you only playing with my mod and if not, could you provide me with a list of the other mods,
I said in OP that in doesn't work in SP and in MP. I tested like a few days ago where it still worked, so it must be a mod or Forge update causing it.
Directory output:
https://pastebin.com/1shVcupE
Yeah, seems to only happen if you join a server first and then go to SP. If you go to SP first, it seems to work.
I've submitted the PR MinecraftForge/MinecraftForge#4224 to Forge, which should resolve this issue for instances where both the client and server have Vanilla Immersion installed. Investigating this also has brought to my attention that I need to disable my event handlers when connecting to a server without the mod.
similar bug, occurred on multiplayer with guis unusable, however going to singleplayer has the models working fine.
Note: I do not have any mods that modify/change how vanilla blocks work. Why this is occurring only on multiplayer confuses me
couldn't you instead make your immersive version a separate block and instead have the immersive blocks take over vanilla recipes?
@Akitori: The way I replace the Vanilla blocks with my own (which is the official way) is currently broken for dedicated servers, unfortunately. It is a well known problem and I'm in contact with the Forge devs in order to solve it.
While that technically is possible (and is in fact how the mod used to work), it is not particular desirable. Simply replacing the recipes, drops etc. will still not make the Vanilla blocks completely unobtainable. Getting overrides fixed is the right way to do this and hopefully won't take long anymore :)
ah alright. any chance of that perhaps being a option in the future? as that relates to a feature i shall end that here.