Skip to content

Commit

Permalink
Add Recipe for hanging vines from Valhelsia Structures
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanzaji authored Nov 20, 2023
1 parent 0088807 commit 69f09f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ onEvent('recipes', (event) => {
output: 'minecraft:trapped_chest',
inputs: ['minecraft:chest', 'minecraft:tripwire_hook'],
id: `${id_prefix}trapped_chest`
},
{
output: Item.of('minecraft:vine', 2),
inputs: ['valhelsia_structures:hanging_vines'],
id: `${id_prefix}vines_from_hanging_vines`
}
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ onEvent('recipes', (event) => {
A: 'minecraft:crimson_stem'
},
id: `${id_prefix}crimson_post`
},
{
output: Item.of('valhelsia_structures:hanging_vines', 2),
pattern: [' A ', 'AAA', ' A '],
key: {
A: 'minecraft:vine'
},
id: `${id_prefix}hanging_vines`
}
];

Expand Down

0 comments on commit 69f09f5

Please sign in to comment.