From d644465e7576050b257605200a73d429eed8c715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=ADSollace?= Date: Sat, 16 Mar 2019 18:51:53 +0200 Subject: [PATCH] Fix a typo in the docs --- .../unicopia/forgebullshit/BuildInTexturesBakery.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/minelittlepony/unicopia/forgebullshit/BuildInTexturesBakery.java b/src/main/java/com/minelittlepony/unicopia/forgebullshit/BuildInTexturesBakery.java index d38ecaa0..e4a16f11 100644 --- a/src/main/java/com/minelittlepony/unicopia/forgebullshit/BuildInTexturesBakery.java +++ b/src/main/java/com/minelittlepony/unicopia/forgebullshit/BuildInTexturesBakery.java @@ -6,9 +6,8 @@ import net.minecraft.client.renderer.block.model.ModelBakery; import net.minecraft.util.ResourceLocation; /** - * Provides access the the built in texture locations. + * Provides access to the built in texture locations. * This is needed to add things like custom backgrounds for slots. - * @author Chris Albers * */ @FUF(reason = "Forge doesn't provide this, for some unknown reason...")