Config refactor
This commit is contained in:
parent
7f2bad86ca
commit
0f12a477e0
10 changed files with 408 additions and 265 deletions
|
@ -0,0 +1,12 @@
|
|||
package ru.betterend.item.model;
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue