This commit is contained in:
Emmanuel BENOîT 2016-07-08 14:00:19 +02:00
parent 570e273004
commit ab01a3c607
11 changed files with 64 additions and 2 deletions
src/resources/assets/mmm
blockstates/materials/ore
lang
models
block/materials/ore
item/materials
textures
blocks/materials/ore
items/materials/stone

View file

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "mmm:materials/ore/sulphur" }
}
}

View file

@ -22,6 +22,9 @@ tile.mmm.materials.ore.galena.name=Galena
tile.mmm.materials.ore.cinnabar.name=Cinnabar
tile.mmm.materials.ore.sulphur.name=Sulphur
item.mmm.materials.stone.sulphur_powder.name=Sulphur Powder
item.mmm.materials.stone.coke.name=Coke
item.mmm.materials.stone.slag.name=Slag
item.mmm.materials.nugget.iron.name=Iron Nugget

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "mmm:blocks/materials/ore/sulphur"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/materials/ore/sulphur"
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/materials/stone/sulphur_powder"
}
}

Binary file not shown.

After

(image error) Size: 465 B

Binary file not shown.

After

(image error) Size: 222 B