Skip to content

Commit

Permalink
Add Crafting Recipe for Sand Layers
Browse files Browse the repository at this point in the history
  • Loading branch information
MuteTiefling committed May 3, 2022
1 parent 96afa93 commit cea8ad7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ onEvent('recipes', (event) => {
B: '#forge:ingots/nebu'
},
id: 'atum:nebu_chain'
},
{
output: Item.of('6x atum:sand_layer'),
pattern: ['AAA'],
key: {
A: 'atum:sand'
},
id: `${id_prefix}sand_layer`
}
];

Expand Down

0 comments on commit cea8ad7

Please sign in to comment.