Skip to content

Commit

Permalink
added conversion recipe between EE dimensional gems and RFTools base, #…
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 7, 2021
1 parent c460a69 commit 69ac18e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ events.listen('recipes', (event) => {
'#forge:dyes',
'#forge:dyes',
'#forge:dyes'
])
]),
shapelessRecipe('emendatusenigmatica:dimensional_gem', ['rftoolsbase:dimensionalshard']),
shapelessRecipe('rftoolsbase:dimensionalshard', ['emendatusenigmatica:dimensional_gem'])
];

recipes.forEach(function (recipe) {
Expand Down

0 comments on commit 69ac18e

Please sign in to comment.