ATM9-Vocality/kubejs/startup_scripts/gtceu/gregstar_placeholders.js
2024-06-13 23:34:56 -05:00

22 lines
1.5 KiB
JavaScript

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
StartupEvents.registry('item', allthemods => {
// G*
allthemods.create('star_housing').displayName('Robust Star Housing')
allthemods.create('absolute_reaction_plating').displayName('Absolute Reaction Plating')
allthemods.create('star_compression_module').displayName('Star Compression Module')
allthemods.create('superthermal_transference_coil').displayName('Superthermal Transference Coil')
allthemods.create('cable_of_hyperconductivity').displayName('Cable of Hyperconductivity')
allthemods.create('greg_star_shard').displayName('Greg Star Shard').glow(true)
// Micro Universe Orb
allthemods.create('micro_universe_catalyst')
.displayName('Micro Universe Catalyst')
.tooltip({translate: 'item.kubejs.micro_universe_catalyst.tooltip', italic: true, color: 'red'})
allthemods.create('micro_universe_drill_ship')
.displayName('Micro Universe Drill Ship')
})
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.