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

16 lines
550 B
JavaScript

StartupEvents.modifyCreativeTab("refurbished_furniture:creative_tab", e => {
e.remove([
'refurbished_furniture:sea_salt',
'refurbished_furniture:wheat_flour',
'refurbished_furniture:dough',
'refurbished_furniture:cheese',
'refurbished_furniture:bread_slice',
'refurbished_furniture:toast',
'refurbished_furniture:knife',
'refurbished_furniture:sweet_berry_jam',
'refurbished_furniture:sweet_berry_jam_toast',
'refurbished_furniture:glow_berry_jam',
'refurbished_furniture:glow_berry_jam_toast',
])
})