BLOCK
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "nuggetmod:nugget_block" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "nuggetmod:raw_nugget_block" }
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraf:block/cube_all",
|
||||
"textures": {
|
||||
"all": "nuggetmod:block/nugget_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraf:block/cube_all",
|
||||
"textures": {
|
||||
"all": "nuggetmod:block/raw_nugget_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "nuggetmod:block/nugget_block"
|
||||
}
|
||||
@@ -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 |
Reference in New Issue
Block a user