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:
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tutorial:items/ruby_boots"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tutorial:items/ruby_chestplate"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tutorial:items/ruby_helmet"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tutorial:items/ruby_leggings"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/tutorial/textures/items/ruby_boots.png
Normal file
BIN
src/main/resources/assets/tutorial/textures/items/ruby_boots.png
Normal file
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 |
Reference in New Issue
Block a user