Chalk (no gen)

This commit is contained in:
Emmanuel BENOîT 2016-07-03 18:18:14 +02:00
parent 0e3cb6fd1a
commit 479e014f34
8 changed files with 51 additions and 5 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/chalk" }
}
}

View file

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

View file

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

View file

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

Binary file not shown.

After

(image error) Size: 266 B