zbx1425 / mtr-nte

Nemo's Transit Expansion. Various experimental addon functionalities made by Zbx1425 for the Minecraft Transit Railway mod.
https://www.zbx1425.cn/nautilus/mtr-nte/
MIT License
41 stars 16 forks source link

1.16.5 Backport #27

Closed SebastianTAPM closed 6 months ago

SebastianTAPM commented 9 months ago

A backport for Forge 1.16.5 would be awesome for modpacks that use really awesome mods that didnt update, can you do it?

zbx1425 commented 9 months ago

Not planned right now Because 1.16 uses OpenGL 2 for graphics rendering, and in 1.17+ Mojang keeps up with more recent tech uses OpenGL 3 instead NTE does some relatively low-level rendering stuff, so backporting to 1.16 would involve rewritting many stuff with OpenGL 2, which can involve lots of work and I'm not familar with that anyways

SebastianTAPM commented 9 months ago

actually its possible to boot pre-1.17 versions with GL3 (altough minecraft wont use the new featuresets in normal operation) with PrismLauncher and other MMC-Based Launchers

SebastianTAPM commented 9 months ago

so technically it could be done (?)

zbx1425 commented 9 months ago

Technically yeah, I'm just not interested in it right now, sounds like lots of work in a field I'm not familar with