Steel
This commit is contained in:
parent
a14ab19331
commit
ba62ae1348
11 changed files with 50 additions and 3 deletions
src/resources/assets/mmm
blockstates/materials/block
lang
models
textures
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/block/steel" }
|
||||
}
|
||||
}
|
|
@ -34,6 +34,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.steel.name=Steel Ingot
|
||||
item.mmm.materials.nugget.steel.name=Steel Nugget
|
||||
tile.mmm.materials.block.steel.name=Steel Block
|
||||
|
||||
|
||||
tile.mmm.tech.base.alloy_furnace.inactive.name=Alloy Furnace
|
||||
container.mmm.alloy_furnace.contents=Furnace Contents
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/block/steel"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/block/steel"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/ingots/steel"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/nuggets/steel"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 413 B |
Binary file not shown.
After ![]() (image error) Size: 260 B |
Binary file not shown.
After ![]() (image error) Size: 194 B |
Reference in a new issue