parent
5d0ef356fa
commit
1026e63281
@ -147,6 +147,54 @@ if (!AEConfig.instance().isFeatureEnabled(AEFeature.CHANNELS)) {
|
|||||||
// Facades
|
// Facades
|
||||||
addTooltip(item('appliedenergistics2:facade'), translatable('nomiceu.tooltip.ae2.facade'))
|
addTooltip(item('appliedenergistics2:facade'), translatable('nomiceu.tooltip.ae2.facade'))
|
||||||
|
|
||||||
|
// Crafting Storages
|
||||||
|
var craftingStorages = [
|
||||||
|
item('appliedenergistics2:crafting_storage_1k'),
|
||||||
|
item('appliedenergistics2:crafting_storage_4k'),
|
||||||
|
item('appliedenergistics2:crafting_storage_16k'),
|
||||||
|
item('appliedenergistics2:crafting_storage_64k'),
|
||||||
|
item('nae2:storage_crafting_256k'),
|
||||||
|
item('nae2:storage_crafting_1024k'),
|
||||||
|
item('nae2:storage_crafting_4096k'),
|
||||||
|
item('nae2:storage_crafting_16384k'),
|
||||||
|
]
|
||||||
|
for (ItemStack crafting : craftingStorages) {
|
||||||
|
addTooltip(crafting, translatable('nomiceu.tooltip.ae2.crafting_storage'))
|
||||||
|
}
|
||||||
|
|
||||||
|
// Storage Cells
|
||||||
|
var storageCells = [
|
||||||
|
item('appliedenergistics2:storage_cell_1k'),
|
||||||
|
item('appliedenergistics2:storage_cell_4k'),
|
||||||
|
item('appliedenergistics2:storage_cell_16k'),
|
||||||
|
item('appliedenergistics2:storage_cell_64k'),
|
||||||
|
item('appliedenergistics2:fluid_storage_cell_1k'),
|
||||||
|
item('appliedenergistics2:fluid_storage_cell_4k'),
|
||||||
|
item('appliedenergistics2:fluid_storage_cell_16k'),
|
||||||
|
item('appliedenergistics2:fluid_storage_cell_64k'),
|
||||||
|
item('nae2:storage_cell_void'),
|
||||||
|
item('nae2:fluid_storage_cell_void'),
|
||||||
|
item('nae2:storage_cell_256k'),
|
||||||
|
item('nae2:storage_cell_1024k'),
|
||||||
|
item('nae2:storage_cell_4096k'),
|
||||||
|
item('nae2:storage_cell_16384k'),
|
||||||
|
item('nae2:storage_cell_fluid_256k'),
|
||||||
|
item('nae2:storage_cell_fluid_1024k'),
|
||||||
|
item('nae2:storage_cell_fluid_4096k'),
|
||||||
|
item('nae2:storage_cell_fluid_16384k'),
|
||||||
|
]
|
||||||
|
for (ItemStack storage : storageCells) {
|
||||||
|
addTooltip(storage, [
|
||||||
|
translatableEmpty(),
|
||||||
|
translatable('nomiceu.tooltip.ae2.storage_cell'),
|
||||||
|
])
|
||||||
|
}
|
||||||
|
|
||||||
|
// Quartz Knives
|
||||||
|
for (ItemStack knife : [item('appliedenergistics2:nether_quartz_cutting_knife'), item('appliedenergistics2:certus_quartz_cutting_knife')]) {
|
||||||
|
addTooltip(knife, translatable('nomiceu.tooltip.ae2.quartz_knife'))
|
||||||
|
}
|
||||||
|
|
||||||
/* Dimensional Edibles */
|
/* Dimensional Edibles */
|
||||||
|
|
||||||
// Island Cake
|
// Island Cake
|
||||||
|
@ -52,6 +52,9 @@ nomiceu.tooltip.ae2.channels_not_enabled=Channels not enabled!
|
|||||||
nomiceu.tooltip.ae2.controller=§bThe ME Controller reduces your AE2 system's power consumption!§r
|
nomiceu.tooltip.ae2.controller=§bThe ME Controller reduces your AE2 system's power consumption!§r
|
||||||
nomiceu.tooltip.ae2.dense=§bFor decoration!§r
|
nomiceu.tooltip.ae2.dense=§bFor decoration!§r
|
||||||
nomiceu.tooltip.ae2.facade=§3AE2 facades can be made from most non-tile-entities.§r
|
nomiceu.tooltip.ae2.facade=§3AE2 facades can be made from most non-tile-entities.§r
|
||||||
|
nomiceu.tooltip.ae2.crafting_storage=§ePlace this into a Crafting Grid to recycle it!§r
|
||||||
|
nomiceu.tooltip.ae2.storage_cell=§eShift Right Click whilst holding this to recycle it!§r
|
||||||
|
nomiceu.tooltip.ae2.quartz_knife=§eRight Click on placed ME parts to rename them... for free!§r
|
||||||
|
|
||||||
# Dimensional Edibles
|
# Dimensional Edibles
|
||||||
nomiceu.tooltip.dimensionaledibles.island_cake.1=§aUsed by Server Owners to send FTB Teams and Individuals to their Personal Islands!§r
|
nomiceu.tooltip.dimensionaledibles.island_cake.1=§aUsed by Server Owners to send FTB Teams and Individuals to their Personal Islands!§r
|
||||||
@ -75,7 +78,8 @@ nomiceu.tooltip.gregtech.facade.1=§3GTCEu facades can be made from most non-til
|
|||||||
nomiceu.tooltip.gregtech.facade.2=§3They craft into different amounts based on the metal used!§r
|
nomiceu.tooltip.gregtech.facade.2=§3They craft into different amounts based on the metal used!§r
|
||||||
|
|
||||||
# Extended Crafting
|
# Extended Crafting
|
||||||
nomiceu.tooltip.extendedcrafting.black_steel.omnium=§7Omnium Trimmed§r
|
nomiceu.tooltip.extendedcrafting.black_steel.omnium.1=Block of Black Steel
|
||||||
|
nomiceu.tooltip.extendedcrafting.black_steel.omnium.2=§7Omnium Trimmed§r
|
||||||
|
|
||||||
# Ender IO
|
# Ender IO
|
||||||
tooltip.fused_glass.make=Made with §6Tempered Glass§r and §7White Dye§r
|
tooltip.fused_glass.make=Made with §6Tempered Glass§r and §7White Dye§r
|
||||||
|
Loading…
x
Reference in New Issue
Block a user