fix #2905
This commit is contained in:
parent
783a87b2ff
commit
a0085fa56b
2 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
- Fixed the Electric Greenhouse outputting way less Chorus Fruit than before @Pyritie
|
||||
- Fixed the hot ingot icons for Ostrum and Vanadium ingots looking inconsistent with the regular ingots (#2875) @RubenVerg
|
||||
- Fixed pyrogallol and black and white film developer requiring too high of a heat on the pot recipe (#2909) @Pyritie
|
||||
- Fixed not being able to fire scraping blade clay mold (#2905) @Pyritie
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Russian @Petr211071 + @Nixieeunrare
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ function registerTFGClayRecipes(event) {
|
|||
{ input: "tfc:ceramic/unfired_spindle_head", output: "tfc:ceramic/spindle_head", name: "spindle_head" },
|
||||
{ input: "tfc:ceramic/unfired_vessel", output: "tfc:ceramic/vessel", name: "vessel" },
|
||||
{ input: "tfc:ceramic/unfired_large_vessel", output: "tfc:ceramic/large_vessel", name: "large_vessel" },
|
||||
{ input: "tfcscraping:ceramic/unfired_scraping_knife_blade_mold", output: "tfcscraping:ceramic/scraping_knife_blade_mold", name: "scraping_knife" },
|
||||
{ input: "tfcchannelcasting:unfired_channel", output: "tfcchannelcasting:channel", name: "channel" },
|
||||
{ input: "tfcchannelcasting:unfired_mold_table", output: "tfcchannelcasting:mold_table", name: "mold_table" },
|
||||
{ input: "firmalife:oven_top", output: "firmalife:cured_oven_top", name: "oven_top" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue