Finish Omnicoins -> Nomicoins change

Rename textures from Omnicoin -> Nomicoin

This prevents resource packs from overriding these textures with an 'omnicoin' one.

Item IDs have not been changed, for backwards compatibility.

This is the rest of the changes from f94dd1233b.
This commit is contained in:
IntegerLimit 2023-02-05 09:47:40 +11:00
parent 967fb10149
commit f462a37a11
12 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "contenttweaker:items/omnicoin" "layer0": "contenttweaker:items/nomicoin"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "contenttweaker:items/omnicoin100" "layer0": "contenttweaker:items/nomicoin100"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "contenttweaker:items/omnicoin25" "layer0": "contenttweaker:items/nomicoin25"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "contenttweaker:items/omnicoin5" "layer0": "contenttweaker:items/nomicoin5"
} }
} }

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB