Skip to content

Commit

Permalink
Add stair item model
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoKing55 committed Mar 7, 2021
1 parent bb81d77 commit b23f7d1
Show file tree
Hide file tree
Showing 48 changed files with 1,159 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PACK_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7-alpha.6
v0.7-alpha.7
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/acacia_stairs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/block_item_stairs_template",
"textures": {
"base": "block_item/acacia_planks"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/andesite_stairs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/block_item_stairs_template",
"textures": {
"base": "block_item/andesite"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/birch_stairs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/block_item_stairs_template",
"textures": {
"base": "block_item/birch_planks"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/blackstone_stairs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/block_item_stairs_template",
"textures": {
"base": "block_item/blackstone"
}
}
2 changes: 1 addition & 1 deletion assets/minecraft/models/item/block_item_slab_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@
}
}
]
}
}
Loading

0 comments on commit b23f7d1

Please sign in to comment.