-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Delete kubejs/server_scripts/mods/JustDireThings directory"
- Loading branch information
1 parent
561513c
commit bdb49e0
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |