WIP: crystalite armor. New crystals icons

This commit is contained in:
Aleksey 2020-11-29 00:22:47 +03:00
parent 670bf1fd64
commit 7da08be63a
3 changed files with 8 additions and 3 deletions

View file

@ -1,12 +1,17 @@
package ru.betterend.item.model;
import net.minecraft.client.model.ModelPart;
import net.minecraft.client.render.entity.model.BipedEntityModel;
import net.minecraft.entity.LivingEntity;
public class CrystaliteArmorModel extends BipedEntityModel<LivingEntity> {
public CrystaliteArmorModel(float scale) {
super(scale);
}
public ModelPart helmet;
public ModelPart chestplate;
public ModelPart leggings;
public ModelPart boots;
public CrystaliteArmorModel() {
super(1.0F);
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B

After

Width:  |  Height:  |  Size: 475 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 625 B

Before After
Before After