Slate
This commit is contained in:
parent
c9671c0382
commit
e02bf94c74
8 changed files with 67 additions and 1 deletions
src/resources/assets/mmm
blockstates/materials/rock
lang
models
textures/blocks/materials/rock
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/rock/slate" }
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/rock/slate"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/rock/slate"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 315 B |
Reference in a new issue