Skip to content

Commit

Permalink
Merge pull request #437 from AllTheMods/revert-436-main
Browse files Browse the repository at this point in the history
Revert "Delete kubejs/server_scripts/mods/JustDireThings directory"
  • Loading branch information
whatthedrunk authored Sep 8, 2024
2 parents 561513c + bdb49e0 commit e41917f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions kubejs/server_scripts/mods/JustDireThings/Recipes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

ServerEvents.recipes(allthemods => {

//This is the same recipe as the one on dire's github. It currently just overrides the old one to make EMI recognize it
allthemods.smithing(
'justdirethings:celestigem_paxel',
'justdirethings:celestigem_axe',
'justdirethings:celestigem_shovel')
.template('justdirethings:celestigem_pickaxe');
})

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

0 comments on commit e41917f

Please sign in to comment.