1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-14 07:04:03 +02:00

Clean up. This was for debugging.

This commit is contained in:
Sollace 2019-03-18 15:54:05 +02:00
parent 5213d0050e
commit b148126221
2 changed files with 2 additions and 14 deletions
src/main/java/com/minelittlepony/unicopia/model

View file

@ -6,15 +6,9 @@ import net.minecraft.entity.Entity;
public class ModelCloud extends ModelBase {
ModelRenderer body;
private final ModelRenderer body;
public ModelCloud() {
init();
}
private void init() {
boxList.clear();
body = new ModelRenderer(this, 0, 0);
body.setTextureSize(250, 90);

View file

@ -11,15 +11,9 @@ import net.minecraft.entity.Entity;
public class ModelCuccoon extends ModelBase {
ModelRenderer body;
private final ModelRenderer body;
public ModelCuccoon() {
init();
}
private void init() {
boxList.clear();
body = new ModelRenderer(this, 0, 0);
body.setTextureSize(250, 250);