mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fix a typo in the docs
This commit is contained in:
parent
ee64143a6a
commit
d644465e75
1 changed files with 1 additions and 2 deletions
|
@ -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...")
|
||||||
|
|
Loading…
Reference in a new issue