Rock salt
This commit is contained in:
parent
f195d71bfb
commit
42a455d4c0
11 changed files with 63 additions and 1 deletions
src/resources/assets/mmm
blockstates/materials/ore
lang
models
textures
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/ore/rock_salt" }
|
||||
}
|
||||
}
|
|
@ -12,6 +12,9 @@ tile.mmm.materials.rock.limestone.name=Limestone
|
|||
tile.mmm.materials.rock.chalk.name=Chalk
|
||||
tile.mmm.materials.rock.slate.name=Slate
|
||||
|
||||
tile.mmm.materials.ore.rock_salt.name=Rock Salt
|
||||
item.mmm.materials.stone.rock_salt.name=Salt Crystals
|
||||
|
||||
item.mmm.materials.stone.coke.name=Coke
|
||||
item.mmm.materials.stone.slag.name=Slag
|
||||
item.mmm.materials.nugget.iron.name=Iron Nugget
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/ore/rock_salt"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/ore/rock_salt"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/stone/rock_salt"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 392 B |
Binary file not shown.
After ![]() (image error) Size: 195 B |
Reference in a new issue