ModifierTooltip#488
Conversation
UltraPuPower
left a comment
There was a problem hiding this comment.
There do seem to be some discrepancies
there are some multi's with missing lang keys:
- implosion compressor
- multi smelter
- distillation tower
- vacuum freezer
- assembly line
These are "artifacts", fix by removing l49-68 fromtooltips.js
The macerator is getting a special available recipe tooltip from tooltips,js l86-89, why is this necessary? (It seems to be related to the pulverizer mode, but doesn't the available recipes collection happen dynamically?)
A lot of multiblocks with single recipe types don't have an available recipe types tooltip.
There are 2 "1 energy hatch tooltips" (e.g. Large assembling factory and large KubeJS multi's), I personally prefer the assembling one. Also, this seems like a capability, perhaps but it in the capability tab
Breaker lines appear on some multi's without anything above:
- Bacterial Synthesizer
You have said that you ignored Threading and steam parallels on purpose, but I do think they should be added
|
|
||
| "block.gtceu.rock_filtrator.tooltip.0": "§7A multiblock that can sieve through gravel and sand more precisely than a basic sieve could ever achieve, uncovering the gems hidden inside.", | ||
| "block.gtceu.rock_filtrator.tooltip.1": "Can only have §bone§r Energy Hatch", | ||
| "block.gtceu.rock_filtrator.tooltip.1": "", |
There was a problem hiding this comment.
Why are we keeping this empty line?
Not the only one btw
There was a problem hiding this comment.
To space out the text below a bit
| "block.gtceu.supreme_plasma_turbine.tooltip.1": "§7A massive turbine capable of being boosted consuming extreme quantities of fuel for extreme quantities of power.", | ||
| "block.gtceu.supreme_plasma_turbine.tooltip.2": "§8-----------------------------------", | ||
| "block.gtceu.supreme_plasma_turbine.top.0": "§3§lBoosted Large Plasma Turbine", | ||
| "block.gtceu.supreme_plasma_turbine.top.1": "§7A massive turbine capable of being boosted consuming extreme quantities of fuel for extreme quantities of power.", |
There was a problem hiding this comment.
.top. instead of .tooltip.?
There was a problem hiding this comment.
Because its used in both turbines, same as the .bottom
There was a problem hiding this comment.
what both turbines? This is only on the supreme turbine.
Also I still don't understand why that should change it from tooltip.
There was a problem hiding this comment.
Both Boosted. There are two.
Because thats how truly wanted it.
Because the large assembling factory is gtm code, the others is kubejs.
Because a description is missing
Threading is there, its at the bottom.
Fixed |
so can you adjust it so that they are all using the same one? just switch the KJS ones to GT ones |
Is it possible to check for a description and not apply a breaker line if there isn't one? |
Would mean adjusting the fork, so maybe for in testing. |
I can just remove the breaker. |
addedByStarT.jsfile