Polished limestone / slate / basalt
This commit is contained in:
parent
70a00a4c85
commit
25a58e091b
18 changed files with 128 additions and 2 deletions
src/resources/assets/mmm
blockstates/deco/smoothstone
lang
models
block/deco/smoothstone
item/deco/smoothstone
textures/blocks/deco/smoothstone
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:deco/smoothstone/basalt" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:deco/smoothstone/limestone" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:deco/smoothstone/slate" }
|
||||
}
|
||||
}
|
|
@ -133,6 +133,10 @@ item.mmm.food.milk.horse.name=Horse milk
|
|||
item.mmm.food.milk.donkey.name=Donkey milk
|
||||
|
||||
|
||||
tile.mmm.deco.smoothstone.limestone.name=Polished Limestone
|
||||
tile.mmm.deco.smoothstone.basalt.name=Polished Basalt
|
||||
tile.mmm.deco.smoothstone.slate.name=Polished Slate
|
||||
|
||||
tile.mmm.deco.stairs.granite.name=Granite Stairs
|
||||
tile.mmm.deco.stairs.diorite.name=Diorite Stairs
|
||||
tile.mmm.deco.stairs.andesite.name=Andesite Stairs
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/deco/smoothstone/basalt"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/deco/smoothstone/limestone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/deco/smoothstone/slate"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/smoothstone/basalt"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/smoothstone/limestone"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/deco/smoothstone/slate"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 473 B |
Binary file not shown.
After ![]() (image error) Size: 514 B |
Binary file not shown.
After ![]() (image error) Size: 410 B |
Reference in a new issue