9 lines
278 B
JavaScript
9 lines
278 B
JavaScript
StartupEvents.modifyCreativeTab("create_confectionery:create_confectionery_tab", e => {
|
|
e.remove([
|
|
'create_confectionery:crushed_cocoa',
|
|
'create_confectionery:cocoa_powder',
|
|
'create_confectionery:cocoa_butter',
|
|
'create_confectionery:candy_cane_block',
|
|
])
|
|
})
|