From 4044be63bbf24699a928b3f5c751d84547ec4aa3 Mon Sep 17 00:00:00 2001 From: Sturmlilie Date: Fri, 7 Aug 2020 23:23:23 +0200 Subject: [PATCH] v0.2.1 --- README.md | 3 +-- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26b7dcc..e1f585c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ TraceUtil is a fabric mod/library aimed at developers. Setting up apitrace with MultiMC: [Tutorial](https://gist.github.com/Sturmlilie/69d6c4d2dce9d648cd706093c95ba195) ## As a stand-alone mod -TraceUtil contains common annotation for OpenGL-intensive methods in Minecraft 1.15.2 which are automatically inserted via mixin-hooks, including: +TraceUtil contains common annotation for OpenGL-intensive methods in Minecraft versions `1.15.2-1.16.1` which are automatically inserted via mixin-hooks, including: `DiffuseLighting`, `DrawableHelper`, `GameRenderer`, `ItemRenderer`, `ModelLoader`, `Screen`, `SpriteAtlasTexture`, `TextureManager`, `WorldRenderer` Also contains a special annotater for `RenderLayer` instances, and an optional annotater which hooks into Minecrafts own Profiler (off by default). Each texture registered with `TextureManager` will have the assosicated `Identifier` attached on the GL level so it shows up under *Surfaces*. @@ -31,7 +31,6 @@ Result: ![result](https://imgur.com/v3LMhCC.png) ## Todo -* Minecraft 1.16 * Sodium / fabric rendering API support (as soon as those are stable) * Configuration file * Auto-generated mixin hooks diff --git a/gradle.properties b/gradle.properties index 5526436..31baf26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,6 +8,6 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.8.2+build.194 # Mod Properties - mod_version = 0.2.0 + mod_version = 0.2.1 maven_group = net.fabricmc archives_base_name = traceutil