Sphalerite + zinc
This commit is contained in:
parent
59d3f51576
commit
2c40f5d0a2
18 changed files with 113 additions and 12 deletions
src/resources/assets/mmm
blockstates/materials
lang
models
block/materials
item/materials
textures
blocks/materials
items/materials
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/block/zinc" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/ore/sphalerite" }
|
||||
}
|
||||
}
|
|
@ -20,14 +20,14 @@ item.mmm.materials.nugget.copper.name=Copper Nugget
|
|||
tile.mmm.materials.block.copper.name=Copper Block
|
||||
tile.mmm.materials.ore.copper.name=Native Copper
|
||||
item.mmm.materials.stone.malachite.name=Malachite
|
||||
tile.mmm.materials.ore.malachite.name=Malachite Ore
|
||||
tile.mmm.materials.ore.malachite.name=Malachite
|
||||
item.mmm.materials.stone.cuprite.name=Cuprite
|
||||
tile.mmm.materials.ore.cuprite.name=Cuprite Ore
|
||||
tile.mmm.materials.ore.cuprite.name=Cuprite
|
||||
|
||||
item.mmm.materials.ingot.tin.name=Tin Ingot
|
||||
item.mmm.materials.nugget.tin.name=Tin Nugget
|
||||
tile.mmm.materials.block.tin.name=Tin Block
|
||||
tile.mmm.materials.ore.cassiterite.name=Cassiterite Ore
|
||||
tile.mmm.materials.ore.cassiterite.name=Cassiterite
|
||||
item.mmm.materials.stone.cassiterite.name=Cassiterite
|
||||
|
||||
item.mmm.materials.ingot.bronze.name=Bronze Ingot
|
||||
|
@ -38,6 +38,12 @@ 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.materials.ore.sphalerite.name=Sphalerite
|
||||
item.mmm.materials.stone.sphalerite.name=Sphalerite
|
||||
item.mmm.materials.ingot.zinc.name=Zinc Ingot
|
||||
item.mmm.materials.nugget.zinc.name=Zinc Nugget
|
||||
tile.mmm.materials.block.zinc.name=Zinc 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/zinc"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/ore/sphalerite"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/block/zinc"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/ingots/zinc"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/nuggets/zinc"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/ore/sphalerite"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/stone/sphalerite"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 391 B |
Binary file not shown.
After ![]() (image error) Size: 363 B |
Binary file not shown.
After ![]() (image error) Size: 253 B |
Binary file not shown.
After ![]() (image error) Size: 194 B |
Binary file not shown.
After ![]() (image error) Size: 546 B |
Reference in a new issue