Chalk (no gen)
This commit is contained in:
parent
0e3cb6fd1a
commit
479e014f34
8 changed files with 51 additions and 5 deletions
src/resources/assets/mmm
blockstates/materials/rock
lang
models
textures/blocks/materials/rock
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/rock/chalk" }
|
||||
}
|
||||
}
|
|
@ -9,6 +9,7 @@ gui.mmm.tech.base.am.disabled=Deactivated
|
|||
|
||||
|
||||
tile.mmm.materials.rock.limestone.name=Limestone
|
||||
tile.mmm.materials.rock.chalk.name=Chalk
|
||||
|
||||
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/chalk"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/rock/chalk"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 266 B |
Reference in a new issue