Hello there, i have an issue. I want to add custom 3d model to armor(I want to create addon that replace armor with samurai armor in Gobber mod).
Here is the code:
package com.kwpugh.gobber2.items.armor;
import java.util.List;
import javax.annotation.Nullable;
import com.kwpugh.gobber2.config.GobberConfigBuilder;
import com.kwpugh.gobber2.init.ItemInit;
import com.kwpugh.gobber2.items.armor.models.GobberSamurai;
import com.kwpugh.gobber2.util.PlayerSpecialAbilities;
import net.minecraft