Новые моды
* Добавлен ComputerCraft, без фиксов рецептов * Добавлен AdAstra, без фиксов рецептов * Добавлен MoreRed, без фиксов рецептов
This commit is contained in:
parent
bb9223dd6d
commit
55a147469c
16 changed files with 300 additions and 12 deletions
7
kubejs/server_scripts/aa/recipes.js
Normal file
7
kubejs/server_scripts/aa/recipes.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// priority: 0
|
||||
|
||||
const registerAARecipes = (event) => {
|
||||
|
||||
// Удаление рецептов мода
|
||||
event.remove({ mod: 'ad_astra' });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue