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",
"textures": {
"1": "tutorialmod:block/brown",
"2": "tutorialmod:block/grey",
"particle": "tutorialmod:block/red"
"1": "hdm_mod:block/brown",
"2": "hdm_mod:block/grey",
"particle": "hdm_mod:block/red"
},
"elements": [
{

View file

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

View file

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