Brass
This commit is contained in:
parent
4e2a79c4ba
commit
06d2bfee72
11 changed files with 41 additions and 3 deletions
src/resources/assets/mmm
blockstates/materials/block
lang
models
textures
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/block/brass" }
|
||||
}
|
||||
}
|
|
@ -54,6 +54,10 @@ item.mmm.materials.ingot.bronze.name=Bronze Ingot
|
|||
item.mmm.materials.nugget.bronze.name=Bronze Nugget
|
||||
tile.mmm.materials.block.bronze.name=Bronze Block
|
||||
|
||||
item.mmm.materials.ingot.brass.name=Brass Ingot
|
||||
item.mmm.materials.nugget.brass.name=Brass Nugget
|
||||
tile.mmm.materials.block.brass.name=Brass Block
|
||||
|
||||
item.mmm.materials.ingot.steel.name=Steel Ingot
|
||||
item.mmm.materials.nugget.steel.name=Steel Nugget
|
||||
tile.mmm.materials.block.steel.name=Steel Block
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/block/brass"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/block/brass"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/ingots/brass"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/nuggets/brass"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 234 B |
Binary file not shown.
After ![]() (image error) Size: 203 B |
Binary file not shown.
After ![]() (image error) Size: 137 B |
Reference in a new issue