7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
StartupEvents.modifyCreativeTab("torchmaster:creative_tab", e => {
|
|
e.remove([
|
|
'torchmaster:feral_flare_lantern',
|
|
'torchmaster:frozen_pearl'
|
|
])
|
|
})
|