added java block

This commit is contained in:
Jonas_Jones 2023-04-05 00:06:26 +02:00
parent 155bec7730
commit ccd98528cc
5 changed files with 23 additions and 0 deletions

View file

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

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB