Sulphur
This commit is contained in:
parent
570e273004
commit
ab01a3c607
11 changed files with 64 additions and 2 deletions
src/resources/assets/mmm
blockstates/materials/ore
lang
models
textures
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "mmm:materials/ore/sulphur" }
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "mmm:blocks/materials/ore/sulphur"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/materials/ore/sulphur"
|
||||
}
|
|
@ -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 |
Reference in a new issue