added item textures for ghostly armor

This commit is contained in:
CosmoOrSth
2025-01-24 21:31:37 +05:30
parent cf2021c8b9
commit 21a913d980
7 changed files with 21 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
"death.attack.boiling.player": "%1$s boiled up whilst trying to fight off %2$s",
"enchantment.terraoriginum.sun_protection": "Sun Protection",
"item.terraoriginum.ghostly_helmet": "Ghostly Hood",
"item.terraoriginum.ghostly_chestplate": "Ghostly Robe",
"item.terraoriginum.ghostly_leggings": "Ghostly Pants",
"item.terraoriginum.ghostly_boots": "Ghostly Socks",
//-----Immortal Human-----//
"origin.terraoriginum.immortal_human.name": "Immortal Human",

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B