Rename tutorial mod to nugget mod and update related configurations

This commit is contained in:
2024-12-14 14:20:20 -06:00
parent 243f5c1358
commit e1e12405b8
7 changed files with 16 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
{
"item.nuggetmod.nugget": "nugget"
}

View File

@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "tutorialmod:item/nugget"
"layer0": "nuggetmod:item/nugget"
}
}

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -1,3 +0,0 @@
{
"item.tutorialmod.nugget": "nugget"
}