Athena/src/main/java/optifine/ModelPlayerItem.java

12 lines
187 B
Java
Raw Normal View History

2023-06-01 22:18:42 +02:00
package optifine;
import net.minecraft.client.model.ModelBase;
public class ModelPlayerItem extends ModelBase
{
public ModelPlayerItem()
{
this.isChild = false;
}
}