WIP: crystalite armor. New crystals icons
This commit is contained in:
parent
670bf1fd64
commit
7da08be63a
3 changed files with 8 additions and 3 deletions
|
@ -1,12 +1,17 @@
|
||||||
package ru.betterend.item.model;
|
package ru.betterend.item.model;
|
||||||
|
|
||||||
|
import net.minecraft.client.model.ModelPart;
|
||||||
import net.minecraft.client.render.entity.model.BipedEntityModel;
|
import net.minecraft.client.render.entity.model.BipedEntityModel;
|
||||||
import net.minecraft.entity.LivingEntity;
|
import net.minecraft.entity.LivingEntity;
|
||||||
|
|
||||||
public class CrystaliteArmorModel extends BipedEntityModel<LivingEntity> {
|
public class CrystaliteArmorModel extends BipedEntityModel<LivingEntity> {
|
||||||
|
|
||||||
public CrystaliteArmorModel(float scale) {
|
public ModelPart helmet;
|
||||||
super(scale);
|
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 |
Binary file not shown.
Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 625 B |
Loading…
Add table
Add a link
Reference in a new issue