Fixed Current items not using item/generated (using item/handheld will not display items correctly in 3rd person)

This commit is contained in:
lucsoft
2021-01-10 22:05:42 +01:00
parent 00a9cfea36
commit 9267a48085
11 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/flash_memory"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/hard_drive1"
},

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/hard_drive2"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/hard_drive3"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/memory1"
},

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/memory2"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/memory3"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/network_cable"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/network_interface_card"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/redstone_interface_card"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/handheld",
"parent": "minecraft:item/generated",
"textures": {
"layer0": "oc2:items/wrench"
}