added pocket block

This commit is contained in:
Jonas_Jones 2023-04-05 00:16:29 +02:00
parent 6cd2dea689
commit 14b2e44abb
5 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "nec:block/pocket_block"
}
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "nec:block/pocket_block"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "nec:block/pocket_block"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB