This commit is contained in:
Emmanuel BENOîT 2016-07-03 21:04:32 +02:00
parent c9671c0382
commit e02bf94c74
8 changed files with 67 additions and 1 deletions
src/resources/assets/mmm
blockstates/materials/rock
lang
models
block/materials/rock
item/materials/rock
textures/blocks/materials/rock

View file

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

View file

@ -10,6 +10,7 @@ gui.mmm.tech.base.am.disabled=Deactivated
tile.mmm.materials.rock.limestone.name=Limestone
tile.mmm.materials.rock.chalk.name=Chalk
tile.mmm.materials.rock.slate.name=Slate
item.mmm.materials.stone.coke.name=Coke
item.mmm.materials.stone.slag.name=Slag

View file

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

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/materials/rock/slate"
}

Binary file not shown.

After

(image error) Size: 315 B