Basalt + better custom rocks
Avoid having classes for each type of rock, add generation conditions from the Materials directly.
This commit is contained in:
parent
c390ed74f2
commit
bb88579c9f
14 changed files with 205 additions and 137 deletions
src/resources/assets/mmm
blockstates/materials/rock
lang
models
textures/blocks/materials/rock
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/rock/basalt" }
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/rock/basalt"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/rock/basalt"
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 260 B |
Reference in a new issue