LTDV10Test/packet/kubejs/server_scripts/Custom/remove.js
3944Realms 67a395b765
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
初始化
2026-04-14 18:20:56 +08:00

14 lines
355 B
JavaScript

ServerEvents.recipes(e => {
remove_recipes_id(e, [
"create:crafting/materials/rose_quartz",
"createmetallurgy:belt_grinder",
"createmetallurgy:sandpaper_belt",
"torchmaster:frozen_pearl",
"torchmaster:feral_flare_lantern"
])
remove_recipes_mod(e, [
"ftbquests",
"itemfilters",
])
})