Open Unable to make paper in Forestry carpenter using thermal foundation sawdust

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
B

Bustaj

Guest
Summary of the problem Unable to make paper in Forestry carpenter using thermal foundation sawdust

Pack Version 1.5.3

What is the bug? The thermal foundation sawdust is only ore dict to dustWood. This makes it unsuitable for recipes that utilize the pulpWood ore dict such as the carpenter. (This is actually an even greater problem because there are probably other recipes that utilize dustWood only that the other saw dust types are not part of.)

Mod & Version Forestry 5.2.17.374
Thermal Foundation 2.0.5

Link to log file

Is it repeatable? Build Forestry Carpenter
Connect power and water
Set Carpenter recipe to paper
Provide Thermal Foundation sawdust to Carpenter inventory

Known Fix Add the following to minetweaker script:
Code:
val pulpWood = <ore:pulpWood>;
pulpWood.add(<thermalfoundation:material:800>);
 
Last edited: