Crystal shards

This commit is contained in:
paulevsGitch 2020-10-19 19:18:51 +03:00
parent 2c59a87ae7
commit 8e259abbb7
5 changed files with 9 additions and 0 deletions

View file

@ -45,6 +45,7 @@ public class ItemRegistry {
public final static Item AETERNIUM_INGOT = registerItem("aeternium_ingot", new Item(makeSettings())); public final static Item AETERNIUM_INGOT = registerItem("aeternium_ingot", new Item(makeSettings()));
public final static Item END_LILY_LEAF = registerItem("end_lily_leaf", new Item(makeSettings())); public final static Item END_LILY_LEAF = registerItem("end_lily_leaf", new Item(makeSettings()));
public final static Item END_LILY_LEAF_DRIED = registerItem("end_lily_leaf_dried", new Item(makeSettings())); public final static Item END_LILY_LEAF_DRIED = registerItem("end_lily_leaf_dried", new Item(makeSettings()));
public final static Item CRYSTAL_SHARDS = registerItem("crystal_shards", new Item(makeSettings()));
// Armor // // Armor //
public static final Item TERMINITE_HELMET = registerItem("terminite_helmet", new ArmorItem(EndArmorMaterial.TERMINITE, EquipmentSlot.HEAD, makeSettings())); public static final Item TERMINITE_HELMET = registerItem("terminite_helmet", new ArmorItem(EndArmorMaterial.TERMINITE, EquipmentSlot.HEAD, makeSettings()));

View file

@ -99,6 +99,7 @@
"block.betterend.dense_vine": "Dense Vine", "block.betterend.dense_vine": "Dense Vine",
"block.betterend.bubble_coral": "Bubble Coral", "block.betterend.bubble_coral": "Bubble Coral",
"block.betterend.aurora_crystal": "Aurora Crystal", "block.betterend.aurora_crystal": "Aurora Crystal",
"item.betterend.crystal_shards": "Crystal Shards",
"category.rei.damage.amount&dmg": "Tool damage: %s", "category.rei.damage.amount&dmg": "Tool damage: %s",

View file

@ -99,6 +99,7 @@
"block.betterend.dense_vine": "Плотная лоза", "block.betterend.dense_vine": "Плотная лоза",
"block.betterend.bubble_coral": "Пузырчатый коралл", "block.betterend.bubble_coral": "Пузырчатый коралл",
"block.betterend.aurora_crystal": "Кристалл авроры", "block.betterend.aurora_crystal": "Кристалл авроры",
"item.betterend.crystal_shards": "Осколки кристаллов",
"category.rei.damage.amount&dmg": "Износ инструмента: %s", "category.rei.damage.amount&dmg": "Износ инструмента: %s",

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/crystal_shards"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB