blah blah blah insert commit name

This commit is contained in:
2024-12-15 16:33:38 -06:00
parent 580b8361c4
commit 8be5881b08
8 changed files with 10 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
{
"variants": {
"": { "model": "nuggetmod:nugget_block" }
"": { "model": "nuggetmod:block/nugget_block" }
}
}

View File

@@ -1,5 +1,5 @@
{
"variants": {
"": { "model": "nuggetmod:raw_nugget_block" }
"": { "model": "nuggetmod:block/raw_nugget_block" }
}
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraf:block/cube_all",
"parent": "minecraft:block/cube_all",
"textures": {
"all": "nuggetmod:block/nugget_block"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "minecraf:block/cube_all",
"parent": "minecraft:block/cube_all",
"textures": {
"all": "nuggetmod:block/raw_nugget_block"
}