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
2 changes: 2 additions & 0 deletions ItemsAdder/tfmc_cooking/contents/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ categories:
- tfmc_cooking:dough
- tfmc_cooking:dough_rotten
- tfmc_cooking:dough_model
- tfmc_cooking:dough_rising_model
- tfmc_cooking:dough_risen_model
- tfmc_cooking:dough_rotten_model
- tfmc_cooking:empty_cup
- tfmc_cooking:cup_of_water
Expand Down
2 changes: 1 addition & 1 deletion ItemsAdder/tfmc_cooking/contents/intermediates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ items:
model_path: item/intermediate/dough

dough_rotten:
display_name: "Dough Rotten"
display_name: "Mouldy Dough"
resource:
material: PAPER
generate: false
Expand Down
22 changes: 18 additions & 4 deletions ItemsAdder/tfmc_cooking/contents/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1343,18 +1343,32 @@ items:
model_path: item/bulk/yeast_rotten

dough_model:
display_name: "Dough (Bowl)"
display_name: "Unrisen Dough"
resource:
material: PAPER
generate: false
model_path: item/bulk/dough
model_path: item/bulk/dough_unrisen

dough_rising_model:
display_name: "Rising Dough"
resource:
material: PAPER
generate: false
model_path: item/bulk/dough_rising

dough_risen_model:
display_name: "Risen Dough"
resource:
material: PAPER
generate: false
model_path: item/bulk/dough_risen

dough_rotten_model:
display_name: "Dough Rotten (Bowl)"
display_name: "Mouldy Dough"
resource:
material: PAPER
generate: false
model_path: item/bulk/dough_rotten
model_path: item/bulk/dough_mouldy

wood_model:
display_name: "Wood (Oven)"
Expand Down

This file was deleted.

Loading