Side textures for granite/diorite/andesite slabs
This commit is contained in:
parent
00125a1cd9
commit
96c361bc03
13 changed files with 9 additions and 10 deletions
1
TODO.txt
1
TODO.txt
|
@ -1,6 +1,5 @@
|
|||
Part ASM? Description
|
||||
-------------------------------------------------------------------------------------------------------
|
||||
deco No Granite/diorite/andesite slab textures
|
||||
deco No Armchairs
|
||||
deco No Thrones
|
||||
-------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_andesite_smooth",
|
||||
"top": "minecraft:blocks/stone_andesite_smooth",
|
||||
"side": "minecraft:blocks/stone_andesite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/andesite_side"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:blocks/stone_andesite_smooth",
|
||||
"side": "minecraft:blocks/stone_andesite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/andesite_side"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_andesite_smooth",
|
||||
"top": "minecraft:blocks/stone_andesite_smooth",
|
||||
"side": "minecraft:blocks/stone_andesite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/andesite_side"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_diorite_smooth",
|
||||
"top": "minecraft:blocks/stone_diorite_smooth",
|
||||
"side": "minecraft:blocks/stone_diorite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/diorite_side"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:blocks/stone_diorite_smooth",
|
||||
"side": "minecraft:blocks/stone_diorite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/diorite_side"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_diorite_smooth",
|
||||
"top": "minecraft:blocks/stone_diorite_smooth",
|
||||
"side": "minecraft:blocks/stone_diorite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/diorite_side"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_granite_smooth",
|
||||
"top": "minecraft:blocks/stone_granite_smooth",
|
||||
"side": "minecraft:blocks/stone_granite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/granite_side"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "minecraft:blocks/stone_granite_smooth",
|
||||
"side": "minecraft:blocks/stone_granite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/granite_side"
|
||||
}
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
"textures": {
|
||||
"bottom": "minecraft:blocks/stone_granite_smooth",
|
||||
"top": "minecraft:blocks/stone_granite_smooth",
|
||||
"side": "minecraft:blocks/stone_granite_smooth"
|
||||
"side": "mmm:blocks/deco/slabs/granite_side"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 746 B |
Binary file not shown.
After Width: | Height: | Size: 608 B |
Binary file not shown.
After Width: | Height: | Size: 473 B |
Reference in a new issue