Skip to content

Commit

Permalink
fix(recipes): ✏️[Bee Smoker] add recycling recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Jun 19, 2024
1 parent dd94cdc commit 11998cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mods/forestry.zs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ for i, input in farmBlocks {
});
}

// Recycling
scripts.process.melt(<forestry:smoker>, <fluid:tin> * (144 * 5));

// [Carton] from [Compressed Sawdust]
scripts.process.crush(<thermalfoundation:material:801> /* Compressed Sawdust */, <forestry:carton>, 'only: CrushingBlock');

Expand Down

0 comments on commit 11998cc

Please sign in to comment.