Polished limestone / slate / basalt

This commit is contained in:
Emmanuel BENOîT 2016-07-12 18:20:40 +02:00
parent 70a00a4c85
commit 25a58e091b
18 changed files with 128 additions and 2 deletions
src/resources/assets/mmm
blockstates/deco/smoothstone
lang
models
textures/blocks/deco/smoothstone

View file

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "mmm:deco/smoothstone/basalt" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "mmm:deco/smoothstone/limestone" }
}
}

View file

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "mmm:deco/smoothstone/slate" }
}
}

View file

@ -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

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "mmm:blocks/deco/smoothstone/basalt"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "mmm:blocks/deco/smoothstone/limestone"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "mmm:blocks/deco/smoothstone/slate"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/deco/smoothstone/basalt"
}

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/deco/smoothstone/limestone"
}

View file

@ -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