create-the-brass-oncerto/kubejs/startup_scripts/create/incomplete.js

38 lines
2.0 KiB
JavaScript
Raw Normal View History

2025-04-11 17:07:29 +08:00
StartupEvents.registry('item', event => {
event.create('substrate')
event.create('magenta_substrate')
event.create('lime_substrate')
event.create('incomplete_electric_capacity').texture('kubejs:item/incomplete_tube')
event.create('incomplete_rectifier').maxStackSize(1)
event.create('incomplete_bearing')
event.create('incomplete_planetary_gear').maxStackSize(1)
event.create('incomplete_differential').maxStackSize(1)
event.create('incomplete_cardan_joint').maxStackSize(1)
event.create('incomplete_diesel_engine').maxStackSize(1)
event.create('incomplete_large_diesel_engine').maxStackSize(1)
event.create('incomplete_huge_diesel_engine').maxStackSize(1)
event.create('incomplete_steam_engine').maxStackSize(1)
event.create('incomplete_alternator').maxStackSize(1)
event.create('incomplete_electric_motor').maxStackSize(1)
event.create('incomplete_electric_gear').maxStackSize(1)
event.create('incomplete_engine_piston').maxStackSize(1)
event.create('incomplete_andesite_box').maxStackSize(1)
event.create('incomplete_copper_box').maxStackSize(1)
event.create('incomplete_brass_box').maxStackSize(1)
event.create('incomplete_railway_box').maxStackSize(1)
event.create('incomplete_brass_hand').maxStackSize(1)
event.create('incomplete_iron_hand').maxStackSize(1)
event.create('incomplete_rocket_mechanism').maxStackSize(1)
event.create('incomplete_chargeable_battery').maxStackSize(1)
event.create('incomplete_disposable_battery').maxStackSize(1)
//event.create('incomplete_')
event.create('incomplete_culture_plate').maxStackSize(1)
event.create('incomplete_fluid').maxStackSize(1)
event.create('incomplete_can')
//event.create('incomplete_tactical_drug').texture('kubejs:item/empty_can').maxStackSize(1)
event.create('incomplete_parts_box')
event.create('incomplete_brass_hard_disk').maxStackSize(1)
event.create('incomplete_aluminum_hard_disk').maxStackSize(1)
event.create('incomplete_tin_hard_disk').maxStackSize(1)
});