From 0a1f1d9f15eafa7e71dafad8d4dc6bfa81b1f878 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Fri, 16 Jun 2017 13:41:05 +1000 Subject: [PATCH] Updated TextureUtil block and biome coloring (markdown) --- TextureUtil---block-and-biome-coloring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TextureUtil---block-and-biome-coloring.md b/TextureUtil---block-and-biome-coloring.md index f0918e2..bff2400 100644 --- a/TextureUtil---block-and-biome-coloring.md +++ b/TextureUtil---block-and-biome-coloring.md @@ -1,5 +1,5 @@ ### Notes: - - Put any jars with textures you want (e.g. your .minecraft/versions//.jar) in FastAsyncWorldEdit/textures + - Put any jars with textures you want (e.g. your `.minecraft/versions//.jar`) in FastAsyncWorldEdit/textures - Colors are represented as the RGB(A) color integer, it can be obtained with Color#getRGB() ### Constructors