soiz1's picture
Upload folder using huggingface_hub
d46f4a3 verified
package net.minecraft.client.model;
import net.minecraft.client.model.geom.ModelPart;
import net.minecraft.client.renderer.entity.state.ZombieRenderState;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.api.distmarker.OnlyIn;
@OnlyIn(Dist.CLIENT)
public class GiantZombieModel extends AbstractZombieModel<ZombieRenderState> {
public GiantZombieModel(ModelPart p_170576_) {
super(p_170576_);
}
}