Update recipes.js
Signed-off-by: Juzrm <themarythemarythemary@gmail.com>
This commit is contained in:
parent
1a63c551ad
commit
ee4292bee2
1 changed files with 25 additions and 1 deletions
|
|
@ -409,4 +409,28 @@ const registerFramedBlocksRecipes = (event) => {
|
|||
E: 'framedblocks:framed_cube'
|
||||
}).id('framedblocks:powered_framing_saw')
|
||||
|
||||
}
|
||||
// Framed Chest
|
||||
event.shapeless(
|
||||
Item.of('framedblocks:framed_chest', 1),
|
||||
[
|
||||
'gtceu:wood_crate',
|
||||
'framedblocks:framed_cube',
|
||||
]
|
||||
).id('framedblocks:framed_chest')
|
||||
|
||||
event.custom({
|
||||
type: "framedblocks:frame",
|
||||
additives: [
|
||||
{
|
||||
"count": 1,
|
||||
"ingredient": {
|
||||
item: "gtceu:wood_crate"
|
||||
}
|
||||
}
|
||||
],
|
||||
material: 6144,
|
||||
result: {
|
||||
item: "framedblocks:framed_chest"
|
||||
}
|
||||
}).id('framedblocks:framing_saw/framed_chest')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue