Skip to content

Commit

Permalink
Revert "Delete kubejs/server_scripts/mods/JustDireThings directory"
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthedrunk authored Sep 8, 2024
1 parent 561513c commit bdb49e0
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 bdb49e0

Please sign in to comment.