Skip to content

Commit

Permalink
Merge pull request EnigmaticaModpacks#4533 from MuteTiefling/develop
Browse files Browse the repository at this point in the history
Add Recipes for more Demonstone blocks
  • Loading branch information
MuteTiefling authored Mar 30, 2022
2 parents 98aefbd + bad343e commit 28a3888
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,30 @@ onEvent('recipes', (event) => {
},
id: `${id_prefix}bloodmagic/dungeon_polished_wall`
},
{
output: Item.of('bloodmagic:dungeon_tile', 4),
pattern: ['AA', 'AA'],
key: {
A: 'bloodmagic:dungeon_brick1'
},
id: `${id_prefix}bloodmagic/dungeon_tile`
},
{
output: Item.of('bloodmagic:dungeon_tile_slab', 6),
pattern: ['AAA'],
key: {
A: 'bloodmagic:dungeon_tile'
},
id: `${id_prefix}bloodmagic/dungeon_tile_slab`
},
{
output: Item.of('bloodmagic:dungeon_brick_slab', 6),
pattern: ['AAA'],
key: {
A: 'bloodmagic:dungeon_brick1'
},
id: `${id_prefix}bloodmagic/dungeon_brick_slab`
},
{
output: Item.of('bloodmagic:dungeon_brick_wall', 6),
pattern: ['AAA', 'AAA'],
Expand Down

0 comments on commit 28a3888

Please sign in to comment.