Skip to content

Commit

Permalink
add trim recipes to drawers
Browse files Browse the repository at this point in the history
  • Loading branch information
ursamina committed Jul 6, 2024
1 parent e808d10 commit 9c18454
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubejs/server_scripts/storage_drawers/drawers.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@ ServerEvents.recipes((event) => {
.circuit(11)
.duration(100)
.EUt(16);
// Trim
event.shaped(
`storagedrawers:${woodType}_trim`,
["PPP", "PsP", "PPP"],
{
P: `${woodType}_slab`,
s: "#forge:tools/saws"
}
)
});

// Controller
Expand Down

0 comments on commit 9c18454

Please sign in to comment.