1
0
mirror of https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16 synced 2026-03-02 03:40:08 +00:00

Custom Armor

This commit is contained in:
TechnoVisionDev
2020-07-09 00:21:51 -07:00
parent e34e51e48c
commit f8cb68375a
14 changed files with 122 additions and 15 deletions

View File

@@ -6,5 +6,9 @@
"item.tutorial.ruby_pickaxe": "Ruby Pickaxe",
"item.tutorial.ruby_shovel": "Ruby Shovel",
"item.tutorial.ruby_axe": "Ruby Axe",
"item.tutorial.ruby_hoe": "Ruby Hoe"
"item.tutorial.ruby_hoe": "Ruby Hoe",
"item.tutorial.ruby_helmet": "Ruby Helmet",
"item.tutorial.ruby_chestplate": "Ruby Chestplate",
"item.tutorial.ruby_leggings": "Ruby Leggings",
"item.tutorial.ruby_boots": "Ruby Boots"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tutorial:items/ruby_boots"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tutorial:items/ruby_chestplate"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tutorial:items/ruby_helmet"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "tutorial:items/ruby_leggings"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B