1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-04 19:37:55 +00:00

Rewrite some in-hand rendering code

- Fix missing shader for printout render type
 - Use current buffer provider for pocket computers rather than the
   tesselator. This requires us to use a non-depth-writing terminal +
   depth blocker, as otherwise one gets z-fighting.
 - Thus refactor some of the shaders to be terminal wide, not just for
   monitors.

Fixes #894
This commit is contained in:
Jonathan Coates
2021-08-17 13:00:52 +01:00
parent aa857c1be3
commit 0a537eaeee
8 changed files with 118 additions and 127 deletions

View File

@@ -3,5 +3,5 @@ mod_version=1.98.1
# Minecraft properties (update mods.toml when changing)
mc_version=1.17.1
forge_version=37.0.25
forge_version=37.0.34
# NO SERIOUSLY, UPDATE mods.toml WHEN CHANGING