Bronze armor and tools
This commit is contained in:
parent
f4ef5cc2d4
commit
dd6a06409e
25 changed files with 83 additions and 19 deletions
|
@ -32,6 +32,7 @@ import net.minecraft.item.IArmorMaterial;
|
|||
import net.minecraft.item.crafting.Ingredient;
|
||||
import net.minecraft.util.LazyLoadBase;
|
||||
import net.minecraft.util.SoundEvent;
|
||||
import techreborn.TechReborn;
|
||||
|
||||
|
||||
public enum TRArmorMaterial implements IArmorMaterial {
|
||||
|
@ -98,7 +99,7 @@ public enum TRArmorMaterial implements IArmorMaterial {
|
|||
|
||||
@Override
|
||||
public String getName() {
|
||||
return null;
|
||||
return TechReborn.MOD_ID + ":" + this.toString().toLowerCase();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue