Basalt + better custom rocks

Avoid having classes for each type of rock, add generation conditions
from the Materials directly.
This commit is contained in:
Emmanuel BENOîT 2016-07-08 09:09:38 +02:00
parent c390ed74f2
commit bb88579c9f
14 changed files with 205 additions and 137 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/basalt" }
}
}

View file

@ -11,6 +11,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
tile.mmm.materials.rock.basalt.name=Basalt
tile.mmm.materials.ore.rock_salt.name=Rock Salt
item.mmm.materials.stone.rock_salt.name=Salt Crystals

View file

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

View file

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

Binary file not shown.

After

(image error) Size: 260 B