FalseTweaks

FalseTweaks

101k Downloads

Weird rendering on connected textures from Hbm's Nuclear Tech Mod

funnyman8 opened this issue ยท 7 comments

commented

With the mod:
javaw_t4R5PdwPc4

Without the mod:
javaw_gBqAWSpbtL

Issue likely stems from the triangulator combined with NTM's own rendering for connected texture blocks, NTM is open source and the connected texture-related rendering is all found here: https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT/tree/master/src/main/java/com/hbm/render/block/ct

commented

Was a solution to this ever discovered?
With the release of the NTM Space fork, I'm planning to run it on my server with friends, but losing FalseTweaks would be a big blow.

commented

I don't know if it helps, but it looks like this now:
2024-08-12_02 57 27

commented

Also try adding com.hbm.render.block.* to the TESSELLATOR_USE_REPLACEMENT_TARGETS list in falsetweaks.cfg

commented

I built a jar with some patches that i tested against NTM 1.0.27_X5027, please check if this works:
https://mvn.falsepattern.com/releases/com/falsepattern/falsetweaks-mc1.7.10/3.1.0-4-gb80d5fc/falsetweaks-mc1.7.10-3.1.0-4-gb80d5fc.jar

commented

Try turning off the quad triangulation setting and see if that fixes it.

commented

Sorry, I only just woke up.
I see that the Modrinth version was updated after you sent this, does that include the fixes?

I haven't tried it yet, but quad triangulation seemed to be off by default (ENABLE_QUAD_TRIANGULATION).
If the new version doesn't work, I'll try the tesselator target thing.

commented

Fixed in 3.x