Больше рецептов

This commit is contained in:
Dmitry 2023-12-17 22:20:04 +07:00
parent df211328bb
commit 7e53821d9c
9 changed files with 358 additions and 208 deletions

View file

@ -8,4 +8,11 @@ const hideMinecraftStuff = (event) => {
const registerMinecraftCategories = (event) => {
event.remove('minecraft:plugins/campfire')
event.remove('minecraft:plugins/composting') // TODO: Сделать с вариантами TFC
event.remove('minecraft:plugins/stripping') // TODO: Сделать с вариантами TFC
event.remove('minecraft:plugins/pathing') // TODO: Сделать с вариантами TFC
event.remove('minecraft:plugins/waxing') // TODO: Сделать с вариантами TFC
event.remove('minecraft:plugins/wax_scrapping') // TODO: Сделать с вариантами TFC
event.remove('minecraft:plugins/oxidizing') // TODO: Сделать с вариантами TFC
event.remove('minecraft:plugins/oxidation_scrapping') // TODO: Сделать с вариантами TFC
}