Added mod files
This commit is contained in:
7
overrides/kubejs/server_scripts/mods/reliquary.js
Normal file
7
overrides/kubejs/server_scripts/mods/reliquary.js
Normal file
@@ -0,0 +1,7 @@
|
||||
if(Platform.isLoaded("reliquary")) {
|
||||
ServerEvents.recipes(event => {
|
||||
event.forEachRecipe({id: /alkahestry/}, recipe => {
|
||||
recipe.id(recipe.getId() + "_manual_only")
|
||||
})
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user