Tomato soup
This commit is contained in:
parent
ec80d8de95
commit
a6567c90da
6 changed files with 81 additions and 1 deletions
src/resources/assets/mmm
|
@ -152,6 +152,8 @@ item.mmm.food.meal.sausage.cooked.name=Sausage
|
|||
item.mmm.food.meal.pasta.raw.name=Pasta Dough
|
||||
item.mmm.food.meal.pasta.cooked.name=Pasta
|
||||
|
||||
item.mmm.food.meal.tomato_soup.name=Tomato Soup
|
||||
|
||||
|
||||
tile.mmm.deco.smoothstone.limestone.name=Polished Limestone
|
||||
tile.mmm.deco.smoothstone.basalt.name=Polished Basalt
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/food/meal/tomato_soup"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 149 B |
Reference in a new issue