Новые моды

* Добавлен ComputerCraft, без фиксов рецептов
* Добавлен AdAstra, без фиксов рецептов
* Добавлен MoreRed, без фиксов рецептов
This commit is contained in:
SpeeeDCraft 2023-11-19 09:14:12 +07:00
parent bb9223dd6d
commit 55a147469c
16 changed files with 300 additions and 12 deletions

View file

@ -0,0 +1,7 @@
// priority: 0
const registerAARecipes = (event) => {
// Удаление рецептов мода
event.remove({ mod: 'ad_astra' });
}