added diamond and deepslate diamond ore ore

This commit is contained in:
Jonas_Jones 2023-04-04 23:19:13 +02:00
parent c515678bcd
commit fc2d731707
7 changed files with 46 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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