create-the-brass-oncerto/kubejs/startup_scripts/create/delete.txt

34 lines
1.6 KiB
Plaintext
Raw Normal View History

2025-04-11 17:07:29 +08:00
StartupEvents.modifyCreativeTab("KubeJS", tab => {
tab.remove('kubejs:substrate')
tab.remove('kubejs:magenta_substrate')
tab.remove('kubejs:lime_substrate')
tab.remove('kubejs:incomplete_electron_tube')
tab.remove('kubejs:incomplete_electric_capacity')
tab.remove('kubejs:incomplete_rectifier')
tab.remove('kubejs:incomplete_planetary_gear')
tab.remove('kubejs:incomplete_differential')
tab.remove('kubejs:incomplete_cardan_joint')
tab.remove('kubejs:incomplete_diesel_engine')
tab.remove('kubejs:incomplete_large_diesel_engine')
tab.remove('kubejs:incomplete_huge_diesel_engine')
tab.remove('kubejs:incomplete_steam_engine')
tab.remove('kubejs:incomplete_alternator')
tab.remove('kubejs:incomplete_electric_motor')
tab.remove('kubejs:incomplete_electric_gear')
tab.remove('kubejs:incomplete_engine_piston')
tab.remove('kubejs:incomplete_andesite_box')
tab.remove('kubejs:incomplete_copper_box')
tab.remove('kubejs:incomplete_brass_box')
tab.remove('kubejs:incomplete_railway_box')
tab.remove('kubejs:incomplete_rocket_box')
tab.remove('kubejs:incomplete_brass_hand')
tab.remove('kubejs:incomplete_iron_hand')
tab.remove('kubejs:incomplete_rocket_mechanism')
tab.remove('kubejs:incomplete_chargeable_battery')
tab.remove('kubejs:incomplete_disposable_battery')
tab.remove('kubejs:incomplete_culture_plate')
tab.remove('kubejs:incomplete_fluid')
tab.remove('kubejs:incomplete_can')
tab.remove('kubejs:incomplete_tactical_drug')
})