added armor
build / build (push) Has been cancelled

This commit is contained in:
Jottyfan
2026-01-10 17:14:40 +01:00
parent 042df08b9b
commit 28761d44c0
23 changed files with 187 additions and 17 deletions
@@ -0,0 +1,14 @@
{
"layers": {
"humanoid": [
{
"texture": "gtamfmd:ruby"
}
],
"humanoid_leggings": [
{
"texture": "gtamfmd:ruby"
}
]
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "gtamfmd:item/ruby_boots"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "gtamfmd:item/ruby_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "gtamfmd:item/ruby_helmet"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "gtamfmd:item/ruby_leggings"
}
}
@@ -4,5 +4,9 @@
"item.gtamfmd.ruby": "Rubin",
"item.gtamfmd.ruby_block": "Rubinblock",
"item.gtamfmd.ruby_ore": "Rubinerz",
"item.gtamfmd.christmastree": "Weihnachtsbaum"
"item.gtamfmd.christmastree": "Weihnachtsbaum",
"item.gtamfmd.ruby_helmet": "Rubinhelm",
"item.gtamfmd.ruby_chestplate": "Rubinbrustpanzer",
"item.gtamfmd.ruby_leggings": "Rubinhose",
"item.gtamfmd.ruby_boots": "Rubinschuhe"
}
@@ -4,5 +4,9 @@
"item.gtamfmd.ruby": "Ruby",
"item.gtamfmd.ruby_block": "Ruby block",
"item.gtamfmd.ruby_ore": "Ruby ore",
"item.gtamfmd.christmastree": "Christmas tree"
"item.gtamfmd.christmastree": "Christmas tree",
"item.gtamfmd.ruby_helmet": "ruby helmet",
"item.gtamfmd.ruby_chestplate": "ruby chestplate",
"item.gtamfmd.ruby_leggings": "ruby leggings",
"item.gtamfmd.ruby_boots": "ruby boots"
}
@@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "gtamfmd:item/ruby_boots"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "gtamfmd:item/ruby_chestplate"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "gtamfmd:item/ruby_helmet"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/coal",
"textures": {
"layer0": "gtamfmd:item/ruby_leggings"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B