From 1fe316ac3082d4f346f5b5e522b269c262c6cb7c Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 29 Aug 2016 14:15:17 -0400 Subject: [PATCH] VertexFormats --- .../net/minecraft/client/render/VertexFormats.mapping | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mappings/net/minecraft/client/render/VertexFormats.mapping diff --git a/mappings/net/minecraft/client/render/VertexFormats.mapping b/mappings/net/minecraft/client/render/VertexFormats.mapping new file mode 100644 index 0000000000..c0dc265abc --- /dev/null +++ b/mappings/net/minecraft/client/render/VertexFormats.mapping @@ -0,0 +1,9 @@ +CLASS none/bxj net/minecraft/client/render/VertexFormats + FIELD f POSITION_COLOR Lnone/bxl; + FIELD g POSITION_UV Lnone/bxl; + FIELD m POSITION Lnone/bxm; + FIELD n COLOR Lnone/bxm; + FIELD o UV Lnone/bxm; + FIELD p UV1 Lnone/bxm; + FIELD q NORMAL Lnone/bxm; + FIELD r PADDING Lnone/bxm;