Superfluous whitespace removal
This commit is contained in:
@@ -24,7 +24,7 @@ import net.minecraftforge.common.property.IUnlistedProperty;
|
||||
|
||||
/**
|
||||
* A generic implementation for {@link IUnlistedProperty}.
|
||||
*
|
||||
*
|
||||
* @param <T>
|
||||
*/
|
||||
public class UnlistedProperty<T> implements IUnlistedProperty<T>
|
||||
|
||||
@@ -121,7 +121,7 @@ public class TesrRenderHelper
|
||||
|
||||
/**
|
||||
* Render an item in 2D and the given text below it.
|
||||
*
|
||||
*
|
||||
* @param spacing Specifies how far apart the item and the item stack amount are rendered.
|
||||
*/
|
||||
public static void renderItem2dWithAmount( IAEItemStack itemStack, float itemScale, float spacing )
|
||||
|
||||
Reference in New Issue
Block a user