1
0
mirror of https://github.com/TechnoVisionDev/Forge-Modding-Tutorial-1.16 synced 2026-03-02 03:40:08 +00:00

Add custom blocks

This commit is contained in:
TechnoVisionDev
2020-04-29 17:53:10 -07:00
parent cdb7c91668
commit 45421184b7
8 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"variants": {
"": { "model": "tutorial:block/ruby_block" }
}
}

View File

@@ -1,4 +1,5 @@
{
"item.tutorial.ruby": "Ruby",
"block.tutorial.ruby_block": "Block of Ruby",
"itemGroup.tutorialTab": "Tutorial"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "tutorial:blocks/ruby_block"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "tutorial:block/ruby_block"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B