Fix a typo in the docs

This commit is contained in:
­Sollace 2019-03-16 18:51:53 +02:00 committed by GitHub
parent ee64143a6a
commit d644465e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,8 @@ import net.minecraft.client.renderer.block.model.ModelBakery;
import net.minecraft.util.ResourceLocation; 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. * 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...") @FUF(reason = "Forge doesn't provide this, for some unknown reason...")