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

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',
])
})