LTDV10/packet/kubejs/startup_scripts/creative_tab/alexscaves.js
2026-04-14 18:20:56 +08:00

11 lines
269 B
JavaScript

//糖果洞穴
StartupEvents.modifyCreativeTab("alexscaves:candy_cavity", e => {
e.remove([
'alexscaves:hot_chocolate_bottle'
])
})
StartupEvents.modifyCreativeTab("alexscaves:toxic_caves", e => {
e.remove([
"alexscaves:nuclear_furnace_component",
])
})