Skip to content

Commit

Permalink
Transparency for Mob Spawner, Slime, Reeds
Browse files Browse the repository at this point in the history
  • Loading branch information
mjungnickel18 committed May 2, 2019
1 parent fb68836 commit 3bbd534
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Maploader/Renderer/Texture/TextureFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ public class TextureFinder
{"minecraft:turtle_egg", true},
{"minecraft:cake", true},
{"minecraft:scaffolding", true},
{"minecraft:mob_spawner", true},
{"minecraft:slime", true},
{"minecraft:reeds", true},
};

private readonly Dictionary<string, Texture> texturesJson;
Expand Down Expand Up @@ -164,7 +167,7 @@ private TextureStack GetSubstitution(string name, long data, int x, int z, int y
// For debugging purposes

#if consoledebug
if (name.Contains(""))
if (x == 1 && z == 12)
{
Console.WriteLine($"{x} {z} {y}: {name},{data}");
}
Expand Down

0 comments on commit 3bbd534

Please sign in to comment.