Skip to content

Commit

Permalink
Added mdels
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersil1998 committed Nov 28, 2020
1 parent e1ff567 commit 8a00e5b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/outer_stairs",
"textures": {
"bottom": "minecraft:block/redstone_block",
"top": "minecraft:block/redstone_block",
"side": "minecraft:block/redstone_block"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "utilcraft:block/side_slab",
"textures": {
"bottom": "minecraft:block/redstone_block",
"top": "minecraft:block/redstone_block",
"side": "minecraft:block/redstone_block"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "utilcraft:block/redstone_slab"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "utilcraft:block/redstone_stairs"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "utilcraft:block/side_redstone_slab"
}

0 comments on commit 8a00e5b

Please sign in to comment.