Fixing textures.

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
This commit is contained in:
dragonruler1000 2025-05-14 10:19:23 -05:00 committed by dragonruler1000
parent 862a29a548
commit cc98e7cd6b
3 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
{ {
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"textures": { "textures": {
"1": "tutorialmod:block/brown", "1": "hdm_mod:block/brown",
"2": "tutorialmod:block/grey", "2": "hdm_mod:block/grey",
"particle": "tutorialmod:block/red" "particle": "hdm_mod:block/red"
}, },
"elements": [ "elements": [
{ {

View file

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "hdm_mod:items/omelet" "layer0": "hdm_mod:item/omelet"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "hdm_mod:items/knife" "layer0": "hdm_mod:item/knife"
} }
} }