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

17 lines
588 B
JavaScript

StartupEvents.modifyCreativeTab("create_bic_bit:tabs", e => {
e.remove([
'create_bic_bit:unripe_cheese',
'create_bic_bit:waxed_unripe_cheese',
'create_bic_bit:young_cheese',
'create_bic_bit:waxed_young_cheese',
'create_bic_bit:aged_cheese',
'create_bic_bit:waxed_aged_cheese',
'create_bic_bit:unripe_cheese_wedge',
'create_bic_bit:young_cheese_wedge',
'create_bic_bit:aged_cheese_wedge',
'create_bic_bit:crystallised_oil',
'create_bic_bit:frying_oil_bottle',
'create_bic_bit:frying_oil_bucket',
'create_bic_bit:ketchup_bucket'
])
})