New blocks and items

This commit is contained in:
Aleksey 2020-09-24 17:10:32 +03:00
parent 1966d89dc7
commit 98b714827a
20 changed files with 191 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/aeternium_block"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/ender_block"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "betterend:block/terminite_block"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/aeternium_block"
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/aeternium_ingot"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/ender_block"
}

View file

@ -0,0 +1,3 @@
{
"parent": "betterend:block/terminite_block"
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/terminite_ingot"
}
}