17 lines
588 B
JavaScript
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'
|
|
])
|
|
}) |