Add files via upload

This commit is contained in:
Steven Tracey 2020-11-20 07:35:08 -05:00 committed by GitHub
parent 678eef2e22
commit a8a344c8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "vanilla:item/platinum_axe"
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "vanilla:block/platinum_block"
}

View File

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

View File

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

View File

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

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "vanilla:item/platinum_hoe"
}
}

View File

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

View File

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

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "vanilla:item/platinum_pickaxe"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "vanilla:item/platinum_shovel"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "vanilla:item/platinum_sword"
}
}