Skip to content

Commit

Permalink
fix(recipes): ✏️Fix [Stone Ladder] recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent bf8ec5f commit 7c2e94f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/mods/tconstruct/tconstruct.zs
Original file line number Diff line number Diff line change
Expand Up @@ -537,3 +537,11 @@ for castFluid in [
}
}
// ------------------------------------------------------------------------------

// [Stone Ladder]*3 from [Stone Rod]
craft.remake(<tconstruct:stone_ladder> * 3, ['pretty',
'/ /',
'/ / /',
'/ /'], {
'/': <ore:stickStone>, // Stone Rod
});

0 comments on commit 7c2e94f

Please sign in to comment.