Skip to content

Commit

Permalink
fix(recipes): ✏️[Upgrade Template] now require only 1 [Dead Bush]
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent 7c2e94f commit c328fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mods/storagedrawers.zs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ remakeDrawerUpgrade(<storagedrawers:upgrade_storage:4>, <ore:nuggetUltimate>);
// [Upgrade Template]*2 from [Basic Drawer][+2]
craft.remake(<storagedrawers:upgrade_template> * 2, ['pretty',
'# D #',
'# B #',
'# D #'], {
'# # #',
'# B #'], {
'B': <ore:drawerBasic>, // Basic Drawer
'#': <ore:stickWood>, // Stick
'D': <minecraft:deadbush>, // Dead Bush
Expand Down

0 comments on commit c328fab

Please sign in to comment.