mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
De-debugging! So it that just like... bugging?
This commit is contained in:
parent
0a171b6a56
commit
b1a8627e9a
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@ import net.minecraft.util.ResourceLocation;
|
|||
|
||||
import com.minelittlepony.model.BodyPart;
|
||||
import com.minelittlepony.model.capabilities.IModel;
|
||||
import com.minelittlepony.pony.data.PonyWearable;
|
||||
import com.minelittlepony.render.model.PlaneRenderer;
|
||||
import com.minelittlepony.render.model.PonyRenderer;
|
||||
|
||||
|
@ -48,7 +49,6 @@ public class Stetson extends AbstractGear {
|
|||
|
||||
@Override
|
||||
public boolean canRender(IModel model, Entity entity) {
|
||||
return true;//model.isWearing(PonyWearable.STETSON);
|
||||
return model.isWearing(PonyWearable.STETSON);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue