Extra stairs from granite, diorite and andesite
This commit is contained in:
parent
aab0faa13c
commit
457a6f33e4
17 changed files with 270 additions and 0 deletions
src/resources/assets/mmm/models
block/deco/stairs
andesite
diorite
granite
item/deco/stairs
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_andesite_smooth",
|
||||
"top": "minecraft:blocks/stone_andesite_smooth",
|
||||
"side": "minecraft:blocks/stone_andesite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_andesite_smooth",
|
||||
"top": "minecraft:blocks/stone_andesite_smooth",
|
||||
"side": "minecraft:blocks/stone_andesite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_andesite_smooth",
|
||||
"top": "minecraft:blocks/stone_andesite_smooth",
|
||||
"side": "minecraft:blocks/stone_andesite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_diorite_smooth",
|
||||
"top": "minecraft:blocks/stone_diorite_smooth",
|
||||
"side": "minecraft:blocks/stone_diorite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_diorite_smooth",
|
||||
"top": "minecraft:blocks/stone_diorite_smooth",
|
||||
"side": "minecraft:blocks/stone_diorite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_diorite_smooth",
|
||||
"top": "minecraft:blocks/stone_diorite_smooth",
|
||||
"side": "minecraft:blocks/stone_diorite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_granite_smooth",
|
||||
"top": "minecraft:blocks/stone_granite_smooth",
|
||||
"side": "minecraft:blocks/stone_granite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_granite_smooth",
|
||||
"top": "minecraft:blocks/stone_granite_smooth",
|
||||
"side": "minecraft:blocks/stone_granite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_granite_smooth",
|
||||
"top": "minecraft:blocks/stone_granite_smooth",
|
||||
"side": "minecraft:blocks/stone_granite_smooth"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/stairs/andesite/straight"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/stairs/diorite/straight"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/stairs/granite/straight"
|
||||
}
|
Reference in a new issue