Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ItemsAdder/tfmc_cooking/contents/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ categories:
- tfmc_cooking:carrot_rotten
- tfmc_cooking:wheat_rotten
- tfmc_cooking:apple_rotten
- tfmc_cooking:egg_rotten
- tfmc_cooking:beetroot_rotten
- tfmc_cooking:potato_rotten
- tfmc_cooking:cut_carrot
Expand Down Expand Up @@ -299,6 +300,10 @@ categories:
- tfmc_cooking:cream
- tfmc_cooking:egg_carton
- tfmc_cooking:fried_egg
- tfmc_cooking:fried_egg_raw
- tfmc_cooking:fried_egg_cooked
- tfmc_cooking:fried_egg_burnt
- tfmc_cooking:fried_egg_rotten
- tfmc_cooking:grilled_mushroom
- tfmc_cooking:maple_syrup
- tfmc_cooking:mashed_potatoes
Expand Down
35 changes: 35 additions & 0 deletions ItemsAdder/tfmc_cooking/contents/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,41 @@ items:
generate: false
model_path: item/vanilla/apple_rotten

egg_rotten:
display_name: "Egg Rotten"
resource:
material: EGG
generate: false
model_path: item/vanilla/egg_rotten

fried_egg_raw:
display_name: "Fried Egg Raw"
resource:
material: TROPICAL_FISH
generate: false
model_path: item/ingredients/egg/fried_egg_raw

fried_egg_cooked:
display_name: "Fried Egg Cooked"
resource:
material: APPLE
generate: false
model_path: item/ingredients/egg/fried_egg_cooked

fried_egg_burnt:
display_name: "Fried Egg Burnt"
resource:
material: APPLE
generate: false
model_path: item/ingredients/egg/fried_egg_burnt

fried_egg_rotten:
display_name: "Fried Egg Rotten"
resource:
material: APPLE
generate: false
model_path: item/ingredients/egg/fried_egg_rotten

beetroot_rotten:
display_name: "Beetroot Rotten"
resource:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,281 @@
{
"format_version": "1.21.6",
"credit": "Made with Blockbench",
"textures": {
"0": "tfmc_cooking:item/ingredients/egg/burnt_yolk",
"1": "tfmc_cooking:item/ingredients/egg/burnt_whites",
"particle": "tfmc_cooking:item/ingredients/egg/burnt_yolk"
},
"elements": [
{
"from": [
7.3,
0.25,
5.7
],
"to": [
9.3,
1,
7.7
],
"rotation": {
"angle": -20,
"axis": "y",
"origin": [
7.3,
0,
5.7
]
},
"faces": {
"north": {
"uv": [
2,
0,
4,
1
],
"texture": "#0"
},
"east": {
"uv": [
2,
1,
4,
2
],
"texture": "#0"
},
"south": {
"uv": [
2,
2,
4,
3
],
"texture": "#0"
},
"west": {
"uv": [
2,
3,
4,
4
],
"texture": "#0"
},
"up": {
"uv": [
0,
0,
2,
2
],
"texture": "#0"
},
"down": {
"uv": [
0,
2,
2,
4
],
"texture": "#0"
}
}
},
{
"from": [
6,
0,
5
],
"to": [
10.5,
0.5,
9
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
7,
0,
6
]
},
"faces": {
"north": {
"uv": [
5,
0,
10,
1
],
"texture": "#1"
},
"east": {
"uv": [
5,
2,
9,
3
],
"texture": "#1"
},
"south": {
"uv": [
5,
1,
10,
2
],
"texture": "#1"
},
"west": {
"uv": [
5,
3,
9,
4
],
"texture": "#1"
},
"up": {
"uv": [
0,
0,
5,
4
],
"texture": "#1"
},
"down": {
"uv": [
0,
4,
5,
8
],
"texture": "#1"
}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [
96.75,
0,
0
],
"translation": [
-0.25,
-0.25,
9.25
],
"scale": [
1.6,
1.6,
1.6
]
},
"thirdperson_lefthand": {
"rotation": [
96.75,
0,
0
],
"translation": [
-0.25,
-0.25,
9.25
],
"scale": [
1.6,
1.6,
1.6
]
},
"firstperson_righthand": {
"rotation": [
96.75,
0,
0
],
"translation": [
0,
2,
0
],
"scale": [
1.8,
1.8,
1.8
]
},
"firstperson_lefthand": {
"rotation": [
96.75,
0,
0
],
"translation": [
0,
2,
0
],
"scale": [
1.8,
1.8,
1.8
]
},
"gui": {
"rotation": [
55,
30,
0
],
"translation": [
0,
1.5,
0
],
"scale": [
2.6,
2.6,
2.6
]
},
"ground": {
"translation": [
0,
3,
0
],
"scale": [
1.6,
1.6,
1.6
]
},
"fixed": {
"rotation": [
90,
0,
0
],
"translation": [
0,
0,
-2
],
"scale": [
2,
2,
2
]
}
}
}
Loading