This commit is contained in:
2024-12-14 15:03:03 -06:00
parent e2bb2a7121
commit 3655550fe0
11 changed files with 79 additions and 3 deletions

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
{
"item.nuggetmod.nugget": "nugget"
"item.nuggetmod.nugget": "nugget",
"block.nuggetmod.nugget_block": "Nugget Block",
"block.nuggetmod.raw_nugget_block": "Raw Nugget Block"
}

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
{
"parent": "nuggetmod:block/nugget_block"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "nuggetmod:block/raw_nugget_block"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB