Tin and cassiterite
This commit is contained in:
parent
c6155b176e
commit
a0fe4b5511
19 changed files with 145 additions and 24 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/tin" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/ore/cassiterite" }
|
||||
}
|
||||
}
|
|
@ -2,6 +2,13 @@ gui.mmm.configure=Configure
|
|||
gui.mmm.configure.hoppers=Hoppers
|
||||
gui.mmm.configure.comparator=Comparator Output
|
||||
|
||||
gui.mmm.tech.base.am.always_active=Always Active
|
||||
gui.mmm.tech.base.am.powered=Redstone Activates
|
||||
gui.mmm.tech.base.am.unpowered=Redstone Disables
|
||||
gui.mmm.tech.base.am.disabled=Deactivated
|
||||
|
||||
|
||||
tile.mmm.materials.rock.limestone.name=Limestone
|
||||
|
||||
item.mmm.materials.stone.coke.name=Coke
|
||||
item.mmm.materials.stone.slag.name=Slag
|
||||
|
@ -16,11 +23,12 @@ tile.mmm.materials.ore.malachite.name=Malachite Ore
|
|||
item.mmm.materials.stone.cuprite.name=Cuprite
|
||||
tile.mmm.materials.ore.cuprite.name=Cuprite Ore
|
||||
|
||||
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
|
||||
item.mmm.materials.stone.cassiterite.name=Cassiterite
|
||||
|
||||
gui.mmm.tech.base.am.always_active=Always Active
|
||||
gui.mmm.tech.base.am.powered=Redstone Activates
|
||||
gui.mmm.tech.base.am.unpowered=Redstone Disables
|
||||
gui.mmm.tech.base.am.disabled=Deactivated
|
||||
|
||||
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/tin"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/ore/cassiterite"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/block/tin"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/ingots/tin"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/nuggets/tin"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/ore/cassiterite"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/materials/stone/cassiterite"
|
||||
}
|
||||
}
|
BIN
src/resources/assets/mmm/textures/blocks/materials/block/tin.png
Normal file
BIN
src/resources/assets/mmm/textures/blocks/materials/block/tin.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 387 B |
Binary file not shown.
After ![]() (image error) Size: 349 B |
BIN
src/resources/assets/mmm/textures/items/materials/ingots/tin.png
Normal file
BIN
src/resources/assets/mmm/textures/items/materials/ingots/tin.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 242 B |
Binary file not shown.
After ![]() (image error) Size: 176 B |
Binary file not shown.
After ![]() (image error) Size: 606 B |
Reference in a new issue