Add a FPS Impact Warning to EIO Facades (#959)

[FEATURE]

[FIXUP]
sha = "b2491a2a2430edf03342ebedc673461ab981f9cf"
changeFixes = false
newBody = '''
[BUG]
[DETAILS]
detail = "Fixes #956"
[DETAILS]
'''
[FIXUP]
This commit is contained in:
Integer Limit 2024-08-26 19:19:11 +10:00 committed by GitHub
parent b2491a2a24
commit 947d853c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -337,6 +337,18 @@ for (ItemStack stack in Common.eioGlasses) {
addTooltip(stack, translatable('nomiceu.tooltip.eio.glass.dye'))
}
// Facades
List<ItemStack> facades = [
item('enderio:item_conduit_facade'),
item('enderio:item_conduit_facade', 1),
item('enderio:item_conduit_facade', 2),
item('enderio:item_conduit_facade', 3),
]
for (ItemStack facade : facades) {
addTooltip(facade, [translatableEmpty(), translatable("nomiceu.tooltip.eio.facade")])
}
/* Project Red */
// Transmission Wire

View File

@ -101,6 +101,7 @@ nomiceu.tooltip.gregtech.facade.2=§3They craft into different amounts based on
nomiceu.tooltip.eio.fused_glass.make=Made with §6Tempered Glass§r and §7White Dye§r
nomiceu.tooltip.eio.glass.dye=Can be §bDyed§r!
nomiceu.tooltip.eio.liquid_xp=§e20L = 1XP, 500L = 1 XP Level!§r
nomiceu.tooltip.eio.facade=§cMay cause FPS lag if used excessively!§r
# Project Red
nomiceu.tooltip.projectred.wire=§eFor use with ProjectRed.§r